tiagodc / TreeLS

R functions for processing individual tree TLS point clouds
GNU General Public License v3.0
82 stars 27 forks source link

Trouble installing on MacOS #51

Open PatrickMcClatchy opened 1 year ago

PatrickMcClatchy commented 1 year ago

Hi, hopefully someone can help.

remotes::install_github('tiagodc/TreeLS') 

gives me:

Error: Failed to install 'TreeLS' from GitHub: Failed to R CMD build package, try build = FALSE. and

remotes::install_github('tiagodc/TreeLS', build = FALSE)

doesn't work either. Xcode is installed.

Regards,

Patrick