options(
repos = c(
mrcide = 'https://mrc-ide.r-universe.dev',
CRAN = 'https://cloud.r-project.org')
)install.packages('malariasimulation')
# The workshop package can be installed directly from github:
::install_github("mrc-ide/malsimtutorial") remotes
An interactive workshop to provide an overview of how to use π¦ [malariasimulation] for malaria modelling!
Workshop details
ποΈ Tuesday 11th June 2024
β° 0900-1200
π¨ Room 310, SPH White City
π» Please bring your laptop!
Before the workshop
Please make sure you have the following installed:
- An up-to-date (Version >=4.3.0) installation of R. Please note, for those updating to R version 4.3 and above who have not updated recently you may also require an updated version of Rtools.
- An up-to-date (Version >= 2022.12.0) installation of RStudio. See help->check for updates.
- π¦ [malariasimulation]
- The workshop π¦ [malsimtutorial]
When installing packages please say βyesβ to any prompts asking you to update or install dependencies.
Following installation you should be able to successfully run:
<- malariasimulation::run_simulation(100)
output output
and
::run_tutorial("Test") malsimtutorial
If you canβt, please contact the organisers before the workshop.