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

founction of "removeFailedDrugs" does not work well #12

Open
Eugene1035 opened this issue Mar 23, 2023 · 0 comments
Open

founction of "removeFailedDrugs" does not work well #12

Eugene1035 opened this issue Mar 23, 2023 · 0 comments

Comments

@Eugene1035
Copy link

Hello,
Thanks for your R package. But recently, I find some problems. The function of "removeFailedDrugs" does not work well, because of the update of dplyr.

gdsc_example <- removeFailedDrugs(gdsc_example)
Warning messages:
1: select_() was deprecated in dplyr 0.7.0.
ℹ Please use select() instead.
ℹ The deprecated feature was likely used in the gdscIC50
package.
Please report the issue to the authors.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where
this warning was generated.
2: filter_() was deprecated in dplyr 0.7.0.
ℹ Please use filter() instead.
ℹ See vignette('programming') for more help
ℹ The deprecated feature was likely used in the gdscIC50
package.
Please report the issue to the authors.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where
this warning was generated.

data("gdsc_example")
dim(gdsc_example)
[1] 873525 18
gdsc_example <- removeFailedDrugs(gdsc_example)
dim(gdsc_example)
[1] 873525 18

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