Package: sparkwarc
Type: Package
Title: Load WARC Files into Apache Spark
Version: 0.1.5
Authors@R: c(
    person("Yitao", "Li", role = c("aut", "cre"), email = "yitao@rstudio.com",
           comment = c(ORCID = "0000-0002-1261-905X")),
    person("Javier", "Luraschi", email = "jluraschi@gmail.com", role = c("aut"))
    )
Maintainer: Yitao Li <yitao@rstudio.com>
Description: Load WARC (Web ARChive) files into Apache Spark using 'sparklyr'. This
    allows to read files from the Common Crawl project <http://commoncrawl.org/>.
License: Apache License 2.0
BugReports: https://github.com/r-spark/sparkwarc
Encoding: UTF-8
LazyData: true
Imports: DBI, sparklyr, Rcpp
RoxygenNote: 7.1.1
LinkingTo: Rcpp,
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2020-12-15 20:02:02 UTC; yitaoli
Author: Yitao Li [aut, cre] (<https://orcid.org/0000-0002-1261-905X>),
  Javier Luraschi [aut]
Repository: CRAN
Date/Publication: 2020-12-15 22:30:02 UTC
