kassambara / fastqcr

fastqcr: Quality Control of Sequencing Data
http://www.sthda.com/english/rpkgs/fastqcr
67 stars 22 forks source link

`select()` instead of select_()`in qc_aggregate.R #24

Closed Elizaddh closed 1 year ago

Elizaddh commented 1 year ago

Hi,

While running the qc_aggregate, I get an warning message saying that

1: select_() was deprecated in dplyr 0.7.0. ℹ Please use select() instead. ℹ The deprecated feature was likely used in the fastqcr package. Please report the issue at https://github.com/kassambara/fastqcr/issues.

It would be great if you can update this in line 85 of qc_aggregate.R or any other line that is generating the warning message.

Thank you.

Sincerely, Eliza Dhungel

kassambara commented 1 year ago

fixed now, thanks