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
> oysteR::audit("shiny")
Error in oysteR::audit("shiny") :
argument "version" is missing, with no default
> oysteR::audit("shiny", version = packageVersion("shiny"))
Error in generate_purls(pkg, version, type) :
argument "type" is missing, with no default
> oysteR::audit("shiny", version = packageVersion("shiny"), type = "cran")
ℹ Using cached results for 1 package
Error: Can't combine `version` <character> and `version` <package_version>.
What feature or behavior is this required for?
It would be nice to default to version = packageVersion(pkg) and type = "cran", which seems to be the most common use case (auditing package version installed on the machine, and for CRAN).
How could we solve this issue? (Not knowing is okay!)
It would be nice to default to
version = packageVersion(pkg)
andtype = "cran"
, which seems to be the most common use case (auditing package version installed on the machine, and for CRAN).Happy to PR this.
cc @bhamail / @DarthHater / @brittanybelle / @adrianpowell / @csgillespie
The text was updated successfully, but these errors were encountered: