From 7440277c2df6702734c5a20603b30ded03091241 Mon Sep 17 00:00:00 2001 From: hadley Date: Mon, 20 Apr 2015 14:36:03 -0500 Subject: [PATCH] Prepare for release --- .Rbuildignore | 1 + DESCRIPTION | 11 ++++++----- LICENSE | 2 -- cran-comments.md | 18 ++++++++++++++++++ 4 files changed, 25 insertions(+), 7 deletions(-) delete mode 100644 LICENSE create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 5c003c20..e553bd5b 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -2,3 +2,4 @@ ^\.Rproj\.user$ windows .travis.yml +^cran-comments\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index c8dc5851..f40a2aee 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,15 +1,15 @@ Package: xml2 -Version: 0.1 -Title: Bindings to libxml2 -Description: Tools and utilities for working with XML data in R. +Version: 0.1.0 +Title: Parse XML +Description: Work with XML files using a simple, consistent interface. Built on + top of the 'libxml2' C library. Authors@R: c( person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")), person("Jeroen", "Ooms", role = "ctb"), person("RStudio", role = "cph"), person("R Foundation", role = "ctb", - comment = "Copy of R-project homepage cache as example") + comment = "Copy of R-project homepage cached as example") ) -License: MIT + file LICENSE Depends: R (>= 3.1.0) Imports: @@ -20,3 +20,4 @@ LinkingTo: Suggests: testthat, curl +License: GPL (>= 2) diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 2cd3307f..00000000 --- a/LICENSE +++ /dev/null @@ -1,2 +0,0 @@ -YEAR: 2015 -COPYRIGHT HOLDER: Hadley Wickham diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 00000000..86fa7d18 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,18 @@ +## Test environments +* local OS X install, R 3.1.3 +* ubuntu 12.04 (on travis-ci), R 3.1.3 +* win-builder (devel and release) + +## R CMD check results +There were no ERRORs or WARNINGs. + +There were 2 NOTEs: + +* This is a new submission. + +* The installed package size is large because of the large `libs/` directory, + due to the large size of `libxml2`. I don't think there's anything I can + do about this. + +## Downstream dependencies +None. This is a new submission.