AustralianAntarcticDivision / EchoviewR

The R package EchoviewR - a free interface between Echoview and R using COM scripting.
http://australianantarcticdivision.github.io/EchoviewR/
Other
16 stars 9 forks source link

Some functions not loading #3

Closed davidcglover closed 6 years ago

davidcglover commented 7 years ago

"Error: could not find function" messages for EVNewFixedDepthLine and EVNewLineRelativeRegion. There may be other functions not loading as these are just a few of the ones I've tried using so far. I reinstalled library using instructions from github readme file, but this did not fix the problem.

martinjamescox commented 7 years ago

I think this is a Namespace issue. The functions EVNewFixedDepthLine() and EVNewLineRelativeRegion() should now be included in the EchoviewR namespace and available for use. Please let me know how you get on.

davidcglover commented 7 years ago

It appears to be finding the functions just fine now, but I am receiving different error messages: "Error in EVFile[["Lines"]] : subscript out of bounds" "Error in EVFile[["Variables"]] : subscript out of bounds"

martinjamescox commented 7 years ago

Could you please send me some more details? For example, which functions have this error? Thank you

raymondben commented 7 years ago

@davidcglover - please also paste the output of sessionInfo() - this is often useful for identifying e.g. dependency issues