Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

220 results for “from:Robert Castelo”

[Bioc-devel] evaluation of C post-increments changed in GCC 4.8.2
Robert Castelo · Jun 12, 2014 · bioc-devel

hi Dan, On 06/12/2014 04:28 PM, Dan Tenenbaum wrote: [...] > > Thanks for figuring this out and sharing it. > > Note that on the build machines, the compiler used on Mavericks is not gcc but clang. > More info here: > > http...

[Bioc-devel] poor performance of snpsByOverlaps()
Robert Castelo · Jun 17, 2016 · bioc-devel

hi, the performance of snpsByOverlaps() in terms of time and memory consumption is quite poor and i wonder whether there is some bug in the code. here's one example: library(GenomicRanges) library(SNPlocs.Hsapiens.dbSNP144.GRCh37) snps <- SNPlocs.Hsapiens...

[Bioc-devel] vignette metadata dissapeared in Sweave/PDF vignettes
Robert Castelo · May 6, 2016 · bioc-devel

hi, I have noticed that in the recent release of BioC the vignettes produced as Sweave/PDF documents do not show anymore the metadata written using %\VignetteIndexEntry{}, while this seems to work fine with the HTML vignettes. compare for instance...

[Bioc-devel] limma Suggests:statmod vs Imports:statmod
Robert Castelo · May 10, 2018 · bioc-devel

hi, this is a question for limma developers. at every new fresh installation of BioC and limma i get this message when i use 'duplicateCorrelation()': "statmod package required but is not installed" i just install 'statmod' and problem solved. this...

[Bioc-devel] missing GenomicScores platform availability shield for release
Robert Castelo · Mar 31, 2021 · bioc-devel

hi, the platform availability shield for the release version of GenomicScores pointing here: https://bioconductor.org/shields/availability/release/GenomicScores.svg is missing, if i look up the same shield for another of my packages, it's there: https://bioconductor...

append/concatenate an element to a list in C-language
Robert Castelo · Oct 18, 2007 · r-devel

dear people, i need to code a function in C working in R and receives two R SEXP objects as parameters, where one is a list and another is a vector of integers: void f(SEXP list, SEXP vector) { ... return...

[Bioc-devel] Biobase from BioC 2.7 doesn't load in Mac OSX 10.6
Robert Castelo · Oct 18, 2010 · bioc-devel

hi, i've just tried a new fresh installation of R 2.12 in my Mac OSX 10.6 laptop and found the following problem: source("http://www.bioconductor.org/biocLite.R") biocLite() [... installs everything apparently without problems ...] library(Biobase...

[Bioc-devel] annotation() to BiocGenerics?
Robert Castelo · Sep 21, 2012 · bioc-devel

On 09/21/2012 06:32 PM, Vincent Carey wrote: > On Fri, Sep 21, 2012 at 12:26 PM, Robert Castelo<robert.castelo at upf.edu> wrote: >> hi Martin, >> >> >> On 09/21/2012 05:59 PM, Martin Morgan wrote: >>> >>> On...

[Bioc-devel] upgrading
Robert Castelo · Oct 20, 2015 · bioc-devel

Try in a fresh run: remove.packages("BiocInstaller") source("http://bioconductor.org/biocLite.R") cheers, robert. -------- Original message -------- From: Kasper Daniel Hansen <kasperdanielhansen at gmail.com> Date:20/10/2015 16:55 (GMT+01:00) To: bioc-devel at r...

[Bioc-devel] how to verify upstream git changes
Robert Castelo · Sep 1, 2017 · bioc-devel

hi, i've had a smooth transition from SVN to git for all the software packages i maintain (thanks for the great documentation!!) and i have the following question. i keep a local git repository for each of my software...

[Bioc-devel] BSgenome.* packages on taishan
Robert Castelo · Oct 3, 2025 · bioc-devel

Hi, same experience here with VariantFiltering and BSgenome.Hsapiens.1000genomes.hs37d5: https://bioconductor.org/checkResults/3.22/bioc-LATEST/VariantFiltering/taishan-buildsrc.html robert. On 3/10/25 09:56, Ulrich Bodenhofer wrote: > Dear colleagues, > > Since the release of Bioconductor...

[Bioc-devel] proposal for additional seqlevelsStyle
Robert Castelo · Jul 3, 2020 · bioc-devel

Thanks Herv?, this looks very useful!!! robert. On 03/07/2020 07:49, Herv? Pag?s wrote: > Hi Vince, Robert, Kasper, > > I've done some work on this. Starting with GenomeInfoDb_1.25.7 the > seqlevelsStyle() setter has 2 major...

[Bioc-devel] proposal for additional seqlevelsStyle
Robert Castelo · Dec 10, 2019 · bioc-devel

I second this, and would suggest to name the style as 'GRC' for "Genome Reference Consortium". thanks Vince for bringing this up, being able to easily switch between genome styles is great. if 'paste0()' in R is one of the...

[Bioc-devel] Support site unavailable
Robert Castelo · Apr 26, 2016 · bioc-devel

thanks Martin, i'm still getting emails delivered (hundreds in the case of these spam emails) from the support site, even though it's unavailable. would it be possible also to stop the email delivery until the issue is fixed...

[Bioc-devel] Reducing dependencies
Robert Castelo · Jun 3, 2020 · bioc-devel

hi Koen, you can do some analysis of the dependencies using the BiocPkgTools as follows: library(BiocPkgTools) depdf <- buildPkgDependencyDataFrame(repo=c("BioCsoft", "CRAN"), dependencies=c("Depends", "Imports")) ## if you get this error ## ## Error in readRDS(gzcon(con)) : ## ? cannot open the...

[Bioc-devel] missing GenomicScores platform availability shield for release
Robert Castelo · May 21, 2021 · bioc-devel

excellent, thank you so much Lori for following this up. have a nice weekend!! robert. On 21/05/2021 15:10, Kern, Lori wrote: > I'm sorry this took so long to get back to.? ?I have fixed the issue...

[Bioc-devel] atena build error on kunpeng2 Linux openEuler 22.03 LTS-SP1 / aarch64
Robert Castelo · Oct 23, 2023 · bioc-devel

Herv?, Martin, Thank you so much, atena builds and checks cleanly now on kunpeng2 too!! https://bioconductor.org/checkResults/3.18/bioc-LATEST/atena cheers, robert. On 10/23/23 20:46, Herv? Pag?s wrote: > > On 10/23/23...

[Bioc-devel] fixing 'path' not being exported by 'Rsamtools'
Robert Castelo · Dec 19, 2017 · bioc-devel

hi, multiple packages, among them, Gviz or VariantFiltering, currently break in the build machines with the following error: Error : object ?path? is not exported by 'namespace:Rsamtools' see, for instance: http://www.bioconductor.org/checkResults/3.7/bioc-LATEST/VariantFiltering...

[Bioc-devel] [devteam-bioc] problem w/ "exprs<-" method and LumiBatch objects
Robert Castelo · Jan 10, 2014 · bioc-devel

hi Kasper, you're right. i should have done this upfront, this was too much S4 magic to be true :) cheers, robert. On 1/10/14 5:14 PM, Kasper Daniel Hansen wrote: > Robert: The alternative to using exprs<- is...

[Bioc-devel] How to update an experiment data package
Robert Castelo · Feb 5, 2021 · bioc-devel

great, thanks Lori! robert. On 04/02/2021 20:06, Kern, Lori wrote: > The instructions for updating an experiment data package are the same > as software.? They are located at git.bioconductor.org and have the > same branch structuring for...

Can't find what you're looking for? Try searching with Google .