Skip to content

Commit 22508f8

Browse files
Merge pull request #315 from coding-for-reproducible-research/amy_r_environments
R Environments Short Course
2 parents 70775ec + b925bf5 commit 22508f8

File tree

8 files changed

+826
-1
lines changed

8 files changed

+826
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ Then navigate to the course content of interest (e.g. open the notebooks in `ind
7474
(Optional) Build the Jupyter Book site locally:
7575

7676
To build the complete website from this repository, run:
77+
7778
```bash
78-
jupyter-book build
79+
jupyter-book build .
7980
```
8081

8182
This will generate the static site under the `_build/html/` directory, which you can open in a browser to view the book offline. (This step requires the `jupyter-book` package, which is included in the requirements.)

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ parts:
334334
chapters:
335335
- file: short_courses/overview
336336
- file: short_courses/virtual_environments
337+
- file: short_courses/r_environments
337338

338339

339340
- caption: Join Us!
374 KB
Loading

short_courses/figures/r_environments/restore_r_environment.drawio

Lines changed: 178 additions & 0 deletions
Large diffs are not rendered by default.
600 KB
Loading
40.9 KB
Loading
40.7 KB
Loading

short_courses/r_environments.ipynb

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

0 commit comments

Comments
 (0)