Skip to content

Commit ac186aa

Browse files
committed
updated the PDFs to actually work
1 parent 26c591b commit ac186aa

File tree

34 files changed

+86
-18
lines changed

34 files changed

+86
-18
lines changed

Arrays_Split/Arrays_Split.pdf

-44 KB
Binary file not shown.

Arrays_Split/makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ index.html: index.Rmd
44
Rscript -e "rmarkdown::render('index.Rmd', output_format = 'all')"
55

66
index.pdf: index.html index.Rmd
7-
electron-pdf index.html index.pdf --landscape
7+
Rscript -e 'pagedown::chrome_print("index.html")'
8+
#electron-pdf index.html index.pdf --landscape
89

910
index.R: index.Rmd
1011
Rscript -e "knitr::purl('index.Rmd')"
1112

13+
lab/*.R: lab/*.Rmd
14+
Rscript -e "knitr::purl('index.Rmd')"
15+
1216
clean:
1317
rm index.html index.R index.pdf

Basic_R/Basic_R.pdf

-6.41 KB
Binary file not shown.

Basic_R/makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ index.html: index.Rmd
44
Rscript -e "rmarkdown::render('index.Rmd', output_format = 'all')"
55

66
index.pdf: index.html index.Rmd
7-
electron-pdf index.html index.pdf --landscape
7+
Rscript -e 'pagedown::chrome_print("index.html")'
8+
#electron-pdf index.html index.pdf --landscape
89

910
index.R: index.Rmd
1011
Rscript -e "knitr::purl('index.Rmd')"
1112

13+
lab/*.R: lab/*.Rmd
14+
Rscript -e "knitr::purl('index.Rmd')"
15+
1216
clean:
1317
rm index.html index.R index.pdf

Data_Classes/Data_Classes.pdf

88.9 KB
Binary file not shown.

Data_Classes/makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ index.html: index.Rmd
44
Rscript -e "rmarkdown::render('index.Rmd', output_format = 'all')"
55

66
index.pdf: index.html index.Rmd
7-
electron-pdf index.html index.pdf --landscape
7+
Rscript -e 'pagedown::chrome_print("index.html")'
8+
#electron-pdf index.html index.pdf --landscape
89

910
index.R: index.Rmd
1011
Rscript -e "knitr::purl('index.Rmd')"
1112

13+
lab/*.R: lab/*.Rmd
14+
Rscript -e "knitr::purl('index.Rmd')"
15+
1216
clean:
1317
rm index.html index.R index.pdf
203 KB
Binary file not shown.

Data_Classes_summary/makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ index.html: index.Rmd
44
Rscript -e "rmarkdown::render('index.Rmd', output_format = 'all')"
55

66
index.pdf: index.html index.Rmd
7-
electron-pdf index.html index.pdf --landscape
7+
Rscript -e 'pagedown::chrome_print("index.html")'
8+
#electron-pdf index.html index.pdf --landscape
89

910
index.R: index.Rmd
1011
Rscript -e "knitr::purl('index.Rmd')"
1112

13+
lab/*.R: lab/*.Rmd
14+
Rscript -e "knitr::purl('index.Rmd')"
15+
1216
clean:
1317
rm index.html index.R index.pdf

Data_Cleaning/Data_Cleaning.pdf

-38.4 KB
Binary file not shown.

Data_Cleaning/makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ index.html: index.Rmd
44
Rscript -e "rmarkdown::render('index.Rmd', output_format = 'all')"
55

66
index.pdf: index.html index.Rmd
7-
electron-pdf index.html index.pdf --landscape
7+
Rscript -e 'pagedown::chrome_print("index.html")'
8+
#electron-pdf index.html index.pdf --landscape
89

910
index.R: index.Rmd
1011
Rscript -e "knitr::purl('index.Rmd')"
1112

13+
lab/*.R: lab/*.Rmd
14+
Rscript -e "knitr::purl('index.Rmd')"
15+
1216
clean:
1317
rm index.html index.R index.pdf

0 commit comments

Comments
 (0)