talgalili / dendextend

Extending R's Dendrogram Functionality
152 stars 29 forks source link

Can't install package #106

Closed Pirshtuk closed 6 months ago

Pirshtuk commented 3 years ago

Describe the bug

install.packages("denextend") library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'denextend'

devtools::install_github("talgalili/dendextend",force=T)

To Reproduce install.packages("denextend")

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context

sessionInfo() R version 4.0.5 (2021-03-31) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale: [1] LC_COLLATE=Russian_Russia.1251 LC_CTYPE=Russian_Russia.1251 LC_MONETARY=Russian_Russia.1251 [4] LC_NUMERIC=C LC_TIME=Russian_Russia.1251

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] rstudioapi_0.13 magrittr_2.0.1 usethis_2.0.1 devtools_2.4.1
[5] pkgload_1.2.1 R6_2.5.0 rlang_0.4.11 fastmap_1.1.0
[9] tools_4.0.5 pkgbuild_1.2.0 DT_0.18.1 sessioninfo_1.1.1
[13] cli_2.5.0 withr_2.4.2 htmltools_0.5.1.1 ellipsis_0.3.2
[17] remotes_2.3.0 digest_0.6.27 rprojroot_2.0.2 lifecycle_1.0.0
[21] crayon_1.4.1 processx_3.5.2 purrr_0.3.4 callr_3.7.0
[25] htmlwidgets_1.5.3.9000 fs_1.5.0 ps_1.6.0 curl_4.3.1
[29] testthat_3.0.2 glue_1.4.2 memoise_2.0.0 cachem_1.0.5
[33] compiler_4.0.5 desc_1.3.0 prettyunits_1.1.1

talgalili commented 3 years ago

You should run

install.packages("dendextend")

NOT

install.packages("denextend")

On Tue, 1 Jun 2021, 22:23 Pirshtuk, @.***> wrote:

Describe the bug

install.packages("denextend") library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'denextend'

devtools::install_github("talgalili/dendextend",force=T)

To Reproduce install.packages("denextend")

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context

sessionInfo() R version 4.0.5 (2021-03-31) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale: [1] LC_COLLATE=Russian_Russia.1251 LC_CTYPE=Russian_Russia.1251 LC_MONETARY=Russian_Russia.1251 [4] LC_NUMERIC=C LC_TIME=Russian_Russia.1251

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] rstudioapi_0.13 magrittr_2.0.1 usethis_2.0.1 devtools_2.4.1 [5] pkgload_1.2.1 R6_2.5.0 rlang_0.4.11 fastmap_1.1.0 [9] tools_4.0.5 pkgbuild_1.2.0 DT_0.18.1 sessioninfo_1.1.1 [13] cli_2.5.0 withr_2.4.2 htmltools_0.5.1.1 ellipsis_0.3.2 [17] remotes_2.3.0 digest_0.6.27 rprojroot_2.0.2 lifecycle_1.0.0 [21] crayon_1.4.1 processx_3.5.2 purrr_0.3.4 callr_3.7.0 [25] htmlwidgets_1.5.3.9000 fs_1.5.0 ps_1.6.0 curl_4.3.1 [29] testthat_3.0.2 glue_1.4.2 memoise_2.0.0 cachem_1.0.5 [33] compiler_4.0.5 desc_1.3.0 prettyunits_1.1.1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/talgalili/dendextend/issues/106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHOJBQOHGVYBXWUBIWCGBTTQUXSRANCNFSM455IEKYQ .

Pirshtuk commented 3 years ago

Thanks. Issue is closed.

Вт, 1 июня 2021 г. в 23:32, Tal Galili @.***>:

You should run

install.packages("dendextend")

NOT

install.packages("denextend")

On Tue, 1 Jun 2021, 22:23 Pirshtuk, @.***> wrote:

Describe the bug

install.packages("denextend") library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'denextend'

devtools::install_github("talgalili/dendextend",force=T)

To Reproduce install.packages("denextend")

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context

sessionInfo() R version 4.0.5 (2021-03-31) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale: [1] LC_COLLATE=Russian_Russia.1251 LC_CTYPE=Russian_Russia.1251 LC_MONETARY=Russian_Russia.1251 [4] LC_NUMERIC=C LC_TIME=Russian_Russia.1251

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] rstudioapi_0.13 magrittr_2.0.1 usethis_2.0.1 devtools_2.4.1 [5] pkgload_1.2.1 R6_2.5.0 rlang_0.4.11 fastmap_1.1.0 [9] tools_4.0.5 pkgbuild_1.2.0 DT_0.18.1 sessioninfo_1.1.1 [13] cli_2.5.0 withr_2.4.2 htmltools_0.5.1.1 ellipsis_0.3.2 [17] remotes_2.3.0 digest_0.6.27 rprojroot_2.0.2 lifecycle_1.0.0 [21] crayon_1.4.1 processx_3.5.2 purrr_0.3.4 callr_3.7.0 [25] htmlwidgets_1.5.3.9000 fs_1.5.0 ps_1.6.0 curl_4.3.1 [29] testthat_3.0.2 glue_1.4.2 memoise_2.0.0 cachem_1.0.5 [33] compiler_4.0.5 desc_1.3.0 prettyunits_1.1.1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/talgalili/dendextend/issues/106, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAHOJBQOHGVYBXWUBIWCGBTTQUXSRANCNFSM455IEKYQ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/talgalili/dendextend/issues/106#issuecomment-852426136, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJJPOYWFM7RB5BQNWSBN7HLTQU7VLANCNFSM455IEKYQ .