Can't download DEDS Bioconducter V3.11, R V4.01
1
0
Entering edit mode
shui2 • 0
@shui2-23705
Last seen 4.0 years ago

Try to install DEDS if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("DEDS")

Get this message: Installing package(s) 'DEDS' Warning message: package ‘DEDS’ is not available (for R version 4.0.1)

Is there any other way to download it?

Thank you!!

DEDS • 367 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 1 day ago
United States

Seems to be deprecated. And not building besides. If you want to revert to R-3.6.1 and Bioc 3.10, you can get it though:

> library(BiocManager)
Bioconductor version 3.10 (BiocManager 1.30.10), ?BiocManager::install for help
Bioconductor version '3.10' is out-of-date; the current release version '3.11'
  is available with R version '4.0'; see https://bioconductor.org/install
> install("DEDS")
Bioconductor version 3.10 (BiocManager 1.30.10), R 3.6.1 (2019-07-05)
Installing package(s) 'DEDS'
trying URL 'https://bioconductor.org/packages/3.10/bioc/src/contrib/DEDS_1.60.0.tar.gz'
Content type 'application/x-gzip' length 3531743 bytes (3.4 MB)
==================================================
downloaded 3.4 MB

* installing *source* package  DEDS  ...
** using staged installation
** libs
gcc -std=gnu99 -I"/share/apps/R/R-3.6.1/lib64/R/include" -DNDEBUG   -I/usr/local/include  -fpic  -g -O2  -c deds.c -o deds.o
gcc -std=gnu99 -I"/share/apps/R/R-3.6.1/lib64/R/include" -DNDEBUG   -I/usr/local/include  -fpic  -g -O2  -c distance.c -o distance.o
gcc -std=gnu99 -I"/share/apps/R/R-3.6.1/lib64/R/include" -DNDEBUG   -I/usr/local/include  -fpic  -g -O2  -c input.c -o input.o
gcc -std=gnu99 -I"/share/apps/R/R-3.6.1/lib64/R/include" -DNDEBUG   -I/usr/local/include  -fpic  -g -O2  -c manip.c -o manip.o
gcc -std=gnu99 -I"/share/apps/R/R-3.6.1/lib64/R/include" -DNDEBUG   -I/usr/local/include  -fpic  -g -O2  -c random.c -o random.o
gcc -std=gnu99 -I"/share/apps/R/R-3.6.1/lib64/R/include" -DNDEBUG   -I/usr/local/include  -fpic  -g -O2  -c sampling.c -o sampling.o
gcc -std=gnu99 -I"/share/apps/R/R-3.6.1/lib64/R/include" -DNDEBUG   -I/usr/local/include  -fpic  -g -O2  -c stat_fun.c -o stat_fun.o
gcc -std=gnu99 -shared -L/share/apps/R/R-3.6.1/lib64/R/lib -L/usr/local/lib64 -o DEDS.so deds.o distance.o input.o manip.o random.o sampling.o stat_fun.o -L/share/apps/R/R-3.6.1/lib64/R/lib -lR
installing to /share/groups/edge/R/R-3.6.1/00LOCK-DEDS/00new/DEDS/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (DEDS)

But you know, the usual caveats about lack of support and it's being deprecated so how well was the upkeep and all that apply.

ADD COMMENT

Login before adding your answer.

Traffic: 390 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6