PacificCommunity / ofp-sam-flr4mfcl

R Functions for Taming MULTIFAN-CL
7 stars 2 forks source link

Remove extraneous pseudo entries from NAMESPACE #9

Closed arni-magnusson closed 2 years ago

arni-magnusson commented 2 years ago

Hi!

I've had good success installing FLR4MFCL in the past, but I was not able to install FLR4MFCL today, neither using install_github nor installing locally.

The error message is:

Error: package or namespace load failed for 'FLR4MFCL' in namespaceExport(ns, exports):
 undefined exports: read.MFCLPseudoCatch, read.MFCLPseudoEffort

Sure enough, the NAMESPACE file was trying to export some functions that do not exist (anymore). I removed the two entries read.MFCLPseudoCatch and read.MFCLPseudoEffort from the NAMESPACE file and the package now installs like a charm.

robscott3 commented 2 years ago

Apologies Arnie - a hang-over from some development functions that haven't been committed yet