-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
72 lines (72 loc) · 2.08 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: NVIcheckmate
Title: Extension of checkmate with argument checking adapted for NVIverse
Version: 0.8.0
Date: 2024-12-13
Authors@R:
c(person(given = "Petter",
family = "Hopp",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8695-0378")),
person(given = "Norwegian Veterinary Institute",
role = c("cph")),
person(given = "Michel",
family = "Lang",
role = c("aut", "cph"),
email = "[email protected]",
comment = c("Creator and copyright holder of the package checkmate from which some code is imported")),
person(given = "Dénes",
family = "Tóth",
role = c("ctb"),
email = "[email protected]",
comment = c("Contributor to the assert-function in the package checkmate")))
Description: Extends `checkmate` with functions for argument checking that are
adapted for NVIverse. NVIcheckmate is intended to be used together with `checkmate`.
URL: https://github.com/NorwegianVeterinaryInstitute/NVIcheckmate
BugReports: https://github.com/NorwegianVeterinaryInstitute/NVIcheckmate/issues
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Imports:
checkmate (>= 2.1.0),
DBI,
keyring
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
covr,
desc,
devtools,
findInFiles,
knitr,
R.rsp,
remotes,
rmarkdown,
roxygen2,
RPostgreSQL,
RODBC,
rstudioapi,
testthat,
NVIpackager,
NVIrpackages
Remotes:
NorwegianVeterinaryInstitute/NVIpackager,
NorwegianVeterinaryInstitute/NVIrpackages,
Collate:
'NVIcheckmate-package.R'
'assert.R'
'makeAssertionFunction.R'
'assert_character.R'
'assert_data_frame.R'
'assert_disjunct.R'
'assert_integer.R'
'assert_integerish.R'
'assert_names.R'
'check_choice_character.R'
'check_credentials.R'
'check_non_null.R'
'check_odbc_channel.R'
'check_package.R'
'check_subset_character.R'
'helper.R'
'match_arg.R'
VignetteBuilder: knitr, R.rsp