-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.02 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
Package: CRediTas
Type: Package
Title: Generate CRediT Author Statements
Version: 0.2.0.9000
Authors@R:
c(
person(given = "Josep", family = "Pueyo-Ros", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1236-5651")),
person(given = "Marcelo S.", family = "Perlin", role = "rev", comment = c(github = "@msperlin")),
person(given = "João", family = "Martins", role = "rev", comment = c(github = "@zambujo"))
)
Description: A tiny package to generate CRediT author statements (<https://credit.niso.org/>).
It provides three functions: create a template, read it back and generate the CRediT author statement in a text file.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/ropensci/CRediTas/,
https://docs.ropensci.org/CRediTas/
BugReports: https://github.com/ropensci/CRediTas/issues/
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
rvest,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr