Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
byrongibby committed Aug 11, 2024
1 parent 8d9b6f6 commit 3687e37
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 = "3.0.2")
install_github("coderaanalytics/econdatar", ref = "3.1.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 = "3.0.2")
install_github("coderaanalytics/econdatar", ref = "3.1.0")
```

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

0 comments on commit 3687e37

Please sign in to comment.