-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 966 Bytes
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 966 Bytes
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
Package: slideutils
Type: Package
Title: R Markdown Slide Utilities
Version: 0.1.6
Date: 2025-10-30
Authors@R: c(person(given = "Andy",
family = "Lyons",
role = c("aut", "cre"),
email = "andlyons@ucanr.edu",
comment = c(ORCID = "0000-0002-7505-6709")),
person(given = "Regents of the University of California",
role = "cph"))
BugReports: https://github.com/ucanr-igis/slideutils/issues
URL: https://github.com/ucanr-igis/slideutils
Description: Utilities for creating R Markdown Slides.
License: GPL (>= 3)
Depends:
R (>= 3.6)
Imports:
magrittr,
dplyr,
htmltools,
crayon,
knitr,
ggplot2,
magick,
googlesheets4,
rmarkdown
Suggests:
leaflet,
urlshorteneR,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = FALSE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3