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
If the build tools are not available, this will trigger an automated install.
133
+
Wait until to get the expected output message.
134
+
We suggest to restart your R session or close and open back again RStudio to let it recognize this new installation.
135
+
136
+
::::::::::::::::::::::::::::: spoiler
137
+
138
+
### What to do if this step does not work?
139
+
140
+
Windows users will need a working installation of `Rtools` in order to build the package from source. `Rtools` is not an R package, but a software you need to download and install. We suggest you to follow:
141
+
142
+
-**Install `Rtools`**. Download the `Rtools` installer from <https://cran.r-project.org/bin/windows/Rtools/>. Install with default selections.
143
+
- Close and open back again RStudio to let it recognize this new installation.
144
+
145
+
:::::::::::::::::::::::::::::
146
+
147
+
148
+
### 3. Install the required R packages
118
149
119
150
<!--
120
151
During the tutorial, we will need a number of R packages. Packages contain useful R code written by other people. We will use packages from the [Epiverse-TRACE](https://epiverse-trace.github.io/).
@@ -157,6 +188,7 @@ new_packages <- c(
157
188
"socialmixr",
158
189
"finalsize",
159
190
"epiverse-trace/epidemics",
191
+
"odin",
160
192
"scales"
161
193
)
162
194
@@ -167,34 +199,6 @@ These installation steps could ask you `? Do you want to continue (Y/n)` write `
167
199
168
200
::::::::::::::::::::::::::::: spoiler
169
201
170
-
### do you get an error with EpiNow2?
171
-
172
-
Windows users will need a working installation of `Rtools` in order to build the package from source. `Rtools` is not an R package, but a software you need to download and install. We suggest you to follow:
### do you get an error with epiverse-trace packages?
199
203
200
204
For example, if you get an error message when installing `{simulist}`, try this alternative code:
@@ -301,7 +305,7 @@ library(scales)
301
305
302
306
If you do NOT see an error like `there is no package called ‘...’` you are good to go! If you do, [contact us](#your-questions)!
303
307
304
-
### 3. Setup an RStudio project and folder
308
+
### 4. Setup an RStudio project and folder
305
309
306
310
We suggest to use RStudio Projects.
307
311
@@ -327,7 +331,7 @@ like `"C:/Users/MyName/WeirdPath/training/data/file.csv"`.
327
331
328
332
:::::::::::::::::::::::::::::::::
329
333
330
-
### 4. Create a GitHub Account
334
+
### 5. Create a GitHub Account
331
335
332
336
We can use [GitHub](https://github.com) as a collaboration platform to communicate package issues and engage in [community discussions](https://github.com/orgs/epiverse-trace/discussions).
333
337
@@ -342,7 +346,7 @@ We can use [GitHub](https://github.com) as a collaboration platform to communica
0 commit comments