Package: webdav
Type: Package
Title: A Simple Interface for Interacting with 'WebDAV' Servers
Version: 0.1.1
Date: 2024-10-07
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 = "hugo.vasconcelos@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, MKCOL, MOVE, 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.0.0)
Imports: httr2, httpuv, xml2, dplyr, glue, stringr, magrittr, tibble
VignetteBuilder: knitr
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0), roxygen2, knitr, fortunes, rmarkdown
URL: <https://github.com/StrategicProjects/webdav>
NeedsCompilation: no
Packaged: 2024-10-07 13:31:39 UTC; leite
Author: Andre Leite [aut, cre],
  Hugo Vaconcelos [aut],
  Diogo Bezerra [aut]
Maintainer: Andre Leite <leite@castlab.org>
Repository: CRAN
Date/Publication: 2024-10-08 13:10:01 UTC
