-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.04 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
Type: Package
Package: geovizr
Title: Support for Knitr (Quarto/Rmd)
Version: 1.1.0
Authors@R:
person("Pascal", "Burkhard", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0001-5504-5084"))
Description: Provide support functions for Quarto and Rmd documents.
License: MIT + file LICENSE
URL: https://geovizr.nenuial.org
BugReports: http://github.com/nenuial/geovizr/issues/
Imports:
bookdown,
chunkhooks,
dplyr,
fs,
geodata,
geotools,
ggeo,
ggplot2,
glue,
here,
janitor,
jsonlite,
knitr,
lifecycle,
magrittr,
pdftools,
purrr,
quarto,
readr,
rlang,
rmarkdown,
rnotion,
stringr,
tibble,
tidyr,
xfun,
yaml
Suggests:
downlit,
gt,
kableExtra,
magick,
ragg,
tinytex,
tufte
Remotes:
Nenuial/geodata,
Nenuial/geotools,
Nenuial/ggeo,
Nenuial/rnotion
Config/Needs/website: nenuial/geopkg
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1