Package: urlchecker
Title: Run CRAN URL Checks from Older R Versions
Version: 1.0.0
Authors@R: 
    c(
    person("R Core team", role = "aut",
      comment = "The code in urltools.R adapted from the tools package"
    ),
    person(given = "Jim",
             family = "Hester",
             role = c("aut", "cre"),
             email = "jim.hester@rstudio.com",
             comment = c(ORCID = "0000-0002-2739-7082")),
      person(given = "RStudio",
             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.
Depends: R (>= 3.3)
Imports: cli, curl, tools, xml2
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/r-lib/urlchecker
BugReports: https://github.com/r-lib/urlchecker/issues
NeedsCompilation: no
Packaged: 2021-03-02 16:07:55 UTC; jhester
Author: R Core team [aut] (The code in urltools.R adapted from the tools
    package),
  Jim Hester [aut, cre] (<https://orcid.org/0000-0002-2739-7082>),
  RStudio [cph, fnd]
Maintainer: Jim Hester <jim.hester@rstudio.com>
Repository: CRAN
Date/Publication: 2021-03-04 09:30:02 UTC
