Coder Social home page Coder Social logo

Comments (5)

kmezhoud avatar kmezhoud commented on July 20, 2024 1

Hi Vincent,
The problem comes when I attach IRanges package (http://bioconductor.org/packages/release/bioc/html/IRanges.html).
There is some dplyr functions that are masked.
How can I avoid this masks?
Thanks

Attaching package: ‘IRanges’
The following objects are masked from ‘package:dplyr’:
collapse, desc, slice
The following object is masked from ‘package:tidyr’:
expand
The following object is masked from ‘package:lubridate’:
%within%
The following object is masked from ‘package:psych’:
reflect

from radiant.

kmezhoud avatar kmezhoud commented on July 20, 2024 1

I modified in radiant.R file
142 dplyr::slice(1:min(nshow,n)) %>%

It resolve the display of tables in manage and transform panels.
It remains the summary of transform panel...

from radiant.

vnijs avatar vnijs commented on July 20, 2024

I have no idea what S4Vectors is and how you are are using it. It is not a part of Radiant at all so I have no idea what is going on. The only lead is that slice is a function in the dplyr package. Presumably you are trying to pass in an object that is not a list or a data.frame. Try transforming the object first.

from radiant.

kmezhoud avatar kmezhoud commented on July 20, 2024

The object is Diamonds datasets...
Thanks

from radiant.

vnijs avatar vnijs commented on July 20, 2024

Presumably you do something to that data with S4vectors before it goes to the transform or manage panel. Try to replicate the error in a simpler setting where you use your S4... function and then call one functions exported by Radiant (e.g., radiant::getdata).

from radiant.

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.