Skip to content

Commit 2d71f17

Browse files
committed
Wording
1 parent a07c957 commit 2d71f17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ knitr::opts_chunk$set(
2121
[![CRAN status](http://www.r-pkg.org/badges/version/usethis)](https://cran.r-project.org/package=usethis)
2222
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
2323

24-
usethis is a workflow package: it automates tasks that come up over and over again during project setup and development, both for R packages and non-package projects.
24+
usethis is a workflow package: it automates repetitive tasks that arise during project setup and development, both for R packages and non-package projects.
2525

2626
## Installation
2727

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ status](https://codecov.io/gh/r-lib/usethis/branch/master/graph/badge.svg)](http
1313
status](http://www.r-pkg.org/badges/version/usethis)](https://cran.r-project.org/package=usethis)
1414
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
1515

16-
usethis is a workflow package: it automates tasks that come up over and
17-
over again during project setup and development, both for R packages and
16+
usethis is a workflow package: it automates repetitive tasks that arise
17+
during project setup and development, both for R packages and
1818
non-package projects.
1919

2020
## Installation
@@ -59,7 +59,7 @@ library(usethis)
5959
# Create a new package -------------------------------------------------
6060
tmp <- file.path(tempdir(), "mypkg")
6161
create_package(tmp)
62-
#> ✔ Setting active project to '/private/var/folders/vr/gzrbtprx6ybg85y5pvwm1ct40000gn/T/Rtmp3FLirh/mypkg'
62+
#> ✔ Setting active project to '/private/var/folders/vr/gzrbtprx6ybg85y5pvwm1ct40000gn/T/RtmpUYoQJG/mypkg'
6363
#> ✔ Creating 'R/'
6464
#> ✔ Creating 'man/'
6565
#> ✔ Writing 'DESCRIPTION'

0 commit comments

Comments
 (0)