Skip to content

Commit

Permalink
Tidy DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenuial committed May 8, 2024
1 parent 50c164a commit f2d5bfb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
Package: geovizr
Type: Package
Package: geovizr
Title: Support for Knitr (Quarto/Rmd)
Version: 1.0.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/
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
bookdown,
chunkhooks,
Expand All @@ -25,18 +22,18 @@ Imports:
here,
janitor,
knitr,
lifecycle,
magrittr,
pdftools,
purrr,
quarto,
lifecycle,
magrittr,
tibble,
tidyr,
readr,
rlang,
rmarkdown,
rnotion,
stringr,
tibble,
tidyr,
xfun,
yaml
Suggests:
Expand All @@ -48,9 +45,12 @@ Suggests:
tinytex,
tufte
Remotes:
Nenuial/ggeo,
Nenuial/geodata,
Nenuial/geotools,
Nenuial/ggeo,
Nenuial/rnotion
Roxygen: list(markdown = TRUE)
Config/Needs/website: nenuial/geopkg
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1

0 comments on commit f2d5bfb

Please sign in to comment.