julia-wrobel / mxfda

Other
1 stars 0 forks source link

load_all() vs library for extract_*ivariate() #2

Closed ACSoupir closed 8 months ago

ACSoupir commented 8 months ago

Different behavior when using devtools::load_all() vs calling library(mxfda).

Load all allows for functions to be passed as variables in functions like extract_summary_functions(); however, loading the package after install does not. Possibly due to functions not being @export?

Need to explore.

ACSoupir commented 8 months ago

Needed to export extract_univariate and extract_bivariate, as well as Depends: on spatstat.explore in the DESCRIPTION file for metric functions. Should work now.