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
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
I should note the crash only occurs if I run the code in RStudio or from the R GUI. If I source a file, for example, the issue does not seem to occur.
The old database was created with a prior version of MonetDBLite and R.
Any idea what may be causing this?
The text was updated successfully, but these errors were encountered:
BillPetti
changed the title
R crashing when trying to establish connection
R crashing when trying to establish connection to existing database
Sep 4, 2018
I recently updated to
R 3.5.1
and when I try to connect to my existing database it causes R to crash.I can create a new database without a problem:
I can reconnect to it as well without crashing:
The only thing that seems to work is to establish a connection to another
MonetDBLite
database first, and then try connecting to my existing database:I should note the crash only occurs if I run the code in RStudio or from the R GUI. If I source a file, for example, the issue does not seem to occur.
The old database was created with a prior version of
MonetDBLite
andR
.Any idea what may be causing this?
The text was updated successfully, but these errors were encountered: