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.

26 lines
732 B

8 years ago
Package: htmltidy
8 years ago
Title: Clean Up Gnarly HTML and XHTML
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>
8 years ago
Description: HTML documents can be beautiful and pristine. They can also be
wretched, evil, malformed demon-spawn. Now, you can tidy up that HTML and XHTML
before processing it with your favorite angle-bracket crunching tools.
Depends:
8 years ago
R (>= 3.2.0)
8 years ago
License: AGPL + file LICENSE
LazyData: true
NeedsCompilation: yes
Suggests:
8 years ago
testthat
8 years ago
LinkingTo: Rcpp
Imports:
8 years ago
Rcpp,
xml2,
XML
RoxygenNote: 5.0.1