Re: [Bioc-devel] Activating git credentials

2019-12-04 Thread Pages Gallego, M.
git.bioconductor.org/BiocCredentials It seems everything on my end looks fine. Best, Nitesh > On Dec 4, 2019, at 3:53 AM, Pages Gallego, M. wrote: > > Hi all, > > I am trying to activate my Bioconductor Git Credentials account. Wh

[Bioc-devel] Activating git credentials

2019-12-04 Thread Pages Gallego, M.
Hi all, I am trying to activate my Bioconductor Git Credentials account. When trying it gives an error saying that the email address is not associated with a package maintainer. However, I am the maintainer of pulsedSilac

Re: [Bioc-devel] Roxygen

2019-05-09 Thread Pages Gallego, M.
Hi Tobias, I believe that you are just missing the " This should work: #' @importFrom dplyr "%>%" You might also consider using this: https://www.rdocumentation.org/packages/usethis/versions/1.5.0/topics/use_pipe Best, Marc On 09/05/2019, 10:11, "Bioc-devel on behalf of web working"

Re: [Bioc-devel] When to use generics?

2019-05-02 Thread Pages Gallego, M.
worse, this is unlikely to >>> make much difference so you should choose the one that makes the most sense >>> to you as a writer. >>> >>> If you go down the generic route, think hard about the name. >>> >>> >>> On Mon,

[Bioc-devel] When to use generics?

2019-04-29 Thread Pages Gallego, M.
Dear all, I am currently developing a package and I am a bit confused in when one should define a generic. Let me propose an example: Suppose I have defined 3 classes: one for proteomics data, one for metabolomics data and one for transcriptomics data. I have a function “foo(x)” that will do