-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
46 lines (33 loc) · 961 Bytes
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
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%"
)
```
# InsightNetFcast24
<!-- badges: start -->
<!-- badges: end -->
The goal of `{InsightNetFcast24}` is to allow attendees of the workshop
to install all necessary packages at once.
## Installation
You should install `{InsightNetFcast24}` like so:
``` r
install.packages("pak")
pak::pkg_install("cmu-delphi/InsightNetFcast24", dependencies = TRUE)
```
## Verifying set up
Installing this package should install the correct versions for all the
packages needed to build the materials. This is actually a bit more than you
need to _run_ the materials.
There's only one function, and it just checks that all the dependencies are
installed.
```{r example}
library(InsightNetFcast24)
verify_setup()
```