Browse Source

updated deps make

master
boB Rudis 5 years ago
parent
commit
a9c05c85e9
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 11
      .Rbuildignore
  2. 2
      DESCRIPTION
  3. 4
      java/Makefile
  4. 18
      java/pom.xml
  5. 4
      man/jerichojars.Rd

11
.Rbuildignore

@ -1,2 +1,13 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
^README\.*Rmd$
^README\.*html$
^NOTES\.*Rmd$
^NOTES\.*html$
^\.codecov\.yml$
^README_files$
^doc$
^docs$
^tools$
^java$

2
DESCRIPTION

@ -22,4 +22,4 @@ Suggests:
Depends:
R (>= 3.2.0),
rJava
RoxygenNote: 6.0.1
RoxygenNote: 6.1.1

4
java/Makefile

@ -0,0 +1,4 @@
.PHONY: deps
deps:
mvn dependency:copy-dependencies -DoutputDirectory=../inst/java

18
java/pom.xml

@ -0,0 +1,18 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>is.rud.jericho</groupId>
<artifactId>jericho</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>jericho</name>
<url>http://maven.apache.org</url>
<dependencies>
<!-- https://mvnrepository.com/artifact/net.htmlparser.jericho/jericho-html -->
<dependency>
<groupId>net.htmlparser.jericho</groupId>
<artifactId>jericho-html</artifactId>
<version>3.4</version>
</dependency>
</dependencies>
</project>

4
man/jerichojars.Rd

@ -4,7 +4,9 @@
\name{jerichojars}
\alias{jerichojars}
\alias{jerichojars-package}
\title{Java Archive Wrapper Supporting the 'jericho' Package}
\title{Contents of the 'Jericho HTML Parser' Java archive by
Martin Jericho \url{http://jericho.htmlparser.net/docs/index.html} provided to
support functions in the 'jericho' package.}
\description{
Contents of the 'Jericho HTML Parser' Java archive by
Martin Jericho \url{http://jericho.htmlparser.net/docs/index.html} provided to

Loading…
Cancel
Save