Skip to content

Commit 3aee3e4

Browse files
committed
address NOTE on CRAN (packages needed for demo)
1 parent f778c5a commit 3aee3e4

File tree

5 files changed

+1
-82
lines changed

5 files changed

+1
-82
lines changed

DESCRIPTION

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Imports:
7474
units (>= 0.7-0),
7575
utils
7676
Suggests:
77+
animation,
7778
blob,
7879
nanoarrow,
7980
covr,

demo/00Index

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
affine demo script for affine transformations
22
basic simple feature test script
3-
bm_wkb benchmark for reading larg(ish) well-known-binary data, comparing sf and wkb
43
ggplot shows use of geom_sf
54
meuse_sf create meuse simple feature table from data.frame
65
nc load (read) North Carolina sids data set from a geopackage file
7-
webmap webmap demo from sp, modified to plot sf objects
86
twitter twitter globe demo

demo/bm_wkb.R

-40
This file was deleted.

demo/twitter.R

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# see https://gist.github.com/edzer/9c5c24434ffcaf42917796a98c4dd9a6
22
library(sf)
3-
# library(maptools)
43
library(animation)
54
data(wrld_simpl, package = "maptools")
65
w <- st_as_sf(wrld_simpl)

demo/webmap.R

-39
This file was deleted.

0 commit comments

Comments
 (0)