Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function 'dataptr' not provided by package 'Rcpp' #115

Open
mhassan opened this issue Oct 2, 2020 · 1 comment
Open

function 'dataptr' not provided by package 'Rcpp' #115

mhassan opened this issue Oct 2, 2020 · 1 comment

Comments

@mhassan
Copy link

mhassan commented Oct 2, 2020

I am trying to use dropest on bam files from cellranger. However, I keep getting the following error:
Compiling diagnostic stats:
Reads per chromosome per cell;
Fill exon results
Error: function 'dataptr' not provided by package 'Rcpp'
In addition: Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called 'Rcpp'
Execution halted

I pulled the dropest docker and is executing dropest using singularity.

I am not sure what the problem is since I have confirmed that the 'Rccp' library is available in R. I have used different versions of R and all produce the same error message.

I've read somewhere that this issue was resolved in the latest docker version, but somehow I still get it.
Any suggestions will be appreciated.

@evanbiederstedt
Copy link
Contributor

evanbiederstedt commented Oct 2, 2020

Error: function 'dataptr' not provided by package 'Rcpp'
In addition: Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called 'Rcpp'

I would recommend re-installing Rcpp.
Try reinstalling Rcpp in the singularity image, and even resave the image with the reinstalled Rcpp.

You might also try installing this package in the image to use: https://github.com/kharchenkolab/dropestr

I'll try to remember to update the Docker images myself. (CC @VPetukhov )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants