Skip to content

Commit

Permalink
please complete tests now
Browse files Browse the repository at this point in the history
  • Loading branch information
agdamsbo committed Sep 9, 2024
1 parent ce33650 commit d9f49e5
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ Imports:
readr,
stats,
shiny,
openxlsx2,
haven,
readODS,
zip,
assertthat
assertthat,
openxlsx2,
readODS
Collate:
'REDCapCAST-package.R'
'utils.r'
'process_user_input.r'
'REDCap_split.r'
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ importFrom(REDCapR,redcap_read)
importFrom(keyring,key_get)
importFrom(keyring,key_list)
importFrom(keyring,key_set)
importFrom(openxlsx2,read_xlsx)
importFrom(purrr,reduce)
importFrom(readr,parse_time)
importFrom(tidyr,pivot_wider)
Expand Down
7 changes: 7 additions & 0 deletions R/REDCapCAST-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom openxlsx2 read_xlsx
## usethis namespace: end
NULL
3 changes: 3 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
Andreas
Assesment
CMD
Codecov
DOI
DataDictionary
GStat
Gammelgaard
Github
GithubActions
JSON
Lifecycle
METACRAN
ORCID
POSIXct
Pivotting
README
Expand Down
31 changes: 31 additions & 0 deletions man/REDCapCAST-package.Rd

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

0 comments on commit d9f49e5

Please sign in to comment.