-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
28 lines (28 loc) · 1.09 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
Package: preventive-r-package-care
Type: Presentation
Title: Preventive Care for R Packages
Version: 1.0
Authors@R:
person(given = "Indrajeet",
family = "Patil",
role = c("cre", "aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets"))
Description: This presentation contains my thoughts on how to build robust
automation infrastructure for R package development that can improve user
experience and make long-term package development more reliable and sustainable.
This is not a package, and the DESCRIPTION file is included to make it easier
to install required packages in GitHub Actions workflows.
License: CC0 1.0 Universal
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/IndrajeetPatil/preventive-r-package-care/,
https://indrajeetpatil.github.io/preventive-r-package-care/
BugReports: https://github.com/IndrajeetPatil/preventive-r-package-care/issues
Depends:
knitr,
fs,
lintr,
quarto,
reticulate