-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how is repo used in expect_secure()
?
#49
Comments
Yep this does seem like an odd argument. I think I came across an edge case where {testthat} stripped out the repos Line 25 in 0a77663
|
Interesting. Perhaps it's my naiveté wrt {testthat}. Does testthat require that option be specified? Within |
On Thu, 31 Dec 2020, 17:00 Josiah Parry, ***@***.***> wrote:
Interesting. Perhaps it's my naiveté wrt {testthat}. Does testthat require
that option be specified? Within audit_description() I don't think any
function requires a repo to be specified.
The check package function calculates the dependency tree of packages. So
not just those in the description file. This requires a repo to be
specified
Safe to say I can continue developing omitting this arg unless any issue
arises?
It should be obvious if it breaks.
My thinking is that sometimes you would specify a specific repo, eg if you
are using a tagged rspm.
I should probably document this😁
—
… You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#49 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVQI3CYZIQLLF6G66YVALSXSU35ANCNFSM4VPSBH2Q>
.
|
@csgillespie, I'm currently trying to extend the testthat compatibility / functionality and am working off of your existing function. One thing that is not clear is the utility of the
repo
argument. Other than setting the repo option manually, I cannot figure out what it is used for. Based on my reading it is an unused argument. Can you clairfy?oysteR/R/expect_secure.R
Line 23 in 0a77663
The text was updated successfully, but these errors were encountered: