-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.55 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
Package: NVIpjsr
Title: Tools to facilitate working with PJS data
Version: 0.2.0
Date: 2025-02-07
Authors@R: c(
person("Petter", "Hopp", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8695-0378")),
person("Johan", "Åkerstedt", , "[email protected]", role = "aut"),
person("Norwegian Veterinary Institute", role = "cph")
)
Description: Tools for retrieving, standardising, wrangling, preparing and reporting
PJS data and EOS data. NVIpjsr was created by separating out PJS-functions from
NVIdb. Further development of and creation of new PJS-functions will take place within
NVIpjsr.
License: BSD_3_clause + file LICENSE
URL: https://github.com/NorwegianVeterinaryInstitute/NVIpjsr
BugReports: https://github.com/NorwegianVeterinaryInstitute/NVIpjsr/issues
Depends:
R (>= 4.1.0)
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = FALSE)
RoxygenNote: 7.3.1
Imports:
checkmate (>= 2.1.0),
data.table,
DBI,
dplyr,
stats,
NVIcheckmate (>= 0.7.0),
NVIdb (>= 0.11.2)
Suggests:
covr,
desc,
devtools,
knitr,
R.rsp,
remotes,
rmarkdown,
testthat (>= 3.0.0),
tibble,
usethis,
NVIpackager (>= 0.5.0),
NVIrpackages (>= 0.4.0)
Remotes:
github::NorwegianVeterinaryInstitute/NVIcheckmate,
github::NorwegianVeterinaryInstitute/NVIdb,
github::NorwegianVeterinaryInstitute/NVIpackager,
github::NorwegianVeterinaryInstitute/NVIrpackages
VignetteBuilder:
knitr,
R.rsp
Config/testthat/edition: 3
LazyData: true