Skip to content

Commit 3c862a1

Browse files
committed
devtools::build_readme()
1 parent 27c98c3 commit 3c862a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

β€ŽREADME.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ library(usethis)
6161
# Create a new package -------------------------------------------------
6262
path <- file.path(tempdir(), "mypkg")
6363
create_package(path)
64-
#> βœ” Creating '/tmp/Rtmp7yJh5e/mypkg/'.
65-
#> βœ” Setting active project to "/private/tmp/Rtmp7yJh5e/mypkg".
64+
#> βœ” Creating '/tmp/RtmpMuqeSm/mypkg/'.
65+
#> βœ” Setting active project to "/private/tmp/RtmpMuqeSm/mypkg".
6666
#> βœ” Creating 'R/'.
6767
#> βœ” Writing 'DESCRIPTION'.
6868
#> Package: mypkg
@@ -80,8 +80,8 @@ create_package(path)
8080
#> βœ” Setting active project to "<no active project>".
8181
# only needed since this session isn't interactive
8282
proj_activate(path)
83-
#> βœ” Setting active project to "/private/tmp/Rtmp7yJh5e/mypkg".
84-
#> βœ” Changing working directory to '/tmp/Rtmp7yJh5e/mypkg/'
83+
#> βœ” Setting active project to "/private/tmp/RtmpMuqeSm/mypkg".
84+
#> βœ” Changing working directory to '/tmp/RtmpMuqeSm/mypkg/'
8585

8686
# Modify the description ----------------------------------------------
8787
use_mit_license("My Name")
@@ -92,7 +92,7 @@ use_mit_license("My Name")
9292

9393
use_package("ggplot2", "Suggests")
9494
#> βœ” Adding ggplot2 to 'Suggests' field in DESCRIPTION.
95-
#> ☐ Use `requireNamespace("ggplot2", quietly = TRUE)` to test if package is
95+
#> ☐ Use `requireNamespace("ggplot2", quietly = TRUE)` to test if ggplot2 is
9696
#> installed.
9797
#> ☐ Then directly refer to functions with `ggplot2::fun()`.
9898

0 commit comments

Comments
Β (0)