-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
58 lines (58 loc) · 1.52 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
Package: OKplan
Title: Tools to facilitate the Planning of the annual Surveillance Programmes
Version: 0.8.0
Date: 2024-12-19
Authors@R:
c(person(given = "Petter",
family = "Hopp",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Norwegian Veterinary Institute",
role = "cph"))
Description: Provide tools to facilitate the planning of the annual surveillance
programmes. The main focus is tools for generating standardized lists for
NFSA.
URL: https://github.com/NorwegianVeterinaryInstitute/OKplan
BugReports: https://github.com/NorwegianVeterinaryInstitute/OKplan/issues
Depends: R (>= 4.1.0)
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
checkmate,
dplyr,
openxlsx,
rlang,
stats,
NVIbatch (>= 0.4.0),
NVIcheckmate (>= 0.7.3),
NVIdb (>= 0.13.1),
NVIpjsr,
NVIpretty (>= 0.4.2),
OKcheck
Suggests:
covr,
desc,
devtools,
findInFiles,
knitr,
purrr,
rmarkdown,
R.rsp,
testthat,
usethis,
utils,
NVIpackager,
NVIrpackages
Remotes:
NorwegianVeterinaryInstitute/NVIbatch,
NorwegianVeterinaryInstitute/NVIcheckmate,
NorwegianVeterinaryInstitute/NVIdb,
NorwegianVeterinaryInstitute/NVIpackager,
NorwegianVeterinaryInstitute/NVIpjsr,
NorwegianVeterinaryInstitute/NVIpretty,
NorwegianVeterinaryInstitute/NVIrpackages,
NorwegianVeterinaryInstitute/OKcheck
RoxygenNote: 7.3.1
VignetteBuilder: knitr, R.rsp
Language: en-GB