-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 989 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
33
34
35
36
Package: SKELETON
Type: Package
Title: Package's Title
Description: Short Description of the package.
Version: 0.0.0.9000
Date: 2021-11-01
Authors@R: c(
person("Claudia", "Beleites", role = c("aut", "cre"), email = "[email protected]"),
person("Vilmantas", "Gegzna", role = "aut", comment = c(ORCID = "0000-0002-9500-5167")),
person("Bryan A.", "Hanson", role = "aut", comment = c(ORCID = "0000-0003-3536-8246"))
)
Encoding: UTF-8
License: MIT + file LICENSE
LazyLoad: yes
LazyData: yes
Additional_repositories:
https://r-hyperspec.github.io/pkg-repo/
Depends:
hyperSpec
Imports:
hySpc.testthat
Suggests:
knitr,
covr,
rmarkdown
URL:
https://r-hyperspec.github.io/SKELETON,
https://github.com/r-hyperspec/SKELETON
BugReports: https://github.com/r-hyperspec/SKELETON/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Collate:
'demo_function.R'
'package.R'
'unittestdata.R'