-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump version before submission to CRAN
ref #302
- Loading branch information
Showing
4 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Description: Encapsulates functions to streamline calls from R to the REDCap | |
University. The Application Programming Interface (API) offers an avenue | ||
to access and modify data programmatically, improving the capacity for | ||
literate and reproducible programming. | ||
Version: 0.10.2.9006 | ||
Version: 0.11.0 | ||
Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email = | ||
"[email protected]", comment = c(ORCID = "0000-0002-5613-5006")), | ||
person("David", "Bard", role = "ctb"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,5 +37,5 @@ test_results_not_checked <- testthat::test_dir("./tests/manual/") | |
devtools::check(cran=TRUE) | ||
# devtools::check_rhub(email="[email protected]") | ||
# devtools::check_win_devel() # CRAN submission policies encourage the development version | ||
# devtools::revdepcheck(recursive=TRUE) | ||
# revdepcheck::revdep_check(num_workers = 4) | ||
# devtools::release(check=FALSE) #Careful, the last question ultimately uploads it to CRAN, where you can't delete/reverse your decision. |