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
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.
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 wherethis 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 wherethis warning was generated.
The text was updated successfully, but these errors were encountered: