File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ knitr::opts_chunk$set(
19
19
[ ![ R-CMD-check] ( https://github.com/r-lib/usethis/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/r-lib/usethis/actions/workflows/R-CMD-check.yaml )
20
20
[ ![ CRAN status] ( https://www.r-pkg.org/badges/version/usethis )] ( https://CRAN.R-project.org/package=usethis )
21
21
[ ![ Lifecycle: stable] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://lifecycle.r-lib.org/articles/stages.html#stable )
22
- [ ![ .github/workflows/R-CMD-check] ( https://github.com/r-lib/usethis/actions/workflows/.github/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/r-lib/usethis/actions/workflows/.github/workflows/R-CMD-check.yaml )
23
22
[ ![ Codecov test coverage] ( https://codecov.io/gh/r-lib/usethis/graph/badge.svg )] ( https://app.codecov.io/gh/r-lib/usethis )
24
23
<!-- badges: end -->
25
24
Original file line number Diff line number Diff line change 10
10
status] ( https://www.r-pkg.org/badges/version/usethis )] ( https://CRAN.R-project.org/package=usethis )
11
11
[ ![ Lifecycle:
12
12
stable] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://lifecycle.r-lib.org/articles/stages.html#stable )
13
- [ ![ .github/workflows/R-CMD-check] ( https://github.com/r-lib/usethis/actions/workflows/.github/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/r-lib/usethis/actions/workflows/.github/workflows/R-CMD-check.yaml )
14
13
[ ![ Codecov test
15
14
coverage] ( https://codecov.io/gh/r-lib/usethis/graph/badge.svg )] ( https://app.codecov.io/gh/r-lib/usethis )
16
15
<!-- badges: end -->
@@ -61,8 +60,8 @@ library(usethis)
61
60
# Create a new package -------------------------------------------------
62
61
path <- file.path(tempdir(), " mypkg" )
63
62
create_package(path )
64
- # > β Creating '/tmp/Rtmpyt1hd6 /mypkg/'.
65
- # > β Setting active project to "/private/tmp/Rtmpyt1hd6 /mypkg".
63
+ # > β Creating '/tmp/RtmpCJHMlj /mypkg/'.
64
+ # > β Setting active project to "/private/tmp/RtmpCJHMlj /mypkg".
66
65
# > β Creating 'R/'.
67
66
# > β Writing 'DESCRIPTION'.
68
67
# > Package: mypkg
@@ -80,8 +79,8 @@ create_package(path)
80
79
# > β Setting active project to "<no active project>".
81
80
# only needed since this session isn't interactive
82
81
proj_activate(path )
83
- # > β Setting active project to "/private/tmp/Rtmpyt1hd6 /mypkg".
84
- # > β Changing working directory to '/tmp/Rtmpyt1hd6 /mypkg/'
82
+ # > β Setting active project to "/private/tmp/RtmpCJHMlj /mypkg".
83
+ # > β Changing working directory to '/tmp/RtmpCJHMlj /mypkg/'
85
84
86
85
# Modify the description ----------------------------------------------
87
86
use_mit_license(" My Name" )
You canβt perform that action at this time.
0 commit comments