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 @@ -60,8 +60,8 @@ library(usethis)
6060#  Create a new package -------------------------------------------------
6161path  <-  file.path(tempdir(), " mypkg"  )
6262create_package(path )
63- # > ✓ Creating '/var/folders/pv/l2mbh7j90y5_vslh_1wyqxj00000gn/T/RtmpTorgGG /mypkg/'
64- # > ✓ Setting active project to '/private/var/folders/pv/l2mbh7j90y5_vslh_1wyqxj00000gn/T/RtmpTorgGG /mypkg'
63+ # > ✓ Creating '/tmp/RtmpBtK0Bx /mypkg/'
64+ # > ✓ Setting active project to '/private/tmp/RtmpBtK0Bx /mypkg'
6565# > ✓ Creating 'R/'
6666# > ✓ Writing 'DESCRIPTION'
6767# > 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/pv/l2mbh7j90y5_vslh_1wyqxj00000gn/T/RtmpTorgGG /mypkg'
84- # > ✓ Changing working directory to '/var/folders/pv/l2mbh7j90y5_vslh_1wyqxj00000gn/T/RtmpTorgGG /mypkg/'
83+ # > ✓ Setting active project to '/private/tmp/RtmpBtK0Bx /mypkg'
84+ # > ✓ Changing working directory to '/tmp/RtmpBtK0Bx /mypkg/'
8585
8686#  Modify the description ----------------------------------------------
8787use_mit_license(" My Name"  )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments