-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 924 Bytes
/
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
Package: qmdcv
Title: Create a Curriculum Vitae by inserting data into a QMD document
Version: 0.1.0.9000
Authors@R:
person(c("Kenji", "T."), "Hayashi", email = "kenjithayashi@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7598-1865"))
Description: This package contains a number of utility functions for creating a
curriculum vitae using Quarto. The core functionality of the package is to
convert structured data, supplied as a YAML file and/or lists in R, into
Markdown (.qmd) text to be rendered with Quarto. This package is neither
associated with nor endorsed by the Quarto open source project.
License: MIT + file LICENSE
URL: https://github.com/kthayashi/qmdcv
BugReports: https://github.com/kthayashi/qmdcv/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
Suggests:
here,
quarto,
yaml