-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.19 KB
/
DESCRIPTION
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
Package: archivr
Title: Save URLs to Perma.cc or the Wayback Machine
Version: 0.0.1
Authors@R: c(person("Ryan", "Deschamps", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0001-7934-6845")),
person("Michael", "McCall", email = "[email protected]",
role = c("aut"), comment = c(ORCID="0000-0002-4668-4212")),
person("Qualitative Data", "Repository", email = "[email protected]",
role = c("cph")),
person("Sebastian", "Karcher", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8249-7388")))
Description: archivr is a toolkit to automatically submit collections of URLs and generate robust links for archival purposes. Users input a list of currently accessible URLs, and the corresponding robust links are generated and returned. The currently implemented archives are Perma.cc or the Wayback Machine.
Depends: R (>= 3.1.0)
Imports:
rvest,
readtext,
xml2,
jsonlite,
tools,
httr
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.1.1
Encoding: UTF-8
Suggests:
testthat (>= 2.1.0),
covr