question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

r-sqldf in conflict with other packages

See original GitHub issue

Been trying to install r-sqldf and have had no joy. Keep getting errors like this:

UnsatisfiableError: The following specifications were found to be in conflict:
  - r-rjdbc
  - r-sqldf

I tried removing r-rjdbc and then it generates another conflict message:

The following packages will be REMOVED:

    r-rjdbc: 0.2_5-r342he0388cf_0 r
    rstudio: 1.1.383-h2c9cdda_2   r

Proceed ([y]/n)? y

Preparing transaction: done
Verifying transaction: done
Executing transaction: done

$ sudo conda install -c conda-forge r-sqldf
Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:
  - r-pki
  - r-sqldf
Use "conda info <package>" to see the dependencies for each package.

Etc, etc ad nauseum.

Any thoughts about how I can get around this?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
bgrueningcommented, Jan 28, 2018

Adding r-rjdbc to conda-forge is probably the easiest and right thing to do here. The R packages from default and conda-forge are not compatible afaik and already caused a lot of pain.

Building against R 3.4.2 is ok, but it takes so many resources. I’m unsure if its worth it. Including Bioconda this means >1000 packages.

0reactions
jakirkhamcommented, Sep 28, 2020

We have since migrated through a few R versions (include 4.0). Given this, am going to go ahead and close this out. If there are new issues, please feel free to raise them in new issues. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Resolving conflict with RSQLite and RMySQL in the same ...
This function uses an SQLite database and the RSQLite package because ... I have noticed the same sort of conflict when using sqldf...
Read more >
conflicted.pdf
conflicts, particularly when they arise because a package update ... Persistently prefer one function over another. Description.
Read more >
sqldf package - RDocumentation
The sqldf() function is typically passed a single argument which is an SQL select statement where the table names are ordinary R data...
Read more >
Loading data from databases | Mastering Data Analysis with R
The DBI package provides a database interface, a communication channel ... get back to the sqldf package, which stands for "SQL select on...
Read more >
[R] stfrtime function not returning proper results through sqldf ...
library(sqldf) Loading required package: gsubfn Loading required ... passed as dates to H2 (and other backends if > they have a date type)....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found