Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Jan 11, 2024
1 parent e1b9b36 commit 37e1c1c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@ Install the most recent release version of `stateior` and attach it to the curre

```r
install.packages("devtools")
devtools::install_github("USEPA/stateior@0.2.0")
devtools::install_github("USEPA/stateior")
library(stateior)
```

```r
# For a specific release:
devtools::install_github("USEPA/[email protected]")
```

Load desired StateIO data. See [One Region Data](format_specs/OneRegionData.md#data) and [Two Region Data](format_specs/TwoRegionData.md#data) for names and details of one- and two-region MRIO data sets that are currently available, respectively.

```r
Expand Down

0 comments on commit 37e1c1c

Please sign in to comment.