Browse Source

trying for ubuntu

master
boB Rudis 8 years ago
parent
commit
29a9c862aa
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 10
      DESCRIPTION
  2. 2
      NAMESPACE
  3. 2
      man/htmltidy.Rd
  4. 2
      man/tidy.Rd
  5. 2
      src/Makevars

10
DESCRIPTION

@ -3,9 +3,13 @@ Title: Clean up gnarly HTML/XML
Version: 0.0.0.9000
Authors@R: c(person("Bob", "Rudis", email = "bob@rudis.net", role = c("aut", "cre")))
Description: Clean up gnarly HTML/XML
Depends: R (>= 3.3.0)
Depends:
R (>= 3.3.0)
License: AGPL + file LICENSE
LazyData: true
Suggests: testthat
Suggests:
testthat
LinkingTo: Rcpp
Imports: Rcpp
Imports:
Rcpp
RoxygenNote: 5.0.1

2
NAMESPACE

@ -1,4 +1,4 @@
# Generated by roxygen2 (4.1.1): do not edit by hand
# Generated by roxygen2: do not edit by hand
export(tidy)
importFrom(Rcpp,sourceCpp)

2
man/htmltidy.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/htmltidy-package.r
\docType{package}
\name{htmltidy}

2
man/tidy.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RcppExports.R
\name{tidy}
\alias{tidy}

2
src/Makevars

@ -1 +1,3 @@
PKG_CXXFLAGS=-I/usr/local/include -I/usr/include -I/opt/include -I/usr/include/tidy -I/usr/local/include/tidy
PKG_CPPFLAGS=-I/usr/local/include -I/usr/include -I/opt/include -I/usr/include/tidy -I/usr/local/include/tidy
PKG_LIBS=-ltidy

Loading…
Cancel
Save