Re: [Bioc-devel] warnings with BiocStyle pdf compilation

2019-05-09 Thread Vincent Carey
On Thu, May 9, 2019 at 5:12 AM Andrzej Oleś wrote: > Hi Vince, > > thank you for your feedback. If the vignette compiles fine I wouldn't > worry too much about these warnings. > Hi Andrzej -- yes, the compilation seems fine. Best regards Vince > > The first one "LaTeX Warning: You have

Re: [Bioc-devel] warnings with BiocStyle pdf compilation

2019-05-09 Thread Andrzej Oleś
Hi Vince, thank you for your feedback. If the vignette compiles fine I wouldn't worry too much about these warnings. The first one "LaTeX Warning: You have requested package `/Library/Frameworks/R.framework/Versions/3.6/Resources/library/BiocStyle/resources/tex/Bioconductor', but the package

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"

[Bioc-devel] Roxygen

2019-05-09 Thread web working
Hi together, I am struggling a bit with the roxygen function import. Do you know how to add the dplyr %>% functionality to a function without importing the hole dplyr package? This is my current solution: #' Return first 10 entries #' #' @param mtcars a \code{data.frame} object #' #'