Entering edit mode
Enter the body of text here I can't install "destiny"
Code should be placed in three backticks as shown below
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("destiny")
# include your problematic code here with any corresponding output
# please also include the results of running the following in an R session
Installing package(s) 'destiny'
Warning in .inet_warning(msg) :
package ‘destiny’ is not available for Bioconductor version '3.13'
sessionInfo( )
R version 4.1.0 (2021-05-18)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] rstudioapi_0.13 knitr_1.33 magrittr_2.0.1
[4] usethis_2.0.1 devtools_2.4.2 pkgload_1.2.1
[7] R6_2.5.0 rlang_0.4.11 fastmap_1.1.0
[10] tools_4.1.0 pkgbuild_1.2.0 data.table_1.14.0
[13] xfun_0.24 sessioninfo_1.1.1 cli_3.0.0
[16] withr_2.4.2 htmltools_0.5.1.1 ellipsis_0.3.2
[19] remotes_2.4.0 digest_0.6.27 rprojroot_2.0.2
[22] lifecycle_1.0.0 crayon_1.4.1 processx_3.5.2
[25] BiocManager_1.30.16 purrr_0.3.4 callr_3.7.0
[28] fs_1.5.0 ps_1.6.0 curl_4.3.2
[31] testthat_3.0.4 glue_1.4.2 memoise_2.0.0
[34] cachem_1.0.5 compiler_4.1.0 desc_1.3.0
[37] prettyunits_1.1.1
The same question was asked 10 days ago : package ‘destiny’ is not available for Bioconductor version '3.13'