Giter Site home page Giter Site logo

Comments (9)

melff avatar melff commented on September 21, 2024

Fixed by commit d5ee766.

from memisc.

jeffreyhanson avatar jeffreyhanson commented on September 21, 2024

Thanks for fixing this @melff

from memisc.

bixiou avatar bixiou commented on September 21, 2024

For me this is still not solved with memisc 0.99.27.2.

from memisc.

melff avatar melff commented on September 21, 2024

@bixiou In what way is it not solved? @jeffreyhanson's example does not lead to any messages about duplicate class definitions on my computer ...

from memisc.

bixiou avatar bixiou commented on September 21, 2024

Well, here is what I get when I run that example on Windows 10 (I have no issue on Ubuntu 20.04):

> library(tibble)
> library(memisc)
Le chargement a nécessité le package : lattice
Le chargement a nécessité le package : MASS

Attachement du package : ‘memisc’

The following object is masked from ‘package:tibble’:

    view

The following objects are masked from ‘package:stats’:

    contr.sum, contr.treatment, contrasts

The following object is masked from ‘package:base’:

    as.array

Warning message:
le package ‘memisc’ a été compilé avec la version R 4.0.3 
> # create data
> d <- tibble(value = seq(0, 100))
Found more than one class "tbl_df" in cache; using the first, from namespace 'tibble'
Also defined by ‘memisc’
Found more than one class "tbl_df" in cache; using the first, from namespace 'tibble'
Also defined by ‘memisc’
Found more than one class "tbl_df" in cache; using the first, from namespace 'tibble'
Also defined by ‘memisc’
Found more than one class "tbl_df" in cache; using the first, from namespace 'tibble'
Also defined by ‘memisc’
Found more than one class "tbl_df" in cache; using the first, from namespace 'tibble'
Also defined by ‘memisc’
> # subset data
> subset_d <- subset(d, d$value < 50)
Found more than one class "tbl_df" in cache; using the first, from namespace 'tibble'
Also defined by ‘memisc’
Found more than one class "tbl_df" in cache; using the first, from namespace 'tibble'
Also defined by ‘memisc’
Found more than one class "tbl_df" in cache; using the first, from namespace 'tibble'
Also defined by ‘memisc’
Found more than one class "tbl_df" in cache; using the first, from namespace 'tibble'
Also defined by ‘memisc’
Found more than one class "tbl_df" in cache; using the first, from namespace 'tibble'
Also defined by ‘memisc’
Found more than one class "tbl_df" in cache; using the first, from namespace 'tibble'
Also defined by ‘memisc’
Found more than one class "tbl_df" in cache; using the first, from namespace 'tibble'
Also defined by ‘memisc’
Found more than one class "tbl_df" in cache; using the first, from namespace 'tibble'
Also defined by ‘memisc’

from memisc.

bixiou avatar bixiou commented on September 21, 2024

I would like to re-open this issue (how do I do that?). I updated to memisc 0.99.27.3, and the problem is still not fixed.
Note that the same problem occurred with another package, prioritizr, and that they fixed it: maybe the developers of memisc can apply the same kind of patch that they used there: prioritizr/prioritizr#75

from memisc.

melff avatar melff commented on September 21, 2024

Fixed in release 0.99.28.0.1 - but in a different way from @jeffreyhanson's proposal. The fix used here avoids an import dependency on the 'tibbles' package (and the resulting descent into dependency hell). (I checked this on Windows and the latest change seems to have removed the messages concerning the "tbl_df" class.

from memisc.

llewPromotionDocs avatar llewPromotionDocs commented on September 21, 2024

Still not fixed at 13/10/21. Incredibly annoying! (see https://stackoverflow.com/questions/69548961/remove-warning-message-found-more-than-one-class-tbl-df-in-cache-using-the-f/69549022?noredirect=1#comment122931339_69549022) for my attempts to fix. A clash with the most popular suite of packages on R is a stupid move.

from memisc.

melff avatar melff commented on September 21, 2024
  1. I cannot fix a bug that I cannot reproduce. If I run the above code on R 4.1.1, I do not get any messages as shown above. Also, these are only informational messages, neither warnings nor errors.

  2. Please remember and respect that 'memisc' is a volunteer's work, and not a commercial product. I am sharing software that helps me very much in my own academic research, in the hope that it will help others as well. Using it does not entitle you to any kind of 'customer service'.

from memisc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.