55
66<!-- badges: start -->
77
8+ [ ![ R-CMD-check GitHub Workflow
9+ Status] ( https://img.shields.io/github/workflow/status/r-lib/usethis/R-CMD-check?label=R-CMD-check )] ( https://github.com/r-lib/usethis/actions )
10+ [ ![ Codecov test
11+ coverage] ( https://img.shields.io/codecov/c/github/r-lib/usethis )] ( https://app.codecov.io/gh/r-lib/usethis?branch=master )
12+
813[ ![ R-CMD-check] ( https://github.com/r-lib/usethis/workflows/R-CMD-check/badge.svg )] ( https://github.com/r-lib/usethis/actions )
914[ ![ Codecov test
1015coverage] ( https://codecov.io/gh/r-lib/usethis/branch/master/graph/badge.svg )] ( https://app.codecov.io/gh/r-lib/usethis?branch=master )
@@ -60,8 +65,8 @@ library(usethis)
6065# Create a new package -------------------------------------------------
6166path <- file.path(tempdir(), " mypkg" )
6267create_package(path )
63- # > β Creating '/tmp/RtmpxY5vMB /mypkg/'
64- # > β Setting active project to '/private/tmp/RtmpxY5vMB /mypkg'
68+ # > β Creating '/tmp/Rtmp7xIWtC /mypkg/'
69+ # > β Setting active project to '/private/tmp/Rtmp7xIWtC /mypkg'
6570# > β Creating 'R/'
6671# > β Writing 'DESCRIPTION'
6772# > Package: mypkg
@@ -79,8 +84,8 @@ create_package(path)
7984# > β Setting active project to '<no active project>'
8085# only needed since this session isn't interactive
8186proj_activate(path )
82- # > β Setting active project to '/private/tmp/RtmpxY5vMB /mypkg'
83- # > β Changing working directory to '/tmp/RtmpxY5vMB /mypkg/'
87+ # > β Setting active project to '/private/tmp/Rtmp7xIWtC /mypkg'
88+ # > β Changing working directory to '/tmp/Rtmp7xIWtC /mypkg/'
8489
8590# Modify the description ----------------------------------------------
8691use_mit_license(" My Name" )
0 commit comments