Skip to content

Commit 42dc657

Browse files
committed
Merge branch 'master' of https://github.com/HughParsonage/ASGS
2 parents 4e574bf + bbd9b44 commit 42dc657

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@ An R package to store ABS geographic data structures
33

44
## Installation
55

6-
**Don't install this repo**. GitHub is not suitable for such large data packages. For now, please install by running
6+
**Don't install this repo**. GitHub is not suitable for such large data packages. To obtain this package, use the foyer:
77

88
```r
9-
message("Attempting install of ASGS (700 MB) from Dropbox. This should take some minutes to download.")
10-
tempf <- tempfile(fileext = ".tar.gz")
11-
download.file(url = "https://dl.dropbox.com/s/zmggqb1wmmv7mqe/ASGS_0.4.0.tar.gz",
12-
destfile = tempf)
9+
install.packages("ASGS.foyer")
10+
ASGS.foyer::install_ASGS()
1311
```
1412

15-
I've tested the above, but only using my computer. Please file an issue if you're unable to access the files, or if the zip file or tarball downloads successfully but the installation fails.
16-
1713
## NEWS
1814

1915
### 2017-11-13

0 commit comments

Comments
 (0)