Skip to content

Commit 832c628

Browse files
committed
update confirmation list of packages
1 parent 0ba7880 commit 832c628

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

learners/setup.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ Your system is ready to build packages!
131131

132132
If the build tools are not available, this will trigger an automated install.
133133

134-
Wait until to get the expected output message.
135-
We recommend restarting your R session, or closing and reopening RStudio, so that it can recognize the new installation.
134+
1. Run the command (likely installing a package or updating something).
135+
2. Don’t interrupt it—wait until R prints the confirmation message.
136+
3. Once that’s done, restart your R session (or just restart RStudio) to ensure the changes take effect.
136137

137138
If the automatic installation does not work, you can manually install them according to your operating system.
138139

@@ -149,15 +150,14 @@ We suggest you to follow:
149150

150151
### Mac
151152

152-
Mac users require three steps as detailed in <https://github.com/stan-dev/rstan/wiki/Configuring-C---Toolchain-for-Mac>:
153+
Mac users require two additional steps as detailed in this [guide to Configuring C Toolchain for Mac](https://github.com/stan-dev/rstan/wiki/Configuring-C---Toolchain-for-Mac):
153154

154-
- Install R version 4.0.0 or later
155-
- Use `macrtools` to setup the C++ toolchain
155+
- Install and use [`macrtools`](https://mac.thecoatlessprofessor.com/macrtools/) to setup the C++ toolchain
156156
- Enable some compiler optimizations.
157157

158158
### Linux
159159

160-
Linux users require specific details per distribution. Find them in <https://github.com/stan-dev/rstan/wiki/Configuring-C-Toolchain-for-Linux>.
160+
Linux users require specific details per distribution. Find them in this [guide to Configuring C Toolchain for Linux](https://github.com/stan-dev/rstan/wiki/Configuring-C-Toolchain-for-Linux).
161161

162162
:::::::::::::::::::::::::::::
163163

@@ -218,11 +218,11 @@ These installation steps could ask you `? Do you want to continue (Y/n)` write `
218218

219219
### do you get an error with epiverse-trace packages?
220220

221-
For example, if you get an error message when installing `{simulist}`, try this alternative code:
221+
For example, if you get an error message when installing `{epidemics}`, try this alternative code:
222222

223223
```r
224-
# for simulist
225-
install.packages("simulist", repos = c("https://epiverse-trace.r-universe.dev"))
224+
# for epidemics
225+
install.packages("epidemics", repos = c("https://epiverse-trace.r-universe.dev"))
226226
```
227227

228228
:::::::::::::::::::::::::::::
@@ -241,7 +241,7 @@ install.packages("rio")
241241

242242
::::::::::::::::::::::::::: spoiler
243243

244-
### What to do if an Error persist?
244+
### Do you need a GitHub Personal access token (PAT)?
245245

246246
If the error message keyword include an string like `Personal access token (PAT)`, you may need to [set up your GitHub token](https://epiverse-trace.github.io/git-rstudio-basics/02-setup.html#set-up-your-github-token).
247247

@@ -317,6 +317,8 @@ library(epichains)
317317
library(socialmixr)
318318
library(finalsize)
319319
library(epidemics)
320+
library(odin)
321+
library(overshiny)
320322
library(scales)
321323
```
322324

0 commit comments

Comments
 (0)