Install the system libraries used by phenovisr
.
sudo apt install libjpeg-dev
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.
Then, you need devtools
package.
install.packages("devtools");
Finally, install phenovisr
like this:
library(devtools);
install_github("schnorr/phenovisr", ref="alles");