Since Rglpk
does not install automatically on macOS, this package was moved from Imports to Suggests. In addition, lpSolveAPI
was added to Suggests. This means that the package should build also on systems that do not have Rglpk
, in particular the versions of macOS on CRAN.
The changes involved adding an optional linear solved in the function musalgorithm()
.
Added a plot.gds
function, which plots the coefficients estimated by fit_gds
.
Internal adjustment, which removed importing of external packages into the namespace, and instead specified the functions explicitly using ::
.
tidyverse
has been removed from Suggests field DESCRIPTION
. dplyr
and tidyr
have been added instead. Similarly, library(tidyverse)
in the vignette has been replaced by library(dplyr)
, library(tidyr)
, and library(ggplot2)
.
hdme
is now on CRAN.