r-hyperspec / unmixR

N-FINDR, Vertex Component Analysis (VCA) and Iterative Constrained Endmember (ICE) algorithms for hyperspectral unmixing in R.
https://r-hyperspec.github.io/unmixR/
MIT License
2 stars 0 forks source link

helpfiles for devtoolsinstall #9

Closed rguliev closed 2 years ago

rguliev commented 8 years ago

In GitLab by @mhw.hermes on May 26, 2016, 11:57

If the installation is done via devtools as stated in the project description:

require ("devtools")
install_git ("https://gitlab.com/chemometrics/unmixR.git", subdir = "pkg/unmixR")

then the helpfiles will not built...

rguliev commented 8 years ago

In GitLab by @mhw.hermes on May 26, 2016, 11:57

Workaround: clone repository and build package in Rstudio with Roxygen activated