From 3a7c01967116b6065640ca0c6f965fcbd1082e24 Mon Sep 17 00:00:00 2001 From: Carl Boettiger Date: Tue, 25 Apr 2017 16:05:22 +0000 Subject: [PATCH] bump version, ready for release --- DESCRIPTION | 2 +- NEWS.md | 7 ++++--- cran-comments.md | 15 ++++++++------- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f5033a70..fc44b050 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: EML Type: Package Title: Read and Write Ecological Metadata Language Files -Version: 1.0.1.2 +Version: 1.0.2 Authors@R: c( person("Carl", "Boettiger", role = c("aut", "cre"), email = "cboettig@gmail.com"), diff --git a/NEWS.md b/NEWS.md index 1c9e4e2c..74531a69 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,9 @@ -# EML 1.0.2.1 +# EML 1.0.2 * Migrate dependency from XML to xml2 -* Improved performance in displaying and serializing XML (#)[] -* Added a `NEWS.md` file to track changes to the package. +* Improved performance in displaying and serializing XML +* Added a `NEWS.md` file to track changes to the package +* Minor bug fixes # EML 1.0.1 diff --git a/cran-comments.md b/cran-comments.md index 0f34ed0e..bcf3d183 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,12 +1,15 @@ ## Corrections -* The package description now includes a link to EML, as requested +* Migrates from XML dependency to xml2 for improved efficiency (see NEWS) +* Improves performance in serializing EML to XML +* Fixes the Warning that emerged on R-devel (now on) R-3.4.0 release ## Test environments -* local OS X install, R 3.3.2 -* ubuntu 12.04 (on travis-ci), R oldrel, release, devel -* Windows tests via appveyor (devel and release) +* local OS X install, R 3.4.0 +* debian jessie, R 3.4.0, R-devel +* ubuntu 12.04 R oldrel, release, devel +* Windows tests via appveyor (devel and release), rhub ## R CMD check results @@ -23,9 +26,7 @@ the tests could be re-written to download these files on the fly. This would me and would break the ability for users to perform schema validation of their metadata files offline, which could be useful but non-essential. -* This is a new release. - ## Reverse dependencies -This is a new release, so there are no reverse dependencies. +There are no reverse dependencies.