First stable r2ogs for installation
-
Run devtools::check() without warnings -> #86 (closed) -
Be able to install via devtools::git_install()
or viagit clone <repo>
anddevtools::install(<local_repo>)
- here, the issue with reticulate has to be solved by including
install.packages("reticulate") reticulate::install_miniconda() reticulate::py_install("vtk")
in the installation routine --> handled in #64 (closed)
- here, the issue with reticulate has to be solved by including
Edited by Johannes Boog