Skip to content

Commit ff43312

Browse files
committed
Prepare resubmission
1 parent 4d704a6 commit ff43312

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

DESCRIPTION

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
Package: usethis
2-
Title: Automatically Set Up Commonly Used Package and Analysis Components
3-
Version: 0.0.0.9000
2+
Title: Automate Package and Project Setup
3+
Version: 1.0.0
44
Authors@R: c(
55
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
66
person("RStudio", role = "cph")
77
)
8-
Description: Automates the set up of common tools needed during
9-
package development and data analysis.
8+
Description: Automate package and project setup tasks that are otherwise
9+
performed manually. This includes setting up unit testing, test
10+
coverage, continuous integration, Git, 'GitHub', licenses, 'Rcpp', 'RStudio'
11+
projects, and more.
1012
License: GPL-3
1113
URL: https://github.com/r-lib/usethis
1214
BugReports: https://github.com/r-lib/usethis/issues

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# usethis 0.0.0.9000
1+
# usethis 1.0.0
22

33
This is a new package that extracts out many functions that previously lived in devtools, as well as providing more building blocks so you can create your own helpers. As well as the many new helpers listed below, there are three main improvements to the package:
44

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The goal of usethis is to automate many common package and analysis setup tasks.
2222

2323
## Installation
2424

25-
You can install usethis from github with:
25+
You can install the development version of usethis from github with:
2626

2727
```{r, eval = FALSE}
2828
# install.packages("devtools")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The goal of usethis is to automate many common package and analysis setup tasks.
1010
Installation
1111
------------
1212

13-
You can install usethis from github with:
13+
You can install the development version of usethis from github with:
1414

1515
``` r
1616
# install.packages("devtools")

cran-comments.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
This is a resubmission with better version, title, and description.
2+
3+
---
4+
15
## Test environments
26
* local OS X install, R-release
37
* ubuntu 14.04 (on travis-ci), R 3.1 -> R-devel

0 commit comments

Comments
 (0)