Package: kwb.nextcloud Title: R Package for Accessing Nextcloud Using WebDAV API Version: 0.4.0 Authors@R: c( person("Michael", "Rustler", , "michael.rustler@kompetenz-wasser.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0647-7726")), person("Hauke", "Sonnenberg", , "hauke.sonnenberg@kompetenz-wasser.de", role = "aut", comment = c(ORCID = "0000-0003-0647-7726")), person("ULTIMATE", role = "fnd"), person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph") ) Description: R package to access file infos or download data from an Nextcloud instance using the WebDav API (https://docs.nextcloud.com/server/17/developer_manual/client_apis/WebDAV/). License: MIT + file LICENSE URL: https://github.com/KWB-R/kwb.nextcloud BugReports: https://github.com/KWB-R/kwb.nextcloud/issues Imports: httr (>= 1.4.6), kwb.file (>= 0.3.1), kwb.utils (>= 0.13.0), xml2 (>= 1.3.2) Suggests: covr, knitr, rmarkdown, testthat VignetteBuilder: knitr Remotes: github::kwb-r/kwb.file, github::kwb-r/kwb.utils Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libssl-dev Repository: https://kwb-r.r-universe.dev Date/Publication: 2024-10-15 13:12:03 UTC RemoteUrl: https://github.com/KWB-R/kwb.nextcloud RemoteRef: HEAD RemoteSha: e6084dfbff13722310edb54fc0ab942b098b169e NeedsCompilation: no Packaged: 2026-06-19 10:49:15 UTC; root Author: Michael Rustler [aut, cre] (ORCID: ), Hauke Sonnenberg [aut] (ORCID: ), ULTIMATE [fnd], Kompetenzzentrum Wasser Berlin gGmbH (KWB) [cph] Maintainer: Michael Rustler