Skip to content

Commit

Permalink
amended url
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCowgill committed Jan 12, 2019
1 parent 9d13b6b commit 2dca695
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: readabs
Type: Package
Title: Download And Tidy Time Series Data From The Australian Bureau Of Statistics
Version: 1.0.0.1
Version: 0.3.0
Authors@R: c(
person("Matt", "Cowgill", role = c("aut", "cre"), email = "[email protected]"),
person("Zoe", "Meers", role = c("aut"), email = "[email protected]"),
Expand All @@ -23,8 +23,8 @@ Imports:
tidyr,
rsdmx,
readr
URL: https://github.com/zmeers/readabs
BugReports: https://github.com/zmeers/readabs/issues
URL: https://github.com/mattcowgill/readabs
BugReports: https://github.com/mattcowgill/readabs/issues
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Suggests: knitr,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We'd welcome Github issues containing error reports or feature requests. Alterna
Website
-------

The `readabs` website can be viewed at <https://zmeers.gitub.io/readabs/>
The `readabs` website can be viewed at <https://github.com/mattcowgill/readabs>

Setup
-----
Expand All @@ -23,7 +23,7 @@ You can install the developer version of **readabs** from GitHub with:
# if you don't have devtools installed, first run:
# install.packages("devtools")

devtools::install_github("zmeers/readabs", ref = "dev")
devtools::install_github("mattcowgill/readabs", ref = "dev")
```

Load the package as you would with any R package:
Expand Down

0 comments on commit 2dca695

Please sign in to comment.