-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 946 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: skeletor
Type: Package
Title: An R Package Skeleton Generator
Description: A tool for bootstrapping new packages with useful defaults,
including a test suite outline that passes checks and helpers for running
tests, checking test coverage, building vignettes, and more. Package
skeletons it creates are set up for pushing your package to
'GitHub' and using other hosted services for building and test automation.
Version: 1.1.0
Authors@R: c(person("Neal", "Richardson", role = c("aut", "cre"),
email = "[email protected]"))
URL: https://github.com/nealrichardson/skeletor, https://enpiar.com/r/skeletor/
BugReports: https://github.com/nealrichardson/skeletor/issues
License: MIT + file LICENSE
Depends:
R (>= 3.0.0)
Imports:
utils
Suggests:
covr,
httptest,
knitr,
roxygen2,
spelling,
testthat
RoxygenNote: 6.1.0
Roxygen: list(markdown = TRUE)
Language: en-US
Encoding: UTF-8