-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
470 changed files
with
31,341 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# REMEMBER to restart R after you modify and save this file! | ||
|
||
# First, execute the global .Rprofile if it exists. You may configure blogdown | ||
# options there, too, so they apply to any blogdown projects. Feel free to | ||
# ignore this part if it sounds too complicated to you. | ||
if (file.exists("~/.Rprofile")) { | ||
base::sys.source("~/.Rprofile", envir = environment()) | ||
} | ||
|
||
# Now set options to customize the behavior of blogdown for this project. Below | ||
# are a few sample options; for more options, see | ||
# https://bookdown.org/yihui/blogdown/global-options.html | ||
options( | ||
# to automatically serve the site on RStudio startup, set this option to TRUE | ||
blogdown.serve_site.startup = FALSE, | ||
# to disable knitting Rmd files on save, set this option to FALSE | ||
blogdown.knit.on_save = TRUE, | ||
# build .Rmd to .html (via Pandoc); to build to Markdown, set this option to 'markdown' | ||
blogdown.method = 'html' | ||
) | ||
|
||
# fix Hugo version | ||
options(blogdown.hugo.version = "0.91.2") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
.Ruserdata |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Version: 1.0 | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
AlwaysSaveHistory: Default | ||
|
||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 2 | ||
Encoding: UTF-8 | ||
|
||
RnwWeave: Sweave | ||
LaTeX: pdfLaTeX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# An optional custom script to run before Hugo builds your site. | ||
# You can delete it if you do not need it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# An optional custom script to run after Hugo builds your site. | ||
# You can delete it if you do not need it. |
Oops, something went wrong.