-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.12 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
Type: Package
Package: inbolims
Title: Utilities to query the INBO lab analysis datawarehouse
Version: 0.2.13
Date: 2024-10-30
Authors@R:
person("Pieter", "Verschelde", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9199-421X", affiliation = "Research Institute for Nature and Forest (INBO)"))
Maintainer: Pieter Verschelde <[email protected]>
Description: Some utilities that expand the Lims program in INBO. It
mainly focuses on post-processing in connection with Quality
Assurance.
License: GPL-3
URL: https://github.com/inbo/inbolims, https://inbo.github.io/inbolims/
BugReports: https://github.com/inbo/inbolims/issues
Depends:
R (>= 4.0.0)
Imports:
DBI,
dplyr (>= 1.1.0),
ggplot2,
jsonlite,
lubridate,
magrittr,
odbc,
readr,
RODBC,
stats,
stringr,
tidyr,
utils
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/checklist/communities: inbo
Config/checklist/keywords: lims; lab results; COA; Certificate of Analysis
Encoding: UTF-8
Language: nl-BE
RoxygenNote: 7.3.2