[Bioc-devel] masking functions

2017-03-30 Thread Zimmermann, Michael T., Ph.D.
Dear BioConductor Devs, I am working on submitting a package and have run into a warning from masking functions. The buildreport says: Warning: replacing previous import gplots::plotCI by plotrix::plotCI when loading RITAN I don't call plotCI. I assume that the other plotting methods I use cal

Re: [Bioc-devel] Question about R functions

2017-03-30 Thread Nathan Sheffield
HI Jing, You should export FA FB and FC, but don't export FD. If using roxygen2 for documentation you use "#' @export" on the ones to export, and just don't document FD and it won't be exported by default. Hope that helps, -Nathan On 03/30/2017 04:02 PM, Jing Wang wrote: Hi, I have

Re: [Bioc-devel] Question about R functions

2017-03-30 Thread Juan David Henao Sanchez
Hi Wang You can create internal functions calling them as ".function", the point is necessary to declare an internal function. Additionally, you can put all your internal functions in the same R file and is not necessary create the documentation for this functions. Best regards. Juan D. Henao 2

[Bioc-devel] Question about R functions

2017-03-30 Thread Jing Wang
Hi, I have three functions (FA,FB,FC) in the package and all these functions need to call another function (FD). But I do not want other users to use the function FD and thus I do not want to create the document for FD in the R package. Could you please give me some suggestion how to do

Re: [Bioc-devel] The story of tracing a derfinder bug on OSX that sometimes popped up, sometimes it didn't. Related to IRanges/S4Vectors '$<-'

2017-03-30 Thread Michael Lawrence
Yea I will have to port the recent fixes. On Wed, Mar 29, 2017 at 11:32 PM, Hervé Pagès wrote: > On 03/27/2017 09:43 AM, Michael Lawrence wrote: >> >> I committed a fix into R trunk with a regression test. > > > Thanks Michael. Any chance you can port the fix to the 3.4 branch? > > H. > >> >> On

Re: [Bioc-devel] Cannot find SummarizedExperiment's function assays()

2017-03-30 Thread Martin Morgan
On 03/30/2017 05:21 AM, Sokratis Kariotis wrote: Hey all, Thanks for the input! I followed Marcel's advice and included the library in my vignette. Also, I replaced lazyData with a datalist. The datalist file includes "compressed_result : result" which is in turn loaded in the vignette using "da

[Bioc-devel] Using LaTeX packages in vignettes

2017-03-30 Thread Janssen-10, R.R.E.
Hello all, We wrote our vignette in Sweave/LaTeX, and I am running into a problem with citing to other papers. I would like to use the APA style of citing which looks like: "Determine the optimal factorization rank using the NMF package (Gaujoux and Seoighe, 2010). ..." Now, to achieve that, I

Re: [Bioc-devel] Cannot find SummarizedExperiment's function assays()

2017-03-30 Thread Sokratis Kariotis
Hey all, Thanks for the input! I followed Marcel's advice and included the library in my vignette. Also, I replaced lazyData with a datalist. The datalist file includes "compressed_result : result" which is in turn loaded in the vignette using "data(compressed_result)". However, I got: Warning in

Re: [Bioc-devel] Trouble checking out svn with username and password

2017-03-30 Thread Riebenbauer, Thomas
The problem is already solved: My username was entered incorrectly. Best regards, Thomas > -Original Message- > From: Bioc-devel [mailto:bioc-devel-boun...@r-project.org] On Behalf Of > Riebenbauer, Thomas > Sent: Wednesday, March 29, 2017 6:56 PM > To: bioc-devel > Subject: Re: [Bioc-de