From 87441409a48667b8e55bb07946eaa0201f38f53b Mon Sep 17 00:00:00 2001 From: Quarto GHA Workflow Runner Date: Tue, 5 Sep 2023 01:59:10 +0000 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- materials/d1-02-structure/index.html | 345 +++++++++++++++------------ schedule.html | 14 +- search.json | 9 +- sitemap.xml | 34 +-- 5 files changed, 231 insertions(+), 173 deletions(-) diff --git a/.nojekyll b/.nojekyll index c29eec4..5c770a5 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -307b1467 \ No newline at end of file +fc2203ff \ No newline at end of file diff --git a/materials/d1-02-structure/index.html b/materials/d1-02-structure/index.html index 3eb468d..623a758 100644 --- a/materials/d1-02-structure/index.html +++ b/materials/d1-02-structure/index.html @@ -501,7 +501,58 @@

Enter the {golem}Streamlines deployment on multiple platforms + +
+

{golem} project structure

+
├── DESCRIPTION
+├── NAMESPACE
+├── R
+│   ├── app_config.R
+│   ├── app_server.R
+│   ├── app_ui.R
+│   └── run_app.R
+├── dev
+│   ├── 01_start.R
+│   ├── 02_dev.R
+│   ├── 03_deploy.R
+│   └── run_dev.R
+├── inst
+│   ├── app
+│   │   └── www
+│   │       └── favicon.ico
+│   └── golem-config.yml
+└── man
+    └── run_app.Rd
+