Skip to content

Commit 5ba1480

Browse files
authored
Merge pull request #380 from rstudio/joe/feature/mapviewdata
Move mapview data from extdata to data
2 parents c056434 + 70e54d7 commit 5ba1480

File tree

12 files changed

+84
-3
lines changed

12 files changed

+84
-3
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
^\.travis\.yml$
44
^inst/csv
55
^inst/examples
6+
^inst/htmlwidgets/sources
67
\.bower\.json$
78
\.bowerrc$
89
^docs/

R/data.R

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,36 @@ if (file.exists('inst/csv/uspop2000.csv')) {
2424
)
2525
}
2626
}
27+
28+
#' @docType data
29+
#' @name atlStorms2005
30+
#' @title Atlantic Ocean storms 2005
31+
#' @description Atlantic Ocean storms 2005
32+
#' @details This dataset contains storm tracks for selected storms
33+
#' in the Atlantic Ocean basin for the year 2005
34+
#' @format \code{sp::SpatialLinesDataFrame}
35+
NULL
36+
37+
#' @docType data
38+
#' @name gadmCHE
39+
#' @title Administrative borders of Switzerland (level 1)
40+
#' @description Administrative borders of Switzerland (level 1)
41+
#' @details This dataset comes from \url{http://gadm.org}.
42+
#' It was downloaded using \code{\link{getData}}.
43+
#' @format \code{sp::SpatialPolygonsDataFrame}
44+
#' @source
45+
#' \url{http://gadm.org}
46+
NULL
47+
48+
#'
49+
#' @docType data
50+
#' @name breweries91
51+
#' @title Selected breweries in Franconia
52+
#' @description Selected breweries in Franconia (zip code starting with 91...)
53+
#' @details This dataset contains selected breweries in Franconia. It is a
54+
#' subset of a larger database that was compiled by students at the
55+
#' University of Marburg for a seminar called
56+
#' "The Geography of Beer, sustainability in the food industry"
57+
#' @format \code{sp::SpatialPointsDataFrame}
58+
NULL
59+

data/atlStorms2005.rda

4.65 KB
Binary file not shown.

data/breweries91.rda

2.67 KB
Binary file not shown.

data/gadmCHE.rda

342 KB
Binary file not shown.

inst/extdata/atlStorms2005.rds

-4.62 KB
Binary file not shown.

inst/extdata/breweries91.rds

-2.65 KB
Binary file not shown.

inst/extdata/gadmCHE.rds

-342 KB
Binary file not shown.

man/atlStorms2005.Rd

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/breweries91.Rd

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)