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.