-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 852 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 852 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
Package: rvdat
Title: Lightweight Access to 'VDAT' Shell Commands
Version: 0.3.1
Authors@R: c(
person("Michael", "O'Brien", , "mike@obrien.page", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1420-6395")),
person("Benjamin L.", "Hlina", , "benjamin.hlina@gmail.com", role = "ctb")
)
Description: Provides lightweight, R-friendly syntax for 'VDAT' shell functions.
License: AGPL (>= 3)
URL: https://rvdat.obrien.page, https://github.com/mhpob/rvdat
BugReports: https://github.com/mhpob/rvdat/issues
SystemRequirements: VDAT command line tools
(https://support.fishtracking.innovasea.com/s/downloads).
Imports:
cli,
sys
Suggests:
jsonlite,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3