RMixtComp does not work on windows 11 #47
Labels
bug
Something isn't working
MixtComp
Concern the C++ library
RMixtComp
Concern the RMixtComp package
RMixtCompIO
Concern the RMixtCompIO package: R interface of the C++ library
Uh oh!
There was an error while loading. Please reload this page.
When running the following code on windows 11, it crashes or the session must be stopped.
It does not happened on Linux.
The problem is the same with the examples from the documentation.
Those examples are tested by the CRAN on a windows server 2022 (see config), and it works. So it seems that the problem is related to windows 11.
Data: prostate.csv
alternatives on windows 11
https://ubuntu.com/tutorials/install-ubuntu-on-wsl2-on-windows-10#1-overview
Install docker, then in a terminal, run
docker run --rm -ti -e PASSWORD=mixtcomp -p 8787:8787 rocker/rstudio
In a browser, open http://localhost:8787/
username:
rstudio
password:mixtcomp
The text was updated successfully, but these errors were encountered: