diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index 123ea05..c38be25 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index 57ce2c1..cdcfd24 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index 06a0f6f..ad4bf02 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index 2cd6cb6..1a3a4a2 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index 8e1e0ef..9dc24dd 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 32ebd18..e7820ad 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/articles/create_project.html b/articles/create_project.html index 98b104d..dde0f53 100644 --- a/articles/create_project.html +++ b/articles/create_project.html @@ -126,12 +126,12 @@

Default Template open = FALSE # don't open project in new RStudio session ) #> Using "Default Project Template" template -#> Writing folder /tmp/RtmpRyfhs7/My Project Folder +#> Writing folder /tmp/Rtmpus5hfA/My Project Folder #> Writing files "README.md", ".gitignore", "My Project Folder.Rproj", and ".Rprofile" #> Initialising Git repo #> Initialising renv project -#> - Lockfile written to "/tmp/RtmpRyfhs7/My Project Folder/renv.lock". -#> - renv infrastructure has been generated for project "/tmp/RtmpRyfhs7/My Project Folder". +#> - Lockfile written to "/tmp/Rtmpus5hfA/My Project Folder/renv.lock". +#> - renv infrastructure has been generated for project "/tmp/Rtmpus5hfA/My Project Folder".

The directory was created, files added, a git repository was initialised in the folder, and the reproducible environment was constructed with the renv package.

@@ -373,12 +373,12 @@

Implement Custom Template template = my_template # metadata list created above ) #> Using "My 1st Project Template" template -#> Writing folder /tmp/RtmpRyfhs7/My Project Folder +#> Writing folder /tmp/Rtmpus5hfA/My Project Folder #> Writing files "README.md", "My Project Folder.Rproj", and ".gitignore" #> Initialising Git repo #> Initialising renv project -#> - Lockfile written to "/tmp/RtmpRyfhs7/My Project Folder/renv.lock". -#> - renv infrastructure has been generated for project "/tmp/RtmpRyfhs7/My Project Folder". +#> - Lockfile written to "/tmp/Rtmpus5hfA/My Project Folder/renv.lock". +#> - renv infrastructure has been generated for project "/tmp/Rtmpus5hfA/My Project Folder". diff --git a/favicon-16x16.png b/favicon-16x16.png index c9cb2fe..c08ed23 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index f436953..194bcb0 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/pkgdown.yml b/pkgdown.yml index 2ab4558..e6b08f5 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.0.7 pkgdown_sha: ~ articles: create_project: create_project.html -last_built: 2024-03-05T16:48Z +last_built: 2024-03-05T16:50Z urls: reference: http://www.danieldsjoberg.com/starter/reference article: http://www.danieldsjoberg.com/starter/articles diff --git a/reference/create_project.html b/reference/create_project.html index 0d17604..2a81225 100644 --- a/reference/create_project.html +++ b/reference/create_project.html @@ -167,13 +167,13 @@

Examples

# creating new project folder create_project(project_path, path_data = secure_data_path) #> Using "Default Project Template" template -#> Writing folder /tmp/RtmpRX8US6/My Project Folder +#> Writing folder /tmp/RtmpvJHZRu/My Project Folder #> Writing files "README.md", ".gitignore", "My Project Folder.Rproj", and ".Rprofile" -#> Creating symbolic link to data folder /tmp/RtmpRX8US6/secure_data +#> Creating symbolic link to data folder /tmp/RtmpvJHZRu/secure_data #> Initialising Git repo #> Initialising renv project -#> - Lockfile written to "/tmp/RtmpRX8US6/My Project Folder/renv.lock". -#> - renv infrastructure has been generated for project "/tmp/RtmpRX8US6/My Project Folder". +#> - Lockfile written to "/tmp/RtmpvJHZRu/My Project Folder/renv.lock". +#> - renv infrastructure has been generated for project "/tmp/RtmpvJHZRu/My Project Folder".