Package: rdav
Type: Package
Title: Simple 'WebDAV' Client
Version: 0.2.2
Date: 2025-11-13
Authors@R: person(given = "Gunther",
                    family = "Krauss",
                    role = c("aut", "cre"),
                    email = "guntherkrauss@uni-bonn.de")
Maintainer: Gunther Krauss <guntherkrauss@uni-bonn.de>
Description: A simple 'WebDAV' client that provides functions to fetch and send
  files or folders to servers using the 'WebDAV' protocol
  (see 'RFC' 4918 <https://www.rfc-editor.org/rfc/rfc4918>).
  Only a subset of the protocol is implemented (e.g. file locks are not yet
  supported).
License: GPL-2
URL: https://github.com/gk-crop/rdav
BugReports: https://github.com/gk-crop/rdav/issues
Depends: R (>= 4.1.0)
Imports: httr2 (>= 1.2.0), xml2
Suggests: keyring, knitr, rmarkdown, testthat (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-11-13 22:03:41 UTC; k
Author: Gunther Krauss [aut, cre]
Repository: CRAN
Date/Publication: 2025-11-13 22:20:09 UTC
