Skip to content
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

Call the generic function instead of the method #125

Merged
merged 1 commit into from
Mar 7, 2015
Merged

Call the generic function instead of the method #125

merged 1 commit into from
Mar 7, 2015

Conversation

xrobin
Copy link
Contributor

@xrobin xrobin commented Feb 27, 2015

The upcoming pROC version 1.8 has a refactored NAMESPACE and won't allow direct calls to S3 methods. Instead, the generic function must be called. This fix is necessary to push fix xrobin/pROC#4 to CRAN.

Thanks!

@xrobin xrobin mentioned this pull request Feb 27, 2015
@zachmayer
Copy link
Collaborator

👍 From me, if tests pass.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 2.42% when pulling 554b4ff on xrobin:master into cb00f95 on topepo:master.

@xrobin
Copy link
Contributor Author

xrobin commented Feb 27, 2015

Thanks! Unfortunately it looks like a test failed...

Your test run exceeded 50 minutes.

Not sure if we're looking at a regression? There's one more dispatch call, but that can't be significant compared to the computations in the roc() function...

@zachmayer
Copy link
Collaborator

Yeah, I don't think that's you.  I'm going to take the vignette building out of the test code, that alone takes ~30 mins.


Sent from Mailbox

On Fri, Feb 27, 2015 at 12:02 PM, Xavier Robin notifications@github.com
wrote:

Thanks! Unfortunately it looks like a test failed...
Your test run exceeded 50 minutes.

Not sure if we're looking at a regression? There's one more dispatch call, but that can't be significant compared to the computations in the roc() function...

Reply to this email directly or view it on GitHub:
#125 (comment)

topepo added a commit that referenced this pull request Mar 7, 2015
Call the generic function instead of the method
@topepo topepo merged commit b26543f into topepo:master Mar 7, 2015
@topepo
Copy link
Owner

topepo commented Mar 7, 2015

Thanks for helping out.

@xrobin
Copy link
Contributor Author

xrobin commented Mar 16, 2015

Thanks, the tests with the new pROC version seem to pass now. Any idea when that fix will be available on CRAN?

@topepo
Copy link
Owner

topepo commented Mar 27, 2015

I'll shoot for a new release in a 2-3 weeks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NAMESPACE / S3
4 participants