-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Toevoegen functionaliteit texture_parsing met 1 staal (ander formaat)…
… + 1 script per functie voor texture parsing scripts (beginnend met txtp_) + aanpassen documentatie om R CMD CHECK zonder NOTE te kunnen lopen
- Loading branch information
Showing
29 changed files
with
310 additions
and
810 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Type: Package | ||
Package: inbolims | ||
Title: Utilities to query the INBO lab analysis datawarehouse | ||
Version: 0.2.9 | ||
Date: 2023-12-08 | ||
Version: 0.2.10 | ||
Date: 2024-06-17 | ||
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)")) | ||
|
@@ -14,27 +14,26 @@ License: GPL-3 | |
URL: https://github.com/inbo/inbolims, https://inbo.github.io/inbolims/ | ||
BugReports: https://github.com/inbo/inbolims/issues | ||
Depends: | ||
R (>= 3.5.0) | ||
R (>= 4.0.0) | ||
Imports: | ||
DBI, | ||
dplyr, | ||
ggplot2, | ||
magrittr, | ||
odbc, | ||
purrr, | ||
readr, | ||
RODBC, | ||
stats, | ||
tidyr, | ||
tidyverse | ||
stringr, | ||
tidyr | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
testthat (>= 2.1.0) | ||
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.2.3 | ||
RoxygenNote: 7.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
## usethis namespace: end | ||
NULL | ||
|
||
## quiets concerns of R CMD check re: the .'s that appear in pipelines | ||
if (getRversion() >= "2.15.1") utils::globalVariables(c(".")) | ||
|
||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.