|
1 |
| -Package: leaflet |
2 | 1 | Type: Package
|
| 2 | +Package: leaflet |
3 | 3 | Title: Create Interactive Web Maps with the JavaScript 'Leaflet' Library
|
4 | 4 | Version: 2.1.2.9000
|
5 | 5 | Authors@R: c(
|
6 |
| - person("Joe", "Cheng", email = " [email protected]", role = c("aut", "cre")), |
7 |
| - person("Barret", "Schloerke", role = c("aut")), |
8 |
| - person("Bhaskar", "Karambelkar", role = c("aut")), |
9 |
| - person("Yihui", "Xie", role = c("aut")), |
10 |
| - person("Hadley", "Wickham", role = c("ctb")), |
11 |
| - person("Kenton", "Russell", role = c("ctb")), |
12 |
| - person("Kent", "Johnson", role = c("ctb")), |
13 |
| - person("Vladimir", "Agafonkin", role = c("ctb", "cph"), comment = "Leaflet library"), |
14 |
| - person("CloudMade", role = c("cph"), comment = "Leaflet library"), |
15 |
| - person("Leaflet contributors", role = c("ctb"), comment = "Leaflet library"), |
16 |
| - person("Brandon Copeland", role = c("ctb", "cph"), comment = "leaflet-measure plugin"), |
17 |
| - person("Joerg Dietrich", role = c("ctb", "cph"), comment = "Leaflet.Terminator plugin"), |
18 |
| - person("Benjamin Becquet", role = c("ctb", "cph"), comment = "Leaflet.MagnifyingGlass plugin"), |
19 |
| - person("Norkart AS", role = c("ctb", "cph"), comment = "Leaflet.MiniMap plugin"), |
20 |
| - person("L. Voogdt", role = c("ctb", "cph"), comment = "Leaflet.awesome-markers plugin"), |
21 |
| - person("Daniel Montague", role = c("ctb", "cph"), comment = "Leaflet.EasyButton plugin"), |
22 |
| - person("Kartena AB", role = c("ctb", "cph"), comment = "Proj4Leaflet plugin"), |
23 |
| - person("Robert Kajic", role = c("ctb", "cph"), comment = "leaflet-locationfilter plugin"), |
24 |
| - person("Mapbox", role = c("ctb", "cph"), comment = "leaflet-omnivore plugin"), |
25 |
| - person("Michael Bostock", role = c("ctb", "cph"), comment = "topojson"), |
26 |
| - person("RStudio", role = c("cph")) |
27 |
| - ) |
| 6 | + person("Joe", "Cheng", , " [email protected]", role = c("aut", "cre")), |
| 7 | + person("Barret", "Schloerke", role = "aut"), |
| 8 | + person("Bhaskar", "Karambelkar", role = "aut"), |
| 9 | + person("Yihui", "Xie", role = "aut"), |
| 10 | + person("Hadley", "Wickham", role = "ctb"), |
| 11 | + person("Kenton", "Russell", role = "ctb"), |
| 12 | + person("Kent", "Johnson", role = "ctb"), |
| 13 | + person("Vladimir", "Agafonkin", role = c("ctb", "cph"), |
| 14 | + comment = "Leaflet library"), |
| 15 | + person("CloudMade", role = "cph", |
| 16 | + comment = "Leaflet library"), |
| 17 | + person("Leaflet contributors", role = "ctb", |
| 18 | + comment = "Leaflet library"), |
| 19 | + person("Brandon Copeland", role = c("ctb", "cph"), |
| 20 | + comment = "leaflet-measure plugin"), |
| 21 | + person("Joerg Dietrich", role = c("ctb", "cph"), |
| 22 | + comment = "Leaflet.Terminator plugin"), |
| 23 | + person("Benjamin Becquet", role = c("ctb", "cph"), |
| 24 | + comment = "Leaflet.MagnifyingGlass plugin"), |
| 25 | + person("Norkart AS", role = c("ctb", "cph"), |
| 26 | + comment = "Leaflet.MiniMap plugin"), |
| 27 | + person("L. Voogdt", role = c("ctb", "cph"), |
| 28 | + comment = "Leaflet.awesome-markers plugin"), |
| 29 | + person("Daniel Montague", role = c("ctb", "cph"), |
| 30 | + comment = "Leaflet.EasyButton plugin"), |
| 31 | + person("Kartena AB", role = c("ctb", "cph"), |
| 32 | + comment = "Proj4Leaflet plugin"), |
| 33 | + person("Robert Kajic", role = c("ctb", "cph"), |
| 34 | + comment = "leaflet-locationfilter plugin"), |
| 35 | + person("Mapbox", role = c("ctb", "cph"), |
| 36 | + comment = "leaflet-omnivore plugin"), |
| 37 | + person("Michael Bostock", role = c("ctb", "cph"), |
| 38 | + comment = "topojson"), |
| 39 | + person("Posit Software, PBC", role = c("cph", "fnd")) |
| 40 | + ) |
28 | 41 | Description: Create and customize interactive maps using the 'Leaflet'
|
29 |
| - JavaScript library and the 'htmlwidgets' package. These maps can be used |
30 |
| - directly from the R console, from 'RStudio', in Shiny applications and R Markdown |
31 |
| - documents. |
| 42 | + JavaScript library and the 'htmlwidgets' package. These maps can be |
| 43 | + used directly from the R console, from 'RStudio', in Shiny |
| 44 | + applications and R Markdown documents. |
32 | 45 | License: GPL-3
|
33 |
| -URL: https://rstudio.github.io/leaflet/ |
| 46 | +URL: https://rstudio.github.io/leaflet/, |
| 47 | + https://github.com/rstudio/leaflet |
34 | 48 | BugReports: https://github.com/rstudio/leaflet/issues
|
35 |
| -Depends: R (>= 3.1.0) |
| 49 | +Depends: |
| 50 | + R (>= 3.1.0) |
36 | 51 | Imports:
|
37 |
| - xfun, |
38 | 52 | crosstalk,
|
39 |
| - htmlwidgets (>= 1.5.4), |
40 | 53 | htmltools,
|
| 54 | + htmlwidgets (>= 1.5.4), |
41 | 55 | jquerylib,
|
| 56 | + leaflet.providers (>= 1.8.0), |
42 | 57 | magrittr,
|
43 | 58 | methods,
|
44 | 59 | png,
|
45 |
| - RColorBrewer, |
46 | 60 | raster (>= 3.6.3),
|
| 61 | + RColorBrewer, |
47 | 62 | scales (>= 1.0.0),
|
48 | 63 | sp,
|
49 | 64 | stats,
|
50 | 65 | viridis (>= 0.5.1),
|
51 |
| - leaflet.providers (>= 1.8.0) |
| 66 | + xfun |
52 | 67 | Suggests:
|
53 | 68 | knitr,
|
54 | 69 | maps,
|
55 |
| - sf (>= 0.9-6), |
56 |
| - shiny, |
| 70 | + purrr, |
57 | 71 | R6,
|
58 | 72 | RJSONIO,
|
59 |
| - purrr, |
60 |
| - testthat (>= 3.0.0), |
61 | 73 | s2,
|
62 |
| - terra |
63 |
| -RoxygenNote: 7.2.3 |
| 74 | + sf (>= 0.9-6), |
| 75 | + shiny, |
| 76 | + terra, |
| 77 | + testthat (>= 3.0.0) |
| 78 | +Config/testthat/edition: 3 |
64 | 79 | Encoding: UTF-8
|
65 | 80 | LazyData: true
|
66 |
| -Config/testthat/edition: 3 |
| 81 | +RoxygenNote: 7.2.3 |
0 commit comments