-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 964 Bytes
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 964 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
Package: articlepkg
Title: Allows to write an article/paper with an R package structure
Version: 0.9.0
Authors@R:
c(person(given = "Daniel E.",
family = "de la Rosa",
role = c("aut", "cre"),
email = "drdsdaniel@gmail.com"),
person(given = "Adatar",
role = "cph"))
Description: With the use of this package you will be able to write an article/paper
with the structure and methodology of an R package development. Being able to
write and keep updated the functions, data and documents in a structured way.
In addition,it allows you to easily share the entire project or even publish it
using pkgdown.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
usethis,
readr,
stringr,
lifecycle,
xfun
Suggests:
knitr,
covr,
rmarkdown
URL: https://adatar-do.github.io/articlepkg
VignetteBuilder: knitr