Elm & Carlton Streets
Buffalo, New York 14263
From: Bioc-devel on behalf of Sergio Oller
Sent: Saturday, October 8, 2022 4:38 AM
To: bioc-devel@r-project.org
Subject: Re: [Bioc-devel] Interpreting BiocCheck output
Hi Giulia, hi all
I often run BiocCheck::BiocCh
3.77 1.51 16.9 1 1 5 2
> > > mtcars |> select("mpg", "cyl") |> head(3) # `”mpg”` and `”cyl”` are
> character vectors, not symbols…
> >mpg cyl
> > Mazda RX4 21.0 6
> > Mazda RX4 Wag 21.0 6
> > Da
2
> > mtcars |> select("mpg", "cyl") |> head(3) # `”mpg”` and `”cyl”` are
> > character vectors, not symbols…
>mpg cyl
> Mazda RX4 21.0 6
> Mazda RX4 Wag 21.0 6
> Datsun 710 22.8 4
>
> Martin
>
> From: Bioc
, not symbols…
mpg cyl
Mazda RX4 21.0 6
Mazda RX4 Wag 21.0 6
Datsun 71022.8 4
Martin
From: Bioc-devel on behalf of Marcel Ramos
Date: Friday, October 7, 2022 at 3:07 PM
To: bioc-devel@r-project.org
Subject: Re: [Bioc-devel] Interpreting BiocCheck output
Hi Giul
Hi Giulia,
Thanks for sharing.
I took a look at https://github.com/calabrialab/ISAnalytics and I'm glad
you resolved the issue.
Just a reminder, you can also use `utils::globalVariables('.')` in your
package for functions
that use `'.'` (and other symbols) as a variable, e.g. in `purrr::pmap`.