Skip to content

Commit

Permalink
Reknit
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Dec 7, 2021
1 parent 2fc2f2c commit f732d58
Show file tree
Hide file tree
Showing 7 changed files with 1,213 additions and 49 deletions.
210 changes: 202 additions & 8 deletions 01-data/index.html

Large diffs are not rendered by default.

210 changes: 202 additions & 8 deletions 02-explore/index.html

Large diffs are not rendered by default.

210 changes: 202 additions & 8 deletions 03-model/index.html

Large diffs are not rendered by default.

210 changes: 202 additions & 8 deletions 04-foundations/index.html

Large diffs are not rendered by default.

210 changes: 202 additions & 8 deletions 05-infer/index.html

Large diffs are not rendered by default.

210 changes: 202 additions & 8 deletions 06-model-infer/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tutorials <- tibble(dir_to_deploy = dirs_to_deploy, lesson = dirs_to_deploy) %>%
# deploy all -------------------------------------------------------------------

#for(i in 1:length(dirs_to_deploy)){
for(i in 3:5){
for(i in 4:5){
deployApp(
appDir = tutorials$dir_to_deploy[i],
appTitle = tutorials$title[i],
Expand Down

0 comments on commit f732d58

Please sign in to comment.