Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promise has already been forced with crown_metrics(), func = NULL and LAScatalog #594

Closed
Jean-Romain opened this issue Jun 9, 2022 · 1 comment
Assignees
Labels
Bug A bug in the package

Comments

@Jean-Romain
Copy link
Collaborator

Jean-Romain commented Jun 9, 2022

MRE

library(lidR)
LASfile <- system.file("extdata", "MixedConifer.laz", package="lidR")
las <- readLAScatalog(LASfile)
dalponte_crowns <- crown_metrics(las, func = NULL) 
#> Erreur dans lazyeval::f_capture(func) : Promise has already been forced
@Jean-Romain Jean-Romain self-assigned this Jun 9, 2022
@Jean-Romain Jean-Romain added the Bug A bug in the package label Jun 9, 2022
@Jean-Romain
Copy link
Collaborator Author

Fixed

@Jean-Romain Jean-Romain changed the title Promise has already been forced with *_metrics(), func = NULL and LAScatalog Promise has already been forced with crown_metrics(), func = NULL and LAScatalog Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in the package
Projects
None yet
Development

No branches or pull requests

1 participant