Closed hfrick closed 2 years ago
@DavisVaughan I've addressed the comments from our review session 🙌
@topepo Max, could you also have a look at this since the PR removes the default values also for the exported parameter objects?
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
This PR removes the
default
argument to the constructorsnew_quant_param()
andnew_qual_param()
. Closes #229 and closes #153.The
default
value was used in a single place: when generating a sequence of parameter values of length 1 viavalue_seq(n = 1)
. This PR removes the special behaviour forn = 1
invalue_seq()
and removes all the default values for the exported parameter functions likeLaplace()
.The revdep checks came back clean.