You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
719 B

8 years ago
Package: htmltidy
Title: Clean Up Gnarly HTML/XML
Version: 0.2.0.9000
Authors@R: c(
8 years ago
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")),
person("Dave", "Dave", email = "dsr@w3.org", role = c("ctb", "aut"),
comment="HTML Tidy library")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: HTML and XML documents can be beautiful and pristine. They can also be
wretched, evil, malformed hellspawn. Now, you can tidy up that HTML and XML before
processing it with your favorite angle-bracket parsing tools.
Depends:
R (>= 3.3.0)
8 years ago
License: AGPL + file LICENSE
LazyData: true
NeedsCompilation: yes
Suggests:
testthat,
xml2
8 years ago
LinkingTo: Rcpp
Imports:
Rcpp
RoxygenNote: 5.0.1