-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 794 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 794 Bytes
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
Package: srcpkgs
Title: R Source Packages Manager
Version: 0.2.1
Authors@R:
person("Karl", "Forner", , "karl.forner@gmail.com", role = c("aut", "cre", "cph"))
Description: Manage a collection/library of R source packages. Discover, document, load, test
source packages. Enable to use those packages as if they were actually installed. Quickly reload
only what is needed on source code change. Run tests and checks in parallel.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://github.com/kforner/srcpkgs
BugReports: https://github.com/kforner/srcpkgs/issues
Imports:
cli,
clitable,
devtools,
pkgload,
testthat,
stats,
utils
Suggests:
knitr,
rmarkdown,
withr
Config/testthat/edition: 3
VignetteBuilder: knitr