PNNL-CompBio / spammR

Spatial Analysis of Multiomics Measurement in R
Other
6 stars 0 forks source link

Resolve loading of other packages used by spammR #26

Open HarkiratSohi opened 2 weeks ago

HarkiratSohi commented 2 weeks ago

Some packages that are needed for spammR to run don't seem to get loaded when spammR in installed in R, even though these are imported in the function definitions and also show in the NAMESPACE of the spammR pacakge. Noticed this for packages SpatialExperiment and writexl. Current work-around has been to load any missed package dependencies locally in R.