-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.81 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
Package: NVIdb
Title: Tools to facilitate the use of NVI's databases
Version: 0.13.1
Date: 2024-12-19
Authors@R:
c(person(given = "Petter",
family = "Hopp",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Johan",
family = "Åkerstedt",
role = "aut",
email = "[email protected]"),
person(given = "Norwegian Veterinary Institute",
role = "cph"))
Description: Provides tools to facilitate downloading and processing of data from
the Norwegian Veterinary Institute's databases. The package comprises several
categories of functions.
1) Manage credentials (i.e. password and username),
2) Login functions for database services,
3) Read, copy and update various in-house data registers,
4) Translate codes into descriptions.
NVIdb is dependant of NVIconfig which has to be installed manually from GitHub.
All PJS and EOS related functions are moved to NVIpjsr.
URL: https://github.com/NorwegianVeterinaryInstitute/NVIdb
BugReports: https://github.com/NorwegianVeterinaryInstitute/NVIdb/issues
Depends: R (>= 4.1.0)
License: BSD_3_clause + file LICENSE
Imports:
askpass,
checkmate,
data.table,
DBI,
dplyr,
keyring,
odbc,
RODBC,
RPostgreSQL,
snakecase,
stats,
utils,
NVIcheckmate (>= 0.7.0)
Suggests:
covr,
desc,
devtools,
knitr,
R.rsp,
remotes,
rmarkdown,
spelling,
testthat,
tibble,
NVIpackager,
NVIrpackages
Remotes:
NorwegianVeterinaryInstitute/NVIcheckmate,
NorwegianVeterinaryInstitute/NVIrpackages,
NorwegianVeterinaryInstitute/NVIpackager
LazyData: true
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = FALSE)
RoxygenNote: 7.3.1
VignetteBuilder:
knitr,
R.rsp