-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (29 loc) · 863 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
Package: daubl
Type: Package
Title: Digit Analysis Using Benford's Law
Version: 0.1.0
Authors@R: c(
person("Pedro", "Fonseca", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5708-081X")),
person("Rui", "Paulo", role = c("ctb", "ths"), comment = c(ORCID = "0000-0002-4802-527X")),
person(given = "FCT", role = "fnd"))
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports:
Rdpack (>= 0.7),
pcal (>= 1.0.0)
Suggests:
covr (>= 3.5.0),
knitr (>= 1.28),
rmarkdown (>= 2.1),
testthat (>= 2.3.2),
mathjaxr (>= 1.0.1)
RdMacros:
Rdpack,
mathjaxr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
ByteCompile: true