-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 901 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 901 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
Package: pkgslides
Type: Package
Title: Automatically Generate Presentations for Source Code
Version: 0.1.0
Authors@R:
person("Gus", "Lipkin", , "gus.lipkin@gmail.com", role = c("aut", "cre"))
Description: When pointed at the root directory of an R Package Project, this
function will automatically generate and render a Quarto/Revealjs
presentation for that package. It will have a title slide and description
slide generated from the package's DESCRIPTION file and each exported
function will have slides with its description and returns, parameters,
examples, and source code.
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
License: MIT + file LICENSE
Suggests:
knitr,
rmarkdown,
palmerpenguins,
yaml
VignetteBuilder: knitr
URL: http://pkgslides.guslipkin.me/, https://github.com/guslipkin/pkgslides
BugReports: https://github.com/guslipkin/pkgslides/issues