Skip to content

Commit

Permalink
Merge pull request #16 from TanguyBarthelemy/develop
Browse files Browse the repository at this point in the history
Update Readme with stable installation of last release version
  • Loading branch information
palatej authored Oct 23, 2023
2 parents 0221513 + b1afd2b commit 85be671
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
.Rhistory
.RData
.Ruserdata

TO_DO
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# rjd3toolkit
Basic package around jdemetra+ 3.x
Basic package around JDemetra+ 3.x

## Installation

To get the current stable version (from the latest release):

``` r
# install.packages("remotes")
remotes::install_github("rjdemetra/rjd3toolkit@*release")
```

To get the current development version from GitHub:

``` r
# Install development version from GitHub
# install.packages("remotes")
remotes::install_github("rjdemetra/rjd3toolkit")
```

0 comments on commit 85be671

Please sign in to comment.