1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-04-13 17:50:22 +08:00

initial import to public repository

This commit is contained in:
Zhang Fuxin
2021-10-27 19:14:51 +08:00
commit c632bed67e
362 changed files with 53748 additions and 0 deletions

14
Makefile Normal file
View File

@@ -0,0 +1,14 @@
all:
r -e 'bookdown::render_book()'
pdf:
r -e 'bookdown::render_book("index.Rmd", "bookdown::pdf_book")'
doc:
r -e 'bookdown::render_book("index.Rmd", "bookdown::word_document2")'
serve:
r -e 'bookdown::serve_book()'
clean:
rm -rf _book _bookdown_files