Skip to content

Commit

Permalink
update README for lack of bsvars dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
donotdespair committed Oct 20, 2023
1 parent d50d2b8 commit 771028a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@ and a three-level global-local hierarchical prior shrinkage for the structural a

# Installation

The current version of the package depends on the development version of the **bsvars** package.

Install the **bsvars** package first:
```
devtools::install_git("https://github.com/donotdespair/bsvars.git")
```

Now, just type in **R** to install the **bsvarTVPs** package:
To install the **bsvarTVPs** package just type in **R**:
```
devtools::install_git("https://github.com/bsvars/bsvarTVPs.git")
```
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@ the structural and autoregressive matrices.

# Installation

The current version of the package depends on the development version of
the **bsvars** package.

Install the **bsvars** package first:

devtools::install_git("https://github.com/donotdespair/bsvars.git")

Now, just type in **R** to install the **bsvarTVPs** package:
To install the **bsvarTVPs** package just type in **R**:

devtools::install_git("https://github.com/bsvars/bsvarTVPs.git")

Expand Down

0 comments on commit 771028a

Please sign in to comment.