Remove dependency on units introduced in a50334abe9ef813b2287bfea8f0371cf819ef36c. The same outcome as units::drop_units can be done by coercing to a matrix. Addresses one part of #122.
Running the examples in make_transition3 with and without units::drop_units result in identical objects:
Remove dependency on
units
introduced in a50334abe9ef813b2287bfea8f0371cf819ef36c. The same outcome asunits::drop_units
can be done by coercing to a matrix. Addresses one part of #122.Running the examples in
make_transition3
with and withoutunits::drop_units
result in identical objects:This PR gets
glatos
down to 20 explicit dependencies, which clears the R CMD check dependency note:Current R CMD check failure is due to a floating point issue on macOS which will be fixed with acceptance of #228