TropFishR - Elefan fit3

Dear R Studio Community.

I've been trying to fit some Length-Frequency Data using Elefan fit3 (Elefan fit4 works fine) but I get an error message, after the script has completed to 100%, as follows:

Error in loadNamespace (i, c(lib.loc, .libPaths()), versionCheck = vI[[i]] :
there is no package called 'string i'

Any ideas from you folks familiar with Elefan and TropFishR?

Very grateful for any assistance.

Jim

Hi, and welcome!

Usually, a reproducible example, FAQ: What's a reproducible example (`reprex`) and how do I do one? is very helpful to troubleshoot. In this case, however, the fix should work, assuming neither of the packages really is calling string i instead of stringi.

install.packages("stringi")

Technocrat.

Thank you for your reply. I've not yet tried your suggestion but will get back to asap.

Many thanks again.

Jim

Works like a charm! Many thanks again.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.