Skip to content

Commit

Permalink
Update screengrabs
Browse files Browse the repository at this point in the history
- Also suggest renv install option
  • Loading branch information
grantmcdermott committed Mar 5, 2021
1 parent 7c65d40 commit 59d370e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ install it from GitHub:
remotes::install_github("grantmcdermott/lecturenotes")
```

Note that I use several external packages in the template to demonstrate
functionality. If you'd like to knit my template "as is", making sure that you
don't run into problems because you're missing one of these external packages,
then you probably want to run the following command instead:

``` r
# install.packages("renv")
renv::install("grantmcdermott/lecturenotes")
```

Once the package is installed, open up the **lecturenotes** template in RStudio
by navigating to:

Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ can easily install it from GitHub:
remotes::install_github("grantmcdermott/lecturenotes")
```

Note that I use several external packages in the template to demonstrate
functionality. If you’d like to knit my template “as is”, making sure
that you don’t run into problems because you’re missing one of these
external packages, then you probably want to run the following command
instead:

``` r
# install.packages("renv")
renv::install("grantmcdermott/lecturenotes")
```

Once the package is installed, open up the **lecturenotes** template in
RStudio by navigating to:

Expand Down
Binary file modified man/figures/knitted-html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/knitted-pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 59d370e

Please sign in to comment.