-
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.
Merge pull request #252 from OuhscBbmc/dev
submit to CRAN
- Loading branch information
Showing
5 changed files
with
15 additions
and
22 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 |
---|---|---|
|
@@ -19,3 +19,4 @@ utility/ | |
^.*\.o$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^CRAN-RELEASE$ |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This package was submitted to CRAN on 2019-09-21. | ||
Once it is accepted, delete this file and tag the release (commit 6d76e90b4c). |
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,8 +6,8 @@ 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.9.10.9003 | ||
Date: 2019-08-14 | ||
Version: 0.10.1 | ||
Date: 2019-09-20 | ||
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"), | ||
|
@@ -19,15 +19,6 @@ Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email = | |
role = "ctb"), person("Hao", "Zhu", | ||
role = "ctb", | ||
comment = c(ORCID = '0000-0002-3386-6076'))) | ||
Author: Will Beasley [aut, cre], | ||
David Bard [ctb], | ||
Thomas Wilson [ctb], | ||
John J Aponte [ctb], | ||
Rollie Parrish [ctb], | ||
Benjamin Nutter [ctb], | ||
Andrew Peters [ctb], | ||
Hao Zhu [ctb] | ||
Maintainer: Will Beasley <[email protected]> | ||
URL: https://github.com/OuhscBbmc/REDCapR, http://ouhsc.edu/bbmc/, | ||
http://project-redcap.org | ||
BugReports: https://github.com/OuhscBbmc/REDCapR/issues | ||
|
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 |
---|---|---|
|
@@ -21,6 +21,6 @@ test_results_not_checked <- testthat::test_dir("./tests/manual/") | |
# devtools::check(force_suggests = FALSE) | ||
devtools::check(cran=T) | ||
# devtools::check_rhub(email="[email protected]") | ||
# devtools::build_win(version="R-devel") #CRAN submission policies encourage the development version | ||
# devtools::check_win_devel() # CRAN submission policies encourage the development version | ||
# devtools::revdep_check(pkg="REDCapR", recursive=TRUE) | ||
# devtools::release(check=FALSE) #Careful, the last question ultimately uploads it to CRAN, where you can't delete/reverse your decision. |