Skip to content

Commit

Permalink
Incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
byrongibby committed Apr 24, 2024
1 parent 5a242bb commit 9cc86b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: econdatar
Title: Automation of data tasks to and from Codera Analytics' econometric data service
Version: 3.0.1
Date: 2024-03-01
Version: 3.0.2
Date: 2024-04-24
Authors@R: c(person("Byron", "Botha", role = c("aut", "cre"), email = "[email protected]"),
person("Sebastian", "Krantz", role = "ctb"))
Description: Automation of data tasks to and from Codera Analytics' econometric data service.
Expand Down
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.1")
install_github("coderaanalytics/econdatar", ref = "3.0.2")
```

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.1")
install_github("coderaanalytics/econdatar", ref = "3.0.2")
```

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

0 comments on commit 9cc86b1

Please sign in to comment.