From a4256026d5793bddcc52a8c56960dbe60d1d4de3 Mon Sep 17 00:00:00 2001 From: hadley Date: Thu, 9 Apr 2015 06:36:04 -0500 Subject: [PATCH] Updates for cran submission --- .Rbuildignore | 1 + DESCRIPTION | 6 +++--- cran-comments.md | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 39cf80fe..f4dea7ad 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,3 +3,4 @@ ^\.Rproj\.user$ ^bench$ ^resources\.txt$ +^cran-comments\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index c1b9bd67..dc8c5e90 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: readr -Version: 0.0.0.9000 -Title: Read Tabular Data. -Description: Readr makes it easy (and fast) to read tabular data from disk. +Version: 0.1.0 +Title: Read Tabular Data +Description: Read flat/tabular text files from disk. Authors@R: c( person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")), person("Romain", "Francois", role = "aut"), diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 00000000..4ee061b7 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,14 @@ +## 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 was 1 NOTE: + +* This is a new submission. + +## Reverse dependencies +This is a new package.