You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this nice package. When I tried to install it, I received the error message
Error in parse(...) :
C:/../compactness/R/feature_helpers.R:83:3: unexpected symbol
82: temp = lapply(1:nrow(shp[[1]]), FUN=function(x) get_one_bound_feature(x)
83: out
^
ERROR: unable to collate and parse R files for package 'compactness'
Upon closer inspection, this is due to a missing closing bracket in line 82 of the feature_helpers.R file. When I downloaded the compactness package, manually changed the feature_helpers.R file, and then installed from the local version, it worked.
So, I'd suggest the following change for line 82 of feature_helpers.R (note the double closed bracket for the first line in the function):
Hello,
First of all, thank you for this nice package. When I tried to install it, I received the error message
Upon closer inspection, this is due to a missing closing bracket in line 82 of the feature_helpers.R file. When I downloaded the compactness package, manually changed the feature_helpers.R file, and then installed from the local version, it worked.
So, I'd suggest the following change for line 82 of feature_helpers.R (note the double closed bracket for the first line in the function):
Just thought this might be helpful if other users have the same issue. Thanks!
The text was updated successfully, but these errors were encountered: