Skip to content

Commit

Permalink
Moving to version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
byrongibby committed Mar 1, 2024
1 parent 34f3b35 commit 194e5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
```r
install.packages(c("remotes", "tcltk"), repos = "https://cran.mirror.ac.za")
library("remotes")
install_github("coderaanalytics/econdatar", ref = "2.1.0")
install_github("coderaanalytics/econdatar", ref = "3.0.0")
```

Install from disk
Expand All @@ -30,7 +30,7 @@ Or if selecting a particular release **(recommended)**, [see](https://github.com
```r
library("remotes")
remove.packages("econdatar")
install_github("coderaanalytics/econdatar", ref = "2.1.0")
install_github("coderaanalytics/econdatar", ref = "3.0.0")
```

Please see the [EconData blog](https://blog.econdata.co.za) for in depth tutorials
Expand Down

0 comments on commit 194e5c3

Please sign in to comment.