-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
31 lines (31 loc) · 1006 Bytes
/
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
28
29
30
31
Package: urlchecker
Title: Run CRAN URL Checks from Older R Versions
Version: 1.0.1.9000
Authors@R: c(
person("R Core team", role = "aut",
comment = "The code in urltools.R adapted from the tools package"),
person("Jim", "Hester", role = "aut",
comment = c(ORCID = "0000-0002-2739-7082")),
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provide the URL checking tools available in R 4.1+ as a
package for earlier versions of R. Also uses concurrent requests so
can be much faster than the serial versions.
License: GPL-3
URL: https://github.com/r-lib/urlchecker,
https://urlchecker.r-lib.org/
BugReports: https://github.com/r-lib/urlchecker/issues
Depends:
R (>= 3.4)
Imports:
cli,
curl,
tools,
xml2
Suggests:
covr
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3