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

throw() is moving from R.methodsS3 to R.oo #4

Open
HenrikBengtsson opened this issue Jun 25, 2023 · 3 comments
Open

throw() is moving from R.methodsS3 to R.oo #4

HenrikBengtsson opened this issue Jun 25, 2023 · 3 comments

Comments

@HenrikBengtsson
Copy link

Hi, throw() in R.methodsS3 is deprecated and will soon be removed. Please update your code to use throw() in the R.oo package instead. It'll work the same. The fix is to update:

sBIC/R/sbic.R

Lines 16 to 17 in d793c46

#' @importFrom R.oo Object setConstructorS3 extend
#' @importFrom R.methodsS3 setMethodS3 throw

to

 #' @importFrom R.oo Object setConstructorS3 extend throw
 #' @importFrom R.methodsS3 setMethodS3 

and re-roxygenize.

@HenrikBengtsson
Copy link
Author

A friendly reminder about this one. The fix is easy and quick.

@HenrikBengtsson
Copy link
Author

Another reminder. The next release of R.methodsS3 will break the current version of your package. When that happens, your package will fall of CRAN within a few weeks.

@HenrikBengtsson
Copy link
Author

Is this package maintained? Here's another ping about this problem. sBIC is the only remaining package on CRAN and Bioconductor with this issue.

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

No branches or pull requests

1 participant