diff --git a/.Rbuildignore b/.Rbuildignore index 075922e..5def57d 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -15,3 +15,4 @@ cran-comments.md ^CRAN-RELEASE$ ^revdep$ ^\.github$ +^cran-comments\.md$ diff --git a/cran-comments.md b/cran-comments.md index 2284277..2b881ea 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,13 +1,22 @@ -This is a bug fix release of miniCRAN. +This release removes a dependency on XML that caused build problems on old versions of R. ## Test environments -* local Windows install, R-3.6.1 -* ubuntu trusty 14.04 (on travis-ci), testing on: +* local Windows install, R04.0.2 +* ubuntu xenial 16.04 (on github actions), testing on: - R-release - R-oldrel - R-devel -* XCode (Mac OS) (on travis-ci) + - R-3.5 + - R-3.4 + - R-3.3 +* Mac OS (on github actions) + - R-devel + - R-release +* Windows (on github actions) + - R-devel + - R-release + ## R CMD check results @@ -16,4 +25,4 @@ There were no ERRORs, WARNINGs or NOTEs. ## Downstream dependencies -`miniCRAN` has only one reverse dependency, `AzureML`, and all tests pass \ No newline at end of file +`miniCRAN` has only one reverse dependency, `deepdep`, and all tests pass \ No newline at end of file