You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have connected to the database via conn <- localDBConn(dbPath = './db', dbFile = 'database_basexdb', migabble = FALSE, maxMemory = '16g'). But when further adding scenarios, problems arose, showing Scenario Reference does not exist in this project. Creating.
Is there something wrong with the version of my R package? Or is there an error elsewhere? Thanks a lot!
The version of the R package is as follows:
Specific error information:
The text was updated successfully, but these errors were encountered:
This error is the same as #80, the version of readr should v1.4.0 or lower.
readr got a new parsing engine in version 2.0.0 (released July 2021) https://readr.tidyverse.org/index.html.
I have connected to the database via
conn <- localDBConn(dbPath = './db', dbFile = 'database_basexdb', migabble = FALSE, maxMemory = '16g')
. But when further adding scenarios, problems arose, showingScenario Reference does not exist in this project. Creating.
Is there something wrong with the version of my R package? Or is there an error elsewhere? Thanks a lot!
The version of the R package is as follows:
Specific error information:
The text was updated successfully, but these errors were encountered: