Installation should be straightforward. Run in R:
devtools::install_github("kudkudak/Growing-Neural-Gas")
Please download appropriate version of Rtools. Run R matching your CPU architecture (x64 vs x86)
devtools::install_github("kudkudak/Growing-Neural-Gas", args="--no-lock --no-multiarch")
To build both x64 and x86 run
devtools::install_github("kudkudak/Growing-Neural-Gas", args="--no-lock --preclean")
- If you have non-english letters in home path please consider installing from administrator cmd.
R CMD INSTALL . --no-lock --no-multiarch --preclean --library=<path_to_your_R_library_folder>
, where path might be C:\Program Files\R\R-3.1.2\library"
.