Skip to content

Commit a425602

Browse files
committed
Updates for cran submission
1 parent 0862aed commit a425602

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
^\.Rproj\.user$
44
^bench$
55
^resources\.txt$
6+
^cran-comments\.md$

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: readr
2-
Version: 0.0.0.9000
3-
Title: Read Tabular Data.
4-
Description: Readr makes it easy (and fast) to read tabular data from disk.
2+
Version: 0.1.0
3+
Title: Read Tabular Data
4+
Description: Read flat/tabular text files from disk.
55
Authors@R: c(
66
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
77
person("Romain", "Francois", role = "aut"),

cran-comments.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Test environments
2+
* local OS X install, R 3.1.3
3+
* ubuntu 12.04 (on travis-ci), R 3.1.3
4+
* win-builder (devel and release)
5+
6+
## R CMD check results
7+
There were no ERRORs or WARNINGs.
8+
9+
There was 1 NOTE:
10+
11+
* This is a new submission.
12+
13+
## Reverse dependencies
14+
This is a new package.

0 commit comments

Comments
 (0)