-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
118 lines (118 loc) · 2.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Package: geocompkg
Title: Geocomputation with R Metapackage
Version: 2.2.3
Authors@R: c(person("Robin", "Lovelace", role = c("aut")),
person("Jakub", "Nowosad", email = "nowosad.jakub@gmail.com",
role = c("aut", "cre")),
person("Jannes", "Muenchow", role = c("aut")))
Description: Package supporting the book Geocomputation with R (\url{https://r.geocompx.org}).
The packages in the Imports are required to build the first chapter of the book.
The packages in Suggests are required for Part II and III.
Imports:
dplyr,
sf,
terra,
spData,
spDataLarge,
units,
methods,
languageserver
URL:
https://github.com/geocompx/geocompkg,
https://geocompx.github.io/geocompkg/
BugReports: https://github.com/geocompx/geocompr/issues
RoxygenNote: 7.2.3
Suggests:
bench,
bookdown,
bslib,
cartogram,
classInt,
codetools,
data.table,
dismo,
downlit,
exactextractr,
future,
gdalcubes,
geodata,
geogrid,
geosphere,
GGally,
ggplot2,
ggspatial,
gh,
gstat,
historydata,
htmlwidgets,
httr,
kableExtra,
kernlab,
knitr,
igraph,
leaflegend,
leaflet,
lgr,
link2GI,
lwgeom,
mapdeck,
mapsf,
mapview,
magick,
metathis,
mlr3,
mlr3extralearners,
mlr3learners,
mlr3proba,
mlr3spatiotempcv,
mlr3tuning,
mlr3viz,
miniUI,
nabor,
odbc,
openeo,
osmdata,
paradox,
plotly,
pool,
pROC,
progressr,
purrr,
qgisprocess,
ranger,
rcartocolor,
readr,
reprex,
rgrass,
rmapshaper,
rmarkdown,
rnaturalearth,
rnaturalearthdata,
RPostgres,
RPostgreSQL,
Rsagacmd,
rstac,
s2,
sfnetworks,
smoothr,
stars,
stplanr,
stringr,
tibble,
tictoc,
tidygeocoder,
tidytext,
tidyr,
tmap,
tmaptools,
tree,
vegan,
covr
Remotes:
mlr-org/mlr3extralearners,
mlr-org/mlr3proba,
nowosad/spDataLarge,
r-tmap/tmap
VignetteBuilder: knitr
Encoding: UTF-8
License: CC BY-NC-ND 4.0