-
Notifications
You must be signed in to change notification settings - Fork 143
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
R tutorial in the documentation is not updated. #343
Comments
There are multiple other errors in other functions. Is the documentation not updated? I am willing to open a PR to fix all the issues with the tutorial examples. |
Indeed the tutorial in the documentation refers to an old version of the CRAN package. You are more than welcome to fix/update it to refer to the current version on CRAN i.e. 1.1.2. It will also be useful to add a reference in tutorial to which version of CRAN it refers. NOTE: You can use this tutorial but be careful as it refers to the current development branch of Rvolestihttps://github.com/GeomScale/Rvolesti) which is 1.2.0 so there are some differences (e.g. some now functions not appear in 1.1.2). |
library(volesti)
P <- fileToMatrix('data/birk10.ine') Here we are using the function |
Indeed,
I propose to go for 4 and the whole tutorial will refer to development version 1.2.0 which will eventually replace the current CRAN version. |
On the R tutorial website, the function name used everywhere is
GenCube
, whereas the actual function name in the R library isgen_cube
. Is this intentional? If not can I open a PR to fix it?Trying

GenCube
vsgen_cube
in the R terminal.The text was updated successfully, but these errors were encountered: