You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can list them as suggests possibly because the package works without them, the models just safely fail.Sent from my iPhonewww.spsanderson.comOn May 26, 2023, at 3:37 PM, Henrik Bengtsson ***@***.***> wrote:
I saw your Fediverse post. Regardless of decision, I think you should declare all those extra package dependencies:
https://github.com/spsanderson/tidyAML/blob/98421368751dae4fdab09446555fb086da0d61a3/R/utils-lib-loads.R#L25-L31
under Suggests: in your DESCRIPTION file, if there's code in your package that depends on them.
My $.02
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
A common expectation is that if you install a package and all of its declared dependencies, including suggested ones, then everything in the packages works. You should not have to install additional packages beyond this. This also makes reverse packages checks possible plus more.
I saw your Fediverse post. Regardless of decision, I think you should declare all those extra package dependencies:
tidyAML/R/utils-lib-loads.R
Lines 25 to 31 in 9842136
under
Suggests:
in your DESCRIPTION file, if there's code in your package that depends on them.My $.02
The text was updated successfully, but these errors were encountered: