Skip to content

egonw/ropenphacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

R client for the Open PHACTS platform.

Copyright / License

Copyright (C) 2013-2017 Egon Willighagen

Licensed AGPL v3 for the package. It depends on the LGPL v2.1 or later ops4j from http://github.com/egonw/ops4j/ and the Apache io, logging, and httpclient commons libraries, which have Apache licenses.

Install from R

> install.packages("rJava") # if not present already
> install.packages("devtools") # if not present already
> library(devtools)
> install_github("egonw/rrdf", subdir="rrdflibs") # if not present already
> install_github("egonw/rrdf", subdir="rrdf") # if not present already
> install_github("egonw/ropenphacts", subdir="ropenphactslibs")
> install_github("egonw/ropenphacts", subdir="ropenphacts")

Compile from source

$ cd java
$ groovy build.groovy
$ cd ..
$ R CMD build ropenphactslibs
$ R CMD check --as-cran ropenphactslibs
$ R CMD build ropenphacts
$ R CMD check --as-cran ropenphacts

Debian/Ubuntu

Debian GNU/Linux and Ubuntu users are recommended to do first:

$ sudo apt-get install r-cran-rjava groovy ant-contrib

About

R client for Open PHACTS.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published