-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.33 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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
LazyData: true
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