davidsjoberg/ggsankey

Latest R does not have ggsankey package

TomHsiung opened this issue · 5 comments

install.packages("ggsankey")

in R 4.4.1 produced error:

Warning message:
package ‘ggsankey’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

Also having this issue, here is my sessionInfo():

R version 4.4.1 (2024-06-14 ucrt)
Platform: x86_64-w64-mingw32/x64
Running under: Windows 11 x64 (build 22631)

@TomHsiung did you find a solution?

Hello, pal

I successfully install ggsankey by these commands in R:

install.packages("devtools")
devtools::install_github("davidsjoberg/ggsankey")

Source: https://github.com/davidsjoberg/ggsankey

Excellent suggestion, worked for me. Thanks!

Hello!
I tried to install the package by install_github. But it failed. I appreciate any help to solve the problem.

devtools::install_github("davidsjoberg/ggsankey")
Error: Failed to install 'unknown package' from GitHub:
Recv failure: Connection was reset_

Hello! I tried to install the package by install_github. But it failed. I appreciate any help to solve the problem.

devtools::install_github("davidsjoberg/ggsankey") Error: Failed to install 'unknown package' from GitHub: Recv failure: Connection was reset_

Hi, pal. May be something is wrong with your network connection.