From 3ce2173a98ff5286ae3f6e1414130a1f8bd13831 Mon Sep 17 00:00:00 2001 From: Hongyuan Jia Date: Sat, 13 Feb 2021 11:16:24 +0800 Subject: [PATCH 1/2] Update CRAN comments --- cran-comments.md | 41 +++++++---------------------------------- 1 file changed, 7 insertions(+), 34 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 475e3f2..f0dfe6d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,40 +1,13 @@ -# Version 0.1.1 +# Version 0.1.2 -## Resubmission +## Test environments -### Test environments - -* local R installation, R 3.6.2 -* ubuntu 16.04 (on travis-ci), R 3.6.2 +* local R installation, R 4.0.3 +* Microsoft Windows Server 2019 (on GitHub Actions), R 4.0.3 +* Ubuntu 20.04 (on GitHub Actions), R 4.0.3 +* Mac OS X (on GitHub Actions), R 4.0.3 * win-builder (devel) -### R CMD check results +## R CMD check results 0 errors | 0 warnings | 0 note - -### Comments - -Comments from CRAN maintainer: - -``` - Found the following (possibly) invalid URLs: - URL: https://pcmdi.llnl.gov/CMIP6 (moved to -https://pcmdi.llnl.gov/CMIP6/) - From: DESCRIPTION - man/epwshiftr-package.Rd - Status: 200 - Message: OK - URL: https://pcmdi.llnl.gov/CMIP6/TermsOfUse (moved to -https://pcmdi.llnl.gov/CMIP6/TermsOfUse/) - From: README.md - Status: 200 - Message: OK - --> trailing slashes, please. - -Please fix and resubmit. -``` - -Revisions: - -* I have revised corresponding files to add trailing slashes. From 69462dc52c08145c55cef95449205c2730022f35 Mon Sep 17 00:00:00 2001 From: Hongyuan Jia Date: Tue, 25 May 2021 23:00:59 +0800 Subject: [PATCH 2/2] [fix] Remove lazydata --- DESCRIPTION | 1 - 1 file changed, 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index cc85ffe..e72185e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -38,7 +38,6 @@ Suggests: covr License: MIT + file LICENSE Encoding: UTF-8 -LazyData: true URL: https://github.com/ideas-lab-nus/epwshiftr BugReports: https://github.com/ideas-lab-nus/epwshiftr/issues Roxygen: list(markdown = TRUE)