Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for markovchain package #329

Open
takahser opened this issue Dec 7, 2023 · 0 comments
Open

Add support for markovchain package #329

takahser opened this issue Dec 7, 2023 · 0 comments
Labels
package request This is a request for a Wasm package

Comments

@takahser
Copy link

takahser commented Dec 7, 2023

Currently it's not possible to install markovchain using the R web terminal:

> install.packages("markovchain")
Warning message:
In install.packages("markovchain") :
  Requested package markovchain not found in webR binary repo.

I also tried providing the cran, but that didn't work either:

> install.packages(c("markovchain"), repos = "http://cran.us.r-project.org")

Warning: unable to access index for repository http://cran.us.r-project.org/bin/emscripten/contrib/4.3:
  download from 'http://cran.us.r-project.org/bin/emscripten/contrib/4.3/PACKAGES' failed
Warning message:
In install.packages(c("markovchain"), repos = "http://cran.us.r-project.org") :
  Requested package markovchain not found in webR binary repo.

On my local environment, both operations succeed (MacBook Pro M2).

@georgestagg georgestagg added the package request This is a request for a Wasm package label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package request This is a request for a Wasm package
Projects
None yet
Development

No branches or pull requests

2 participants