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.

9 results for “from:Stefano de Pretis”

Error using constrOptim in constraint definition
Stefano de Pretis · Dec 7, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121207/a73ca0ca/attachment.pl>

[Bioc-devel] View package posts from its web page
Stefano de Pretis · Nov 20, 2020 · bioc-devel

Hi Bioconductor team, I noticed that the posts present in the Bioconductor Forum associated with each Bioc package are not accessible from the package website itself. Taking the popular DESeq2 package as an example, if you click on the "posts...

Subset with missing argument within a function
Stefano de Pretis · Feb 4, 2016 · r-help

Hi all, I'm guessing what's the rationale behind this: > subsettingFun <- function(vec, ix) vec[ix] > subsettingFun(letters, c(1,2,5)) [1] "a" "b" "e" > subsettingFun(letters) [1] "a" "b" "c" "d" "e" "f" "g" "h" "i" "j...

[Bioc-devel] svn branching
Stefano de Pretis · Mar 21, 2016 · bioc-devel

Hi All, I have a question relative to the privileges that we have as developers on the Bioc server. Apart from the folders where the actual release and devel versions of our packages are, do we have access to some...

[Bioc-devel] INSPEcT vignette building issue
Stefano de Pretis · Apr 8, 2020 · bioc-devel

Dear Bioc community, As the previous email described, we're facing issues in reproducing the TIMEOUT during the build of the INSPEcT package in the Windows environment. Does anyone have suggestions on how to reproduce the tokay2 testing environment? For...

[Bioc-devel] Got timeout for machv2 BUILD
Stefano de Pretis · Apr 17, 2020 · bioc-devel

HI, We solved a similar issue for the INSPEcT package avoiding the parallelization in the computation of examples and vignettes. In our case it caused the timeout in the Windows environment. Best, Stefano Il giorno ven 17 apr 2020 alle...

Subset with missing argument within a function
Stefano de Pretis · Feb 4, 2016 · r-help

Thanks Bill, This is more clear. In any case, I find very inappropriate that a programming language tries to guess the value of a missing argument. It is unfair towards code developers and it promotes the production of bugged piece...

Bug in "stats4" package - "confint" method
Stefano de Pretis · Apr 24, 2019 · r-devel

Dear R developers, I noticed a bug in the stats4 package, specifically in the confint method applied to ?mle? objects. In particular, when some ?fixed? parameters define the log likelihood, these parameters are stored within the mle object but they...

Subset with missing argument within a function
Stefano de Pretis · Feb 4, 2016 · r-help

Hi Petr, Thank you for your answer. I'm not sure how the empty index reflects what I'm showing in my example. If my function was emptySubset <- function(vec) vec[] I would then agree that this was the case...

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