Skip to content

Commit

Permalink
Increment to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsh52 committed Sep 15, 2022
1 parent 1ad977b commit 4abede5
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 55 deletions.
2 changes: 1 addition & 1 deletion R/bind_tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' modifying an environment.
#'
#' @param .data A tibble generated by \code{read_redcap_tidy()}. Required.
#' @param environment The environment to add the tibles to. Default is
#' @param environment The environment to add the tibbles to. Default is
#' \code{global_env()}).
#' @param tbls A vector of \code{form_name}s. Default behavior is all tibbles.
#' @param structure Specify REDCap structure to load into environment, either
Expand Down
2 changes: 1 addition & 1 deletion R/checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ check_user_rights <- function(
#'
#' @return
#' A helpful error message alerting the user to existence of a form containing
#' both repeating and non-repeating strucutre.
#' both repeating and non-repeating structure.
#'
#' @param db_data The REDCap database output generated by
#' \code{REDCapR::redcap_read_oneshot()$data}
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ multi_choice_to_labels <- function(db_data, db_metadata) {
# Check for empty selection strings indicating missing data or incorrect
# data field attribute types in REDCap
if (is.na(db_metadata$select_choices_or_calculations[i])) {
warning(paste0("The field ", {field_name}, " in ",
warning(paste0("The field ", field_name, " in ",
db_metadata$form_name[i], " is a ",
db_metadata$field_type[i],
" field type, however it does not have any categories."))
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Thank you for taking the time to review this submission and please reach out to
## R CMD check results:

- 0 ERRORs or WARNINGs on any builds
- A NOTE is generated in R-hub Windows (Server 2022, R-devel 64-bit), but should be addressed by adding `lastMiKTeXException` to the `.Rbuildignore`
- A NOTE is generated in R-hub Windows (Server 2022, R-devel 64-bit), a similar issue appears to arise in the `REDCapR` package and appears to be related to the R-hub test environment.

```
* checking for detritus in the temp directory ... NOTE
Expand Down
5 changes: 2 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgdown_sha: ~
articles:
REDCapTidieR: REDCapTidieR.html
longitudinal_redcap: longitudinal_redcap.html
last_built: 2022-09-13T15:01Z
last_built: 2022-09-15T19:19Z
urls:
reference: https://chop-cgtdataops.github.io/REDCapTidieR/reference
article: https://chop-cgtdataops.github.io/REDCapTidieR/articles
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/add_partial_keys.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/clean_redcap.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4abede5

Please sign in to comment.