Skip to content

Commit

Permalink
Updates for cran submission
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Apr 9, 2015
1 parent 0862aed commit a425602
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
^\.Rproj\.user$
^bench$
^resources\.txt$
^cran-comments\.md$
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
14 changes: 14 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a425602

Please sign in to comment.