Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 4a62a86
Branch  : main
Author  : Zhian N. Kamvar <[email protected]>
Time    : 2021-05-28 22:03:34 +0000
Message : Merge pull request #32 from zkamvar/fix-cache

update workflows
  • Loading branch information
actions-user committed May 28, 2021
1 parent 853b719 commit 065c071
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"/Users/runner/work/sandpaper-docs/sandpaper-docs/episodes/example.Rmd" "b030222a2d9cad33f04c8c2676e6a026" "/Users/runner/work/sandpaper-docs/sandpaper-docs/site/built/example.md"
"/Users/runner/work/sandpaper-docs/sandpaper-docs/episodes/deployment.md" "cab12c5c0be0148522ad3af38f532ff8" "/Users/runner/work/sandpaper-docs/sandpaper-docs/site/built/deployment.md"
"/Users/runner/work/sandpaper-docs/sandpaper-docs/instructors/notes.md" "1b23451c437e71b86f312bef374b02e5" "/Users/runner/work/sandpaper-docs/sandpaper-docs/site/built/notes.md"
"/Users/runner/work/sandpaper-docs/sandpaper-docs/learners/setup.md" "70e22a1f3d9ec87faf769eee2de78e24" "/Users/runner/work/sandpaper-docs/sandpaper-docs/site/built/setup.md"
"/Users/runner/work/sandpaper-docs/sandpaper-docs/learners/setup.md" "5918a2eb1b237178e5314ead3a7ff206" "/Users/runner/work/sandpaper-docs/sandpaper-docs/site/built/setup.md"
"/Users/runner/work/sandpaper-docs/sandpaper-docs/learners/github-pat.md" "65e9fd0b6de9f7904e01e5652fd3f12f" "/Users/runner/work/sandpaper-docs/sandpaper-docs/site/built/github-pat.md"
"/Users/runner/work/sandpaper-docs/sandpaper-docs/profiles/maintainer.md" "2a2b790c0aa8da5fb72e323e4fafabd9" "/Users/runner/work/sandpaper-docs/sandpaper-docs/site/built/maintainer.md"
"/Users/runner/work/sandpaper-docs/sandpaper-docs/profiles/instructor.md" "ff8c586028a5e1c7ef0be4178b40417c" "/Users/runner/work/sandpaper-docs/sandpaper-docs/site/built/instructor.md"
11 changes: 4 additions & 7 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ into the console.
```r
# register the repositories for The Carpentries and CRAN
options(repos = c(
carpentries = "https://carpentries.github.io/drat/",
ropensci = "https://ropensci.r-universe.dev/",
carpentries = "https://carpentries.r-universe.dev/",
CRAN = "https://cran.rstudio.com/"
))

Expand Down Expand Up @@ -272,8 +271,7 @@ into the console.
```r
# register the repositories for The Carpentries and CRAN
options(repos = c(
carpentries = "https://carpentries.github.io/drat/",
ropensci = "https://ropensci.r-universe.dev/",
carpentries = "https://carpentries.r-universe.dev/",
CRAN = "https://cran.rstudio.com/"
))

Expand Down Expand Up @@ -418,8 +416,7 @@ into the console.
```r
# register the repositories for The Carpentries and CRAN
options(repos = c(
carpentries = "https://carpentries.github.io/drat/",
ropensci = "https://ropensci.r-universe.dev/",
carpentries = "https://carpentries.r-universe.dev/",
CRAN = "https://packagemanager.rstudio.com/all/__linux__/focal/latest"
))

Expand Down Expand Up @@ -519,7 +516,7 @@ troubleshoot.

## Installation FAQ

### Why does it take 6 lines of code to install the infrastructure?
### Why does it take 5 lines of code to install the infrastructure?

In the future, this will be ONE line of code!

Expand Down

0 comments on commit 065c071

Please sign in to comment.