diff --git a/DESCRIPTION b/DESCRIPTION index fc44b050..bdb8d3e8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: EML Type: Package Title: Read and Write Ecological Metadata Language Files -Version: 1.0.2 +Version: 1.0.3 Authors@R: c( person("Carl", "Boettiger", role = c("aut", "cre"), email = "cboettig@gmail.com"), diff --git a/NEWS.md b/NEWS.md index 74531a69..1906c2eb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# EML 1.0.3 + +* Avoid vignette build errors on machines that lack pandoc (e.g. Solaris) using conditional checks + # EML 1.0.2 * Migrate dependency from XML to xml2 diff --git a/cran-comments.md b/cran-comments.md index bcf3d183..7698af3c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,6 @@ ## Corrections -* 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 +* Avoid vignette error when testing on platforms that lack access to pandoc ## Test environments