Package: inborutils Title: Collection of Useful R Utilities Version: 0.4.0 Authors@R: c( person("Hans", "Van Calster", , "hans.vancalster@inbo.be", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8595-8426", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Damiano", "Oldoni", , "damiano.oldoni@inbo.be", role = "aut", comment = c(ORCID = "0000-0003-3445-7562", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Stijn", "Van Hoey", , "stijnvanhoey@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-6413-3185", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Dimitri", "Brosens", , "dimitri.brosens@inbo.be", role = "ctb", comment = c(ORCID = "0000-0002-0846-9116", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Peter", "Desmet", , "peter.desmet@inbo.be", role = "ctb", comment = c(ORCID = "0000-0002-8442-8025", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Frank", "Huysentruyt", , "frank.huysentruyt@inbo.be", role = "ctb", comment = c(ORCID = "0000-0002-3071-9126", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Thierry", "Onkelinx", , "thierry.onkelinx@inbo.be", role = "ctb", comment = c(ORCID = "0000-0001-8804-4216", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Floris", "Vanderhaeghe", , "floris.vanderhaeghe@inbo.be", role = "ctb", comment = c(ORCID = "0000-0002-6378-6229", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Pieter", "Verschelde", , "pieter.verschelde@inbo.be", role = "ctb", comment = c(ORCID = "0000-0002-9199-421X", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Els", "De Bie", , "els.debie@inbo.be", role = "ctb", comment = c(ORCID = "0000-0001-7679-743X", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Nicolas", "Noé", , "nicolas.noe@inbo.be", role = "ctb", comment = c(ORCID = "0000-0002-9503-4750", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Els", "Lommelen", , "els.lommelen@inbo.be", role = "ctb", comment = c(ORCID = "0000-0002-3481-5684", affiliation = "Research Institute for Nature and Forest (INBO)")), person("Research Institute for Nature and Forest (INBO)", , , "info@inbo.be", role = c("cph", "fnd")) ) Description: While working on research projects, typical small functionalities are useful across these projects. Instead of copy-pasting these functions in all individual project repositories/folders, this package collects these functions for reuse by ourself and - if useful - others as well. License: MIT + file LICENSE URL: https://github.com/inbo/inborutils, https://inbo.github.io/inborutils/ BugReports: https://github.com/inbo/inborutils/issues Depends: R (>= 3.4.0) Imports: assertable, assertthat, curl, DBI, dplyr, httr, iterators, jsonlite, leaflet, lubridate, purrr, readr, rgbif, rlang, RSQLite, sf, stats, stringr, tibble, tidyr, tidyselect Suggests: drat, ggplot2, glue, htmlwidgets, knitr, lifecycle, mockery, odbc, rmarkdown, sp, testthat, withr VignetteBuilder: knitr Config/checklist/communities: inbo Config/checklist/keywords: helper functions; utilities; coding club Encoding: UTF-8 Language: en-GB LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://inbo.r-universe.dev Date/Publication: 2023-11-21 12:20:02 UTC RemoteUrl: https://github.com/inbo/inborutils RemoteRef: HEAD RemoteSha: 1bfb7405a58022e8a3b7cf9b97a5c14a9a958d7e NeedsCompilation: no Packaged: 2026-06-23 06:00:57 UTC; root Author: Hans Van Calster [aut, cre] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Damiano Oldoni [aut] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Stijn Van Hoey [aut] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Dimitri Brosens [ctb] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Peter Desmet [ctb] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Frank Huysentruyt [ctb] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Thierry Onkelinx [ctb] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Floris Vanderhaeghe [ctb] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Pieter Verschelde [ctb] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Els De Bie [ctb] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Nicolas Noé [ctb] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Els Lommelen [ctb] (ORCID: , affiliation: Research Institute for Nature and Forest (INBO)), Research Institute for Nature and Forest (INBO) [cph, fnd] Maintainer: Hans Van Calster