tiagodc / TreeLS

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

Trouble installing on Windows 10. R 4.2.2 #52

Open mathpachsi opened 1 year ago

mathpachsi commented 1 year ago

Hello, i try: remotes::install_github('tiagodc/TreeLS') But i receive this message:

Using github PAT from envvar GITHUB_PAT
Error: Failed to install 'TreeLS' from GitHub:
  HTTP error 401.
  Bad credentials

  Rate limit remaining: 55/60
  Rate limit reset at: 2022-11-28 03:03:02 UTC

When i try install from CRAN, i receive this error:

install.packages("TreeLS") Installing package into ‘C:/Users/.../AppData/Local/R/win-library/4.2’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘TreeLS’ is not available for this version of R

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

I try back to old R versions and install, but don't work.

matebene commented 4 months ago

Have you managed to figure out the solution?