File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ library(usethis)
6161# Create a new package -------------------------------------------------
6262path <- file.path(tempdir(), " mypkg" )
6363create_package(path )
64- # > ✔ Creating '/var/folders/5r/wrwbj0sn3m71clq0l1rm4pmm0000gp/T/Rtmpt7SYWI /mypkg/'
65- # > ✔ Setting active project to '/private/var/folders/5r/wrwbj0sn3m71clq0l1rm4pmm0000gp/T/Rtmpt7SYWI /mypkg'
64+ # > ✔ Creating '/tmp/RtmpPqIkgo /mypkg/'
65+ # > ✔ Setting active project to '/private/tmp/RtmpPqIkgo /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
8282proj_activate(path )
83- # > ✔ Setting active project to '/private/var/folders/5r/wrwbj0sn3m71clq0l1rm4pmm0000gp/T/Rtmpt7SYWI /mypkg'
84- # > ✔ Changing working directory to '/var/folders/5r/wrwbj0sn3m71clq0l1rm4pmm0000gp/T/Rtmpt7SYWI /mypkg/'
83+ # > ✔ Setting active project to '/private/tmp/RtmpPqIkgo /mypkg'
84+ # > ✔ Changing working directory to '/tmp/RtmpPqIkgo /mypkg/'
8585
8686# Modify the description ----------------------------------------------
8787use_mit_license(" My Name" )
You can’t perform that action at this time.
0 commit comments