You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learners/setup.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,9 @@ Your system is ready to build packages!
131
131
132
132
If the build tools are not available, this will trigger an automated install.
133
133
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.
136
137
137
138
If the automatic installation does not work, you can manually install them according to your operating system.
138
139
@@ -149,15 +150,14 @@ We suggest you to follow:
149
150
150
151
### Mac
151
152
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):
153
154
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
156
156
- Enable some compiler optimizations.
157
157
158
158
### Linux
159
159
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).
161
161
162
162
:::::::::::::::::::::::::::::
163
163
@@ -218,11 +218,11 @@ These installation steps could ask you `? Do you want to continue (Y/n)` write `
218
218
219
219
### do you get an error with epiverse-trace packages?
220
220
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:
### Do you need a GitHub Personal access token (PAT)?
245
245
246
246
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).
0 commit comments