Jean-Romain / lidRplugins

Extra functions and algorithms for lidR package
42 stars 15 forks source link

velox is no longer on CRAN #6

Open Jean-Romain opened 4 years ago

Jean-Romain commented 4 years ago

lidRplugins relies on velox. But velox is no longer on cran https://cran.r-project.org/web/packages/velox/

azh2 commented 3 years ago

How does one get around this?

Jean-Romain commented 3 years ago

velox has been added in Remotes fied, it should be downloaded automatically with remotes::install_github

azh2 commented 3 years ago

I keep getting the following error:

remotes::install_github("Jean-Romain/lidRplugins")

Downloading GitHub repo Jean-Romain/lidRplugins@HEAD
**Error: Failed to install 'lidRplugins' from GitHub:
  Missing commas separating Remotes: 'Jean-Romain/RMCC
    hunzikp/velox'**

> traceback()
7: stop(remote_install_error(remotes[[i]], e))
6: value[[3L]](cond)
5: tryCatchOne(expr, names, parentenv, handlers[[1L]])
4: tryCatchList(expr, classes, parentenv, handlers)
3: tryCatch(res[[i]] <- install_remote(remotes[[i]], ...), error = function(e) {
       stop(remote_install_error(remotes[[i]], e))
   })
2: install_remotes(remotes, auth_token = auth_token, host = host, 
       dependencies = dependencies, upgrade = upgrade, force = force, 
       quiet = quiet, build = build, build_opts = build_opts, build_manual = build_manual, 
       build_vignettes = build_vignettes, repos = repos, type = type, 
       ...)
1: remotes::install_github("Jean-Romain/lidRplugins")

I noticed there is a missing comment in the DESCRIPTION file between Jean-Romain/RMCC and hunzikp/velox, not sure if it is a related issue:

Remotes:
    Jean-Romain/RcppConcaveman,
    Jean-Romain/RMCC **missing comma**
    hunzikp/velox
Jean-Romain commented 3 years ago

fixed thanks