Package: rspacer
Type: Package
Title: 'RSpace' API Wrapper
Version: 0.3.0
Authors@R: c(
    person("Gerhard", "Burger",
           email = "burger.ga@gmail.com",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-1062-5576")),
    person("Hanneke", "Leegwater",
           email = "h.leegwater@lacdr.leidenuniv.nl",
           role = c("aut"),
           comment = c(ORCID = "0000-0001-6003-1544"))
            )
Description: Wrapper for the 'RSpace' Electronic Lab Notebook (<https://www.researchspace.com/>)
    API. This packages provides convenience functions to browse, search, create,
    and edit your 'RSpace' documents. In addition, it enables filling 'RSpace' templates
    from R Markdown/Quarto templates or tabular data (e.g., 'Excel' files).
    This R package is not developed or endorsed by 'Research Space'.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: cli, curl, dplyr, fs, glue, httr2, purrr, readr, readxl,
        rlang, rvest, stringr, tibble, tidyr, xml2, lubridate
Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0), usethis
Config/testthat/edition: 3
RoxygenNote: 7.3.2
Language: en-US
URL: https://github.com/lacdr/rspacer, https://lacdr.github.io/rspacer/
BugReports: https://github.com/lacdr/rspacer/issues
Config/Needs/website: rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-10-17 20:07:15 UTC; gerhard
Author: Gerhard Burger [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1062-5576>),
  Hanneke Leegwater [aut] (ORCID:
    <https://orcid.org/0000-0001-6003-1544>)
Maintainer: Gerhard Burger <burger.ga@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-17 20:20:02 UTC
Built: R 4.4.3; ; 2025-11-07 20:03:12 UTC; windows
