TCGAbiolinks icon indicating copy to clipboard operation
TCGAbiolinks copied to clipboard

funs() deprecated in newer dplyr versions

Open Eomesodermin opened this issue 1 year ago • 2 comments

following a call to GDCprepare_clinic(query) I got the following warning message.

Warning message: funs() was deprecated in dplyr 0.8.0. ℹ Please use a list of either functions or lambdas:

Simple named list: list(mean = mean, median = median) Auto named with tibble::lst(): tibble::lst(mean, median) Using lambdas list(~ mean(., trim = .2), ~ median(., na.rm = TRUE))

I'm not impacted by this error but just informing the maintainers.

Eomesodermin avatar Feb 02 '23 15:02 Eomesodermin

I got this error as well. I see that I have the clinical data downloaded... does this give any issues down the road?

ghost avatar May 02 '23 23:05 ghost

I got this error as well. I see that I have the clinical data downloaded... does this give any issues down the road?

Not that I'm aware off. My downstream analysis didn't have any noticeable issues.

Eomesodermin avatar May 04 '23 15:05 Eomesodermin