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

Help please ....error when loading the package #15

Open
ZoeyDing2022 opened this issue Apr 23, 2020 · 4 comments
Open

Help please ....error when loading the package #15

ZoeyDing2022 opened this issue Apr 23, 2020 · 4 comments

Comments

@ZoeyDing2022
Copy link

Please help me with this issue.. I am working with R 3.6.2 on Mac. I have tried all the ways to download the package, like from the source, github... but they all shows not available for 3.6.2. Finally, I downloaded the package on my computer and installed it manually. But when I am trying to load it with library(xtail), it didn't work.. I updated all my packages...Please... any suggestions?

library(xtail)
Loading required package: DESeq2
Loading required package: S4Vectors
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: ‘BiocGenerics’

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

clusterApply, clusterApplyLB, clusterCall, clusterEvalQ, clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB

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

IQR, mad, sd, var, xtabs

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

anyDuplicated, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, Filter, Find, get,
grep, grepl, intersect, is.unsorted, lapply, Map, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, Position,
rank, rbind, Reduce, rownames, sapply, setdiff, sort, table, tapply, union, unique, unsplit, which, which.max, which.min

Attaching package: ‘S4Vectors’

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

expand.grid

Loading required package: IRanges
Loading required package: GenomicRanges
Loading required package: GenomeInfoDb
Loading required package: SummarizedExperiment
Loading required package: Biobase
Welcome to Bioconductor

Vignettes contain introductory material; view with 'browseVignettes()'. To cite Bioconductor, see 'citation("Biobase")', and
for packages 'citation("pkgname")'.

Loading required package: DelayedArray
Loading required package: matrixStats

Attaching package: ‘matrixStats’

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

anyMissing, rowMedians

Loading required package: BiocParallel

Attaching package: ‘DelayedArray’

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

colMaxs, colMins, colRanges, rowMaxs, rowMins, rowRanges

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

aperm, apply, rowsum

Error: package or namespace load failed for ‘xtail’:
package ‘xtail’ was installed by an R version with different internals; it needs to be reinstalled for use with this R version

@xug15
Copy link

xug15 commented Apr 24, 2020

Hi, we develop a docker image that swaps xtail into R to solve this problem.
You can see the manual from this link https://hub.docker.com/r/yanglab/xtail .

@ZoeyDing2022
Copy link
Author

ZoeyDing2022 commented Apr 24, 2020 via email

@xug15
Copy link

xug15 commented Apr 25, 2020

I polished the manual: https://hub.docker.com/r/yanglab/xtail .

If your data is stored in this directory:/user/name/data_path, for example, you can bind this directory into docker container. You can replace this path:/user/name/data_path with the real path in your local server..

#If your data is stored in this directory:/user/name/data_path
ls -l /user/name/data_path
# stop old container
docker stop xtail
# remove the old container
docker rm xtail
# Start a container
#  -v /user/name/data_path:/home/test/share mean you will bind the directory /user/name/data_path in your local server into the docker container directory /home/test/share.
# You can change the path with your real local path.
# start a new container
docker run --name=xtail -dt  -h yanglab --restart unless-stopped -v /user/name/data_path:/home/test/share yanglab/xtail
# You can see the share fold data from /home/test/share
ls /home/test/share

@ZoeyDing2022
Copy link
Author

ZoeyDing2022 commented Apr 25, 2020 via email

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