Package: inbodb Title: Connect to and Retrieve Data from Databases on the INBO Server Version: 0.0.10 Authors@R: c( person("Els", "Lommelen", , "els.lommelen@inbo.be", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3481-5684", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Hans", "Van Calster", , "hans.vancalster@inbo.be", role = "aut", comment = c(ORCID = "0000-0001-8595-8426", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Els", "De Bie", , "els.debie@inbo.be", role = "aut", comment = c(ORCID = "0000-0001-7679-743X", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Floris", "Vanderhaeghe", , "floris.vanderhaeghe@inbo.be", role = "aut", comment = c(ORCID = "0000-0002-6378-6229", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Frederic", "Piesschaert", , "frederic.piesschaert@inbo.be", role = "aut", comment = c(ORCID = "0000-0002-5843-646X", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Toon", "Westra", , "toon.westra@inbo.be", role = "aut", comment = c(ORCID = "0000-0003-2478-9459", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Stijn", "Van Hoey", , "stijnvanhoey@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-6413-3185")), person("Research Institute for Nature and Forest (INBO)", , , "info@inbo.be", role = c("cph", "fnd"), comment = c(ROR = "00j54wy13")) ) Description: A bundle of functions to connect to and retrieve data from databases on the INBO server, with dedicated functions to query some of these databases. License: GPL-3 URL: https://github.com/inbo/inbodb, https://inbo.github.io/inbodb/ BugReports: https://github.com/inbo/inbodb/issues Depends: R (>= 4.2.0) Imports: assertthat, DBI, dplyr, glue, lifecycle, methods, odbc, rlang Suggests: dbplyr, ggplot2, kableExtra, knitr, rmarkdown, sf, tidyr VignetteBuilder: knitr Config/checklist/communities: inbo Config/checklist/keywords: sql; databases; queries Config/roxygen2/version: 8.0.0 Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) Config/pak/sysreqs: make unixodbc-dev Repository: https://inbo.r-universe.dev Date/Publication: 2026-06-17 07:43:08 UTC RemoteUrl: https://github.com/inbo/inbodb RemoteRef: HEAD RemoteSha: fe551aa70ad8615b29ac4da289498748d15399ea NeedsCompilation: no Packaged: 2026-07-17 09:02:06 UTC; root Author: Els Lommelen [aut, cre] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Hans Van Calster [aut] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Els De Bie [aut] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Floris Vanderhaeghe [aut] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Frederic Piesschaert [aut] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Toon Westra [aut] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Stijn Van Hoey [ctb] (ORCID: ), Research Institute for Nature and Forest (INBO) [cph, fnd] (ROR: ) Maintainer: Els Lommelen