generated from itsleeds/RpackageTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 967 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
Package: RPackageTemplate
Type: Package
Title: What the Package Does (Title Case)
Version: 0.1.0
Authors@R: c(
person("Malcolm", "Morgan", email = "m.morgan1@leeds.ac.uk", role = c("aut"),
comment = c(ORCID = "0000-0002-9488-9183")),
person("Robin", "Lovelace", email = "rob00x@gmail.com", role = c("aut","cre"),
comment = c(ORCID = "0000-0001-5679-6536"))
)
Maintainer: The package maintainer <yourself@somewhere.net>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
Language: EN-GB
License: file LICENSE
URL: https://github.com/ITSLeeds/RPackageTemplate, https://itsleeds.github.io/RPackageTemplate/
BugReports: https://github.com/ITSLeeds/RPackageTemplate/issues
Encoding: UTF-8
LazyData: true
Imports:
usethis,
devtools,
goodpractice
RoxygenNote: 6.1.1
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr