Skip to content

Commit b8c44d5

Browse files
Tomislav Henglcran-robot
authored andcommitted
version 0.8-1
1 parent c3f5fb8 commit b8c44d5

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: plotKML
2-
Version: 0.8-0
2+
Version: 0.8-1
33
Date: 2021-04-12
44
Title: Visualization of Spatial and Spatio-Temporal Objects in Google
55
Earth
@@ -31,6 +31,6 @@ License: GPL
3131
URL: https://github.com/Envirometrix/plotKML
3232
LazyLoad: yes
3333
NeedsCompilation: no
34-
Packaged: 2021-04-12 12:29:21 UTC; tomislav
34+
Packaged: 2021-04-29 13:23:47 UTC; tomislav
3535
Repository: CRAN
36-
Date/Publication: 2021-04-12 16:00:02 UTC
36+
Date/Publication: 2021-04-29 14:00:02 UTC

MD5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
3b73331bd0f9cb598ed4a28b74409b26 *DESCRIPTION
1+
f489495eef0c52bd2268498b60f28a5d *DESCRIPTION
22
2c9e4b2e9e72580bd0823ea6209684a4 *NAMESPACE
33
66345030ba9ffd08fb0c7cffa73954c7 *R/AAA-classes.R
44
72a2c0543a0138bef70c7d7f4892904f *R/AAA-md.R
5-
1932bd32e31789822bed599cc84d8e38 *R/AAAA.R
5+
ab7ccd0b34e7760c037d803e80bfc795 *R/AAAA.R
66
b1b7ca8e6e9b09d03a7e9d7f9e55c273 *R/ZZZ.R
77
c13fedeaeafcea349c443671553544cc *R/aesthetics.R
88
0caebd9285c30ef74cfae6e2981e383b *R/altitude.R
@@ -55,7 +55,7 @@ ccc0b3a88ae373e2091ca44a7f2cf9ea *R/spPhoto.R
5555
efcb187f24b1d55e20b9c683370aad0b *R/vect2rast.R
5656
7a542f5f40c3d99631a489e5749034a9 *R/whitening.R
5757
d41d8cd98f00b204e9800998ecf8427e *TODO
58-
570c4e0265833f1cf0c2b64781407786 *build/partial.rdb
58+
4d5803aadc6049868527c3e227cab40d *build/partial.rdb
5959
4049efffe2ed56863ff940eb4e57b3ad *build/vignette.rds
6060
9060c942e52ce8a1939e2f36d145cbd4 *data/HRprec08.rda
6161
33060527d47b9b9095e5d2e0551d8b80 *data/HRtemp08.rda
@@ -85,7 +85,7 @@ b90137d302edc916b41e9377eeefa78c *inst/INSPIRE_ISO19139.xml
8585
d41d8cd98f00b204e9800998ecf8427e *inst/NEWS
8686
7ecc24514859fcf075f5c6ff7b57d940 *inst/doc/jss1079.R
8787
96daa354497eca2496fbc399734207d7 *inst/doc/jss1079.Rnw
88-
540712ef7363f9d0e7498e17b2102e20 *inst/doc/jss1079.pdf
88+
e36b76939e8d2ca9701729e49e553036 *inst/doc/jss1079.pdf
8989
c4c84fc61344519d27e5b9ee06f4845e *inst/eberg.xml
9090
762124c8e05e5dbf332ec2acadb0af18 *inst/gpx.xsd
9191
28da50b2a17e0848877f44470a66db5b *inst/mdnames.csv

R/AAAA.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ plotKML.env <- function(
239239
brewer3 = c("#FEEDDE","#FDBE85","#FD8D3C","#E6550D","#A63603")
240240
#if(missing(colour_scale_svar)) { colour_scale_svar <- brewer.pal(n = 5, name = "Oranges") }
241241
if(missing(colour_scale_svar)) { colour_scale_svar <- brewer3 }
242-
if(missing(ref_CRS)) { ref_CRS <- CRSargs(CRS("EPSG:4326")) }
242+
if(missing(ref_CRS)) { ref_CRS <- "+proj=longlat +datum=WGS84 +no_defs" }
243243
if(missing(NAflag)) { NAflag <- -99999 }
244244
if(missing(icon)) { icon <- "icon3.png" } # "http://maps.google.com/mapfiles/kml/shapes/donut.png"
245245
if(missing(LabelScale)) { LabelScale <- .5 }

build/partial.rdb

-4 Bytes
Binary file not shown.

inst/doc/jss1079.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)