package ‘gg-vis’ is not available (for R version 4.0.0)

When trying to install ggvis I got the following error: Warning in install.packages :
package ‘gg-vis’ is not available (for R version 4.0.0).
Any workarounds? Thanks.

This is the system information:
R version 4.0.0 (2020-04-24)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18362)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C 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] Rcpp_1.0.4.6 rstudioapi_0.11 knitr_1.28 magrittr_1.5 tidyselect_1.0.0 munsell_0.5.0 colorspace_1.4-1
[8] R6_2.4.1 rlang_0.4.6 dplyr_0.8.5 tools_4.0.0 packrat_0.5.0 grid_4.0.0 gtable_0.3.0
[15] xfun_0.13 htmltools_0.4.0 ellipsis_0.3.0 yaml_2.2.1 assertthat_0.2.1 digest_0.6.25 tibble_3.0.1
[22] lifecycle_0.2.0 crayon_1.3.4 purrr_0.3.4 ggplot2_3.3.0 vctrs_0.2.4 glue_1.4.0 evaluate_0.14
[29] rmarkdown_2.1 compiler_4.0.0 pillar_1.4.4 scales_1.1.0 pkgconfig_2.0.3

The package is called ggvis without the hyphen

install.packages("ggvis")

Have no idea where the hyphen came from. Did not type it by hand but used the 'packages' tab which generated the string 'install.packages("gg-vis")'. Of course cannot reproduce it now. Will blame gremlins.Thanks for your help.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.