-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|