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
Hello everyone!
I'm posting this just to share awareness for other fellow users of rfishbase package.
I had to reinstall RStudio in my PC (OS Windows 11, Version 24H2) and, somehow, the rfishbase version 5.0.0 is giving me some problems. It does not matter what line of code I try to run, the console always returns this error message:
I tried to install RTools, all the newest versions of this "duckdb" package, the ultra-latest version of rfishbase 5.0.1 and other nerdish things; however, this message always pops out.
The only way to make rfishbase work again has been to install a previous version of the package (i.e. version 4.1.2 from CRAN Archives).
It's not a problem for me to use this old version of the package, however I thought it might be useful to report this issue.
Is maybe something related to new updates conflicts?
Hoping to have been helpful!
The text was updated successfully, but these errors were encountered:
What version of duckdbfs are you running? (I don't see it in your namespace, but it's hard dependency of rfishbase 5.0. You've shown the sessionInfo with rfishbase 4.1.2 loaded, which doesn't give me the information I need to debug).
duckdb has been mucking around a bit with the extensions in recent versions. Can you report sessionInfo() of the setup that throws the error with the latest version of duckdbfs and rfishbase from CRAN?
Also, can you try setting:
options("duckdbfs_use_nightly"=TRUE)
and
options("duckdbfs_use_nightly"=FALSE)
and see if either of these addresses what you see?
Hello everyone!
I'm posting this just to share awareness for other fellow users of rfishbase package.
I had to reinstall RStudio in my PC (OS Windows 11, Version 24H2) and, somehow, the rfishbase version 5.0.0 is giving me some problems. It does not matter what line of code I try to run, the console always returns this error message:
Here some session info:
I tried to install RTools, all the newest versions of this "duckdb" package, the ultra-latest version of rfishbase 5.0.1 and other nerdish things; however, this message always pops out.
The only way to make rfishbase work again has been to install a previous version of the package (i.e. version 4.1.2 from CRAN Archives).
It's not a problem for me to use this old version of the package, however I thought it might be useful to report this issue.
Is maybe something related to new updates conflicts?
Hoping to have been helpful!
The text was updated successfully, but these errors were encountered: