vimure v0.1.3 (2023-08-18)
(R)
- Users can now install the package with a single devtools::install_github() call instead of a cumbersome set of steps:
require(devtools)
devtools::install_github("latentnetworks/vimure", subdir="src/R", ref="v0.1.3")(Python)
- No changes
(Docs)
- Updated the installation instructions for the R package and changed references from a previous version (v0.1.1) to the current one (v0.1.3)
(DEV changes)
- Sync Python and R package versions.
- Modify .github/workflows to avoid running the CI all the time