schnorr / phenovisr

R package for PhenoVis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preliminaries (jpeg library)

Install the system libraries used by phenovisr.

Linux/Debian Installation

sudo apt install libjpeg-dev

Windows Installation (not tested yet)

You’ll need the Jpeg for Windows library. To install phenovisr correctly, the dynamic library must be called libjpeg.dll instead of the jpeg-62.dll. You need to make sure your compiler is capable to find this DLL in your system.

phenovisr package

Then, you need devtools package.

install.packages("devtools");

Finally, install phenovisr like this:

library(devtools);
install_github("schnorr/phenovisr", ref="alles");

About

R package for PhenoVis


Languages

Language:C++ 90.7%Language:R 7.0%Language:C 1.1%Language:Dockerfile 1.1%Language:Makefile 0.1%