Closed singcell closed 4 years ago
You’re looking at the documentation for version 1.0.0 but have version 0.2.5 installed. See the archive page for older versions of the documentation (https://satijalab.org/signac/articles/archive.html) or install the newer version
Hello, I am having difficulty to download signac version 1.0.0
if (!requireNamespace("BiocManager", quietly = TRUE))
- install.packages("BiocManager") BiocManager::install() Bioconductor version 3.11 (BiocManager 1.30.10), R 4.0.1 (2020-06-06) Old packages: 'deldir', 'hdf5r', 'Signac' Update all/some/none? [a/s/n]: a
There are binary versions available but the source versions are later: binary source needs_compilation deldir 0.1-28 0.1-29 TRUE hdf5r 1.3.2 1.3.3 TRUE Signac 0.2.5 1.0.0 TRUE
downloaded 4.8 MB
downloaded 538 KB
The downloaded binary packages are in /var/folders/f7/_h58lt094kv5sn6j93vqb8t40000gp/T//RtmpQn7Uf7/downloaded_packages
Any recommendations? I tried restarting Rstudio but the packages were still not downloaded successfully. Should I just use Signac version 0.2.5?
Thank you
I have installed the current version of Signac ( Signac_0.2.5) and trying to perform Human PBMCs vignette as practice run. However, when I use function
CreateChromatinAssay
, I get this message> Error inCreateChromatinAssay()
: could not find function "CreateChromatinAssay" I installed usinginstall.packages("Signac")
command.Is it possible that
CreateChromatinAssay()
to work I need to install Signac 1.0.0.I get following message, when I attempt to download unreleased development version:
ERROR: dependencies ‘ggbio’, ‘biovizBase’ are not available for package ‘Signac’
PLEASE HELP
sessionInfo: