hi,
I suggest moving the 'microbenchmark' package from a required dependency to a suggested dependency. Currently, 'microbenchmark' is only used in R/microbenchmark.R for fetching get options, and there is a fallback value in place, so the required dependency can be safely removed.
Additionally, if a user intends to use this function, they will need to pass a microbenchmark object, which means they already have the package installed. I am happy to help and can submit a pull request for this change if desired.
Thanks,
Paulin
hi,
I suggest moving the 'microbenchmark' package from a required dependency to a suggested dependency. Currently, 'microbenchmark' is only used in
R/microbenchmark.Rfor fetching get options, and there is a fallback value in place, so the required dependency can be safely removed.Additionally, if a user intends to use this function, they will need to pass a microbenchmark object, which means they already have the package installed. I am happy to help and can submit a pull request for this change if desired.
Thanks,
Paulin