-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
SymbolixAU
committed
Jan 18, 2019
1 parent
0c62e41
commit 7f0e42a
Showing
4 changed files
with
57 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Package: spatialwidget | |
Type: Package | ||
Title: Converts Spatial Data to Javascript Object Notation (JSON) for Use in Htmlwidgets | ||
Version: 0.2 | ||
Date: 2019-01-13 | ||
Date: 2019-01-18 | ||
Authors@R: c( | ||
person("David", "Cooley", ,"[email protected]", role = c("aut", "cre")) | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
|
||
## Release Notes | ||
|
||
* Updates v0.1 to v0.2 | ||
* CRAN Check NOTES: large installed package size | ||
- This library has a lot of required source C++ files which I can't remove | ||
|
||
|
||
## Test environments | ||
* local OS X install, R 3.5.0 | ||
* local OS X install, R 3.5.1 | ||
* ubuntu 14.04 (on travis-ci), R 3.5.0 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
* This is a new release. | ||
0 errors | 0 warnings | 0 notes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters