Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Apr 20, 2015
1 parent 504edc3 commit 7440277
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
^\.Rproj\.user$
windows
.travis.yml
^cran-comments\.md$
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", 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:
Expand All @@ -20,3 +20,4 @@ LinkingTo:
Suggests:
testthat,
curl
License: GPL (>= 2)
2 changes: 0 additions & 2 deletions LICENSE

This file was deleted.

18 changes: 18 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 7440277

Please sign in to comment.