Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 851 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 851 Bytes

Manual latest version installation

Linux/MacOS

Installation should be straightforward. Run in R:

devtools::install_github("kudkudak/Growing-Neural-Gas")

Windows

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")

Known issues:

  • 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".