-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
29 lines (20 loc) · 1.18 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# dymiumExampleProject
<!-- badges: start -->
<!-- badges: end -->
This is an example setup of a microsimulation project using the [dymiumCore](https://github.com/dymium-org/dymiumCore) package. See the `scenarios` folder for example use-cases.
## Try the example project Rstudio.cloud!
You can try this project on Rstudio.cloud using this [link](https://rstudio.cloud/project/855365), an Rstudio cloud account is required. Note that, our Rstudio.cloud's workspace that hosts this repository has a limited amount of cpus and RAM, so it would be best to clone this project and run it on your local machine, if possible.
## Need help building a microsimulation model using `dymiumCore`?
Please file an issue in this repo and we will gladly help you build your first microsimulation model using `dymiumCore`! :) The package is still maturing and we are hoping to get your feedback from this interaction to improve the package and its documentation.