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 produced by mergeDBs() (dev branch) #36

Closed
jonesor opened this issue Nov 14, 2018 · 1 comment
Closed

Error produced by mergeDBs() (dev branch) #36

jonesor opened this issue Nov 14, 2018 · 1 comment
Assignees

Comments

@jonesor
Copy link
Owner

jonesor commented Nov 14, 2018

To reproduce the error:

x <- subsetDB(compadre,SpeciesAccepted == "Alaria nana")
y <- subsetDB(compadre,SpeciesAccepted == "Ziziphus jujuba")
z <- mergeDBs(x,y)

The error message is:

Error in VersionData(db1) : could not find function "VersionData"
In addition: Warning messages:
1: In data(db1) : data set ‘db1’ not found
2: In data(db2) : data set ‘db2’ not found
3: In data(db1) : data set ‘db1’ not found
4: In data(db2) :
 Error in VersionData(db1) : could not find function "VersionData" 
@patrickbarks
Copy link
Collaborator

closed by #43 and subsequent updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants