diff --git a/DESCRIPTION b/DESCRIPTION index 5df5b7c..aeb6d20 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: medrxivr Title: Access and Search MedRxiv and BioRxiv Preprint Data -Version: 0.0.6 +Version: 0.1.0 Authors@R: c( person("Yaoxiang", "Li", role = c("aut", "cre"), diff --git a/cran-comments.md b/cran-comments.md deleted file mode 100644 index 7d634ae..0000000 --- a/cran-comments.md +++ /dev/null @@ -1,25 +0,0 @@ -## Required submission to retain package on CRAN -This submission was prompted by an email from CRAN, requiring that tests fail -gracefully when the internet resource the package is based on is unavailable. - -## Test environments - -* local windows R installation, R 4.0.2 -* windows-latest (via GitHub actions), (release) -* macOS-latest (via GitHub actions), (release) -* ubuntu-20.04 (via GitHub actions), (release, devel) -* win-builder (devel) - -## R CMD check results - -0 errors | 0 warnings | 0 notes - -## CRAN Checks - -CRAN checks are currently failing on a single platform -(r-devel-windows-ix86+x86_64), but the changes contained in this release will -address this. - -## Downstream dependencies - -There are currently no downstream dependencies for this package. diff --git a/medrxivr.Rproj b/medrxivr.Rproj index cba1b6b..0ee12cd 100644 --- a/medrxivr.Rproj +++ b/medrxivr.Rproj @@ -18,4 +18,5 @@ StripTrailingWhitespace: Yes BuildType: Package PackageUseDevtools: Yes PackageInstallArgs: --no-multiarch --with-keep.source +PackageCheckArgs: --as-cran PackageRoxygenize: rd,collate,namespace