Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using :: notation for RstoxData::StoxBiotic #117

Closed
edvinf opened this issue Jan 15, 2021 · 2 comments
Closed

Error using :: notation for RstoxData::StoxBiotic #117

edvinf opened this issue Jan 15, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@edvinf
Copy link
Contributor

edvinf commented Jan 15, 2021

I have encountered an issue where I cannot run RstoxData::StoxBiotic without first calling library(RstoxData)

The following example reproduces the problem in a new session:

files <- system.file("testresources","biotic_v3_example.xml", package="RstoxData")
inputdata <- RstoxData::ReadBiotic(files)
StoxBioticData <- RstoxData::StoxBiotic(inputdata)
Error in getStoxKeys(StoxDataType = StoxDataType) :
object 'stoxBioticObject' not found

Probably relates to:
#18

@edvinf edvinf added the bug Something isn't working label Jan 15, 2021
@iambaim
Copy link
Contributor

iambaim commented Jan 18, 2021

Thanks, @edvinf . I have prepared a fix in #119 .

@arnejohannesholmin
Copy link
Contributor

Closing this as it was fixed in #119.

arnejohannesholmin added a commit that referenced this issue Apr 20, 2023
Final version for the release of StoX 3.1.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants