Entering edit mode
Hi,
I am receiving the following error when loading S4Vectors, after a clean installation of R-devel and the package:
require('S4Vectors')
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
Error: package or namespace load failed for 'S4Vectors':
.onLoad failed in loadNamespace() for 'S4Vectors', details:
call: validObject(.Object)
error: invalid class "LLint" object: superclass "integer_OR_LLint" not defined in the environment of the object's class
sessionInfo()
R Under development (unstable) (2020-02-26 r77861)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
Matrix products: default
locale:
[1] LC_COLLATE=Greek_Greece.1253 LC_CTYPE=Greek_Greece.1253
[3] LC_MONETARY=Greek_Greece.1253 LC_NUMERIC=C
[5] LC_TIME=Greek_Greece.1253
attached base packages:
[1] parallel stats4 stats graphics grDevices utils datasets
[8] methods base
other attached packages:
[1] BiocGenerics_0.33.0
loaded via a namespace (and not attached):
[1] compiler_4.0.0
Any ideas? Thanks.
No luck getting the package to load in multiple Win installations and machines. Luckily, no problems in Linux. Thanks for the responses.
Not sure what kind of response you're hoping. You're not providing any useful information. Please check our posting guide. Thanks!
Instead of installing the package with BiocManager::install, I installed it from its source and the problem was solved. Thanks again for the responses.
This sounds to me like you have packages from different versions of Bioconductor. What does
have to say? (note: you can format code by selecting it and then pressing the
101010
button)