Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit 7d59cbc

Browse files
committed
updates to rebuild with latest package versions
1 parent 929d8c2 commit 7d59cbc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+4754
-1144
lines changed

30-sml.Rmd

Lines changed: 60 additions & 58 deletions
Large diffs are not rendered by default.

IntroMachineLearningWithR.R

Lines changed: 624 additions & 0 deletions
Large diffs are not rendered by default.

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ all:
33
make code
44

55
book:
6-
/opt/Rpatched/lib64/R/bin/Rscript -e "bookdown::render_book('index.Rmd')"
6+
/opt/Rbeta/lib64/R/bin/Rscript -e "bookdown::render_book('index.Rmd')"
77

88
code:
9-
/opt/Rpatched/lib64/R/bin/Rscript -e "sapply(list.files(pattern = 'Rmd'), knitr::purl)"
10-
9+
/opt/Rbeta/lib64/R/bin/Rscript -e "sapply(list.files(pattern = 'Rmd'), knitr::purl)"
207 Bytes
522 Bytes
-427 Bytes
123 Bytes
148 Bytes
69 Bytes
-87 Bytes

0 commit comments

Comments
 (0)