Skip to content

Commit debc8f7

Browse files
author
tmcd
committed
Changes to README and cran-comments
1 parent acb7397 commit debc8f7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Dependencies
22

33
The author has found it best to install dependencies before attempting to install **SDraw**. To install dependencies, execute the following:
4-
* `install.packages( c("spsurvey", "rgdal", "rgeos", "sp", "deldir", "OpenStreetMap"), repos="http://cran.r-project.org")`
4+
* `install.packages( c("spsurvey", "rgeos", "sp", "deldir"), repos="http://cran.r-project.org")`
55

6-
`rgdal` and `rgeos` require java routines, so java must be installed *a priori*. On Unix systems, the libraries needed for `rgdal` and `rgeos` are criptically named. Google 'install rgdal unix'.
6+
`rgeos` requires java. Java should be installed *a priori*. On Unix systems, the libraries needed for `rgeos` are criptically named. Google 'install rgeos unix'.
77

88
# Installation
99

cran-comments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
## Previous submission: SDraw 2.1.2
2+
* Expanded description to describe acronyms, as suggested by Hornig. -Thank you.
3+
* Removed dependencies on OpenStreetMap and rgdal
4+
15
## Test environments
26
* local Windows 10 Pro, R 3.3.0
37
* passes devtools::build_win()
8+
* Linux (via travis)
49

510
## R CMD check --as-cran results
611
*No ERRORs.

0 commit comments

Comments
 (0)