diff --git a/DESCRIPTION b/DESCRIPTION index 8e4cd6275..4322c9d52 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: eplusr Title: A Toolkit for Using Whole Building Simulation Program 'EnergyPlus' -Version: 0.10.3 +Version: 0.10.4 Authors@R: person(given = "Hongyuan", family = "Jia", diff --git a/NEWS.md b/NEWS.md index 0e8c0790b..46b241aa1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# eplusr 0.10.4 + +This is a bug fix release which make sure eplusr is compatible with new version +of R6 [#164](https://github.com/hongyuanjia/eplusr/issues/164). No new feature +is included. + # eplusr 0.10.3 ## New features diff --git a/cran-comments.md b/cran-comments.md index 9d0a0fdd8..7a0da31eb 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,21 +1,13 @@ -# Version 0.10.3 - -This is a resubmission of v0.10.3. Previous submission failed to pass CRAN -pretest due to a NOTE caused by using more than 2 cores in examples. In this -submission, I explicitly skip all examples that cause this NOTE. - -This version also eliminates the checking notes of `"for non-standard things in -the check directory"` caused by examples that download files from EnergyPlus -website. +# Version 0.10.4 ## Resubmission ### Test environments -* local Manjaro Linux 18.0.4 install, R 3.6.0 -* Windows (on appveyor-ci), R oldrel, release and devel -* Ubuntu 14.04 (on travis-ci), R oldrel, release and devel -* OS X (on travis-ci), R oldrel and release +* local Manjaro Linux 18.0.4 install, R 3.6.1 +* Windows (on appveyor-ci), R release +* Ubuntu 14.04 (on travis-ci), R release and devel +* OS X (on travis-ci), R release ### R CMD check results