Package: webdav
Type: Package
Title: A Simple Interface for Interacting with 'WebDAV' Servers
Version: 0.1.6
Date: 2025-07-17
Authors@R: c(
            person("Andre", "Leite", email = "leite@castlab.org", role = c("aut", "cre")),
            person("Hugo", "Vaconcelos", email = "hugo.vasconcelos@ufpe.br", role = "aut"),
            person("Diogo", "Bezerra", email = "diogo.bezerra@ufpe.br", role = "aut"))
Description: An easy-to-use interface for interacting with 'WebDAV' servers,
    including 'OwnCloud'. It simplifies the use of 'WebDAV' methods such as COPY, MOVE, DELETE and others. 
    With built-in authentication and request handling, it allows for easy
    management of files and directories over the 'WebDAV' protocol.
Depends: R (>= 4.1.0)
Imports: httr2, httpuv, xml2, dplyr, glue, stringr, purrr, tidyr,
        tibble, curl
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0), roxygen2, knitr, fortunes, rmarkdown,
URL: <https://github.com/StrategicProjects/webdav>
Config/Needs/website: tidyverse/tidytemplate
NeedsCompilation: no
Packaged: 2025-07-17 19:54:35 UTC; leite
Author: Andre Leite [aut, cre],
  Hugo Vaconcelos [aut],
  Diogo Bezerra [aut]
Maintainer: Andre Leite <leite@castlab.org>
Repository: CRAN
Date/Publication: 2025-07-17 20:10:01 UTC
Built: R 4.6.0; ; 2025-07-18 08:50:52 UTC; unix
