diff --git a/DESCRIPTION b/DESCRIPTION index c52ea75..c9e984c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: CGGP Type: Package Title: Composite Grid Gaussian Processes -Version: 1.0.2.9000 +Version: 1.0.3 Authors@R: c( person("Collin", "Erickson", email = "collinberickson@gmail.com", role = c("aut", "cre")), # Creator is who gets bothered with issues diff --git a/NEWS.md b/NEWS.md index 72f1a04..036a5c4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,8 @@ -# CGGP 1.0.2.9000 +# CGGP 1.0.3 + +* Minor fixes. + +* Added rmarkdown to Suggests to avoid being removed from CRAN. # CGGP 1.0.2 diff --git a/cran-comments.md b/cran-comments.md index 757e7ad..9f09186 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,21 +1,23 @@ -I received an email on 3/19/20 saying I had a broken donttest example. -I fixed the error shown in the email, then I fixed a second -error I found running R CMD with --run-donttest. -I also fixed another test and some documentation. +I received an email on 4/16/20 from Kurt Hornik saying that I had to add +rmarkdown to Suggests in the DESCRIPTION because of a change to knitr. +I have made this change and a few other small changes to the package. -I reran tests on Travis, win-builder (devel and release), -and R-hub. +I ran CMD CHECK on all the following and had no issues. ## Test environments -* local Ubuntu 18.04 install, R 3.6.3 -* ubuntu 16.04 (on travis-ci), R 3.6.2 +* local Ubuntu 20.04.2 LTS install, R 4.0.3 +* local Windows 10, R 4.0.5 +* ubuntu 16.04.6 LTS (on travis-ci), R 4.0.2 * win-builder (devel and release) -* R-hub (Windows, Ubuntu Linux, Fedora Linux) +* R-hub (Windows, Ubuntu Linux, Fedora Linux, Debian Linux) ## R CMD check results -0 errors | 0 warnings | 0 notes +On personal Ubuntu and Windows there are no ERRORs, WARNINGs, or NOTEs. +On R-hub all 4 have "Status: OK". + +On winbuilder (check_win_release and check_win_devel) it has "Status: OK". ## Downstream dependencies