Package: webdav
Type: Package
Title: A Simple Interface for Interacting with 'WebDAV' Servers
Version: 0.2.0
Date: 2026-04-07
Authors@R: c(
    person("Andre", "Leite", email = "leite@castlab.org", role = c("aut", "cre")),
    person("Marcos", "Wasilew", email = "marcos.wasilew@gmail.com", role = "aut"),
    person("Hugo", "Vasconcelos", email = "hugo.vasconcelos@ufpe.br", role = "aut"),
    person("Carlos", "Amorin", email = "carlos.agaf@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, cli
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Suggests: testthat (>= 3.0.0), roxygen2, knitr, fortunes, rmarkdown,
URL: <https://github.com/StrategicProjects/webdav>,
        <https://strategicprojects.github.io/webdav/>
Config/Needs/website: tidyverse/tidytemplate
NeedsCompilation: no
Packaged: 2026-04-07 20:00:25 UTC; leite
Author: Andre Leite [aut, cre],
  Marcos Wasilew [aut],
  Hugo Vasconcelos [aut],
  Carlos Amorin [aut],
  Diogo Bezerra [aut]
Maintainer: Andre Leite <leite@castlab.org>
Repository: CRAN
Date/Publication: 2026-04-07 20:20:02 UTC
Built: R 4.6.0; ; 2026-04-23 03:29:57 UTC; windows
