@nicholasjhorton , I think we should drop the mosaic dependency for this package. We don't need it or use it, and it's not best practice to force users to install all of the mosaic dependencies just to install this package for the book (which should be lightweight).
library(mdsr) doesn't attach mosaic anyway, so users will already have to library(mosaic) separately. The only change to users here is that they would have to install mosaic separately.
We should make a quick decision about this before CRAN submission.
@nicholasjhorton , I think we should drop the
mosaic
dependency for this package. We don't need it or use it, and it's not best practice to force users to install all of themosaic
dependencies just to install this package for the book (which should be lightweight).library(mdsr)
doesn't attachmosaic
anyway, so users will already have tolibrary(mosaic)
separately. The only change to users here is that they would have to installmosaic
separately.We should make a quick decision about this before CRAN submission.