-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 973 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
25
26
27
28
29
30
31
32
Package: pakete
Type: Package
Title: Utilities for Package Development
Version: 0.2.0.9000
Authors@R: person(given = "Ernest",
family = "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "[email protected]",
role = c("aut", "cre", "cph"))
Description: Tools and utilities for package development currently not
available from usual development tools. These are mostly linked to personal
preferences during the development process. They assist in making routine
and repetitive tasks easily implementable.
License: GPL (>= 3)
Imports:
cli,
jsonlite,
utils,
withr
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://katilingban.io/pakete/, https://github.com/katilingban/pakete
VignetteBuilder: knitr
Config/testthat/edition: 3