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.

19 results for “from:Antonio Piccolboni”

On R performance
Antonio Piccolboni · Mar 10, 2012 · r-devel

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20120310/60c885e5/attachment.pl>

bug tracker broken
Antonio Piccolboni · Oct 11, 2012 · r-help

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

issue with predict.loess
Antonio Piccolboni · Mar 26, 2008 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080326/0b492df8/attachment.pl

Serializing many small objects efficiently
Antonio Piccolboni · Mar 22, 2012 · r-devel

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

input equivalent of capture.output
Antonio Piccolboni · Aug 4, 2011 · r-help

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

fast version of split.data.frame or conversion from data.frame to list of its rows
Antonio Piccolboni · Apr 30, 2012 · r-devel

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20120430/555fbd02/attachment.pl>

fast version of split.data.frame or conversion from data.frame to list of its rows
Antonio Piccolboni · May 1, 2012 · r-devel

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20120501/0be9e372/attachment.pl>

fast version of split.data.frame or conversion from data.frame to list of its rows
Antonio Piccolboni · May 1, 2012 · r-devel

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

[Rcpp-devel] Differences between RcppEigen and RcppArmadillo
Antonio Piccolboni · Jun 18, 2012 · rcpp-devel

On Sun, Jun 17, 2012 at 9:09 PM, c s <conradsand.arma at gmail.com> wrote: > Another is > R. I believe R currently doesn't have a JIT compiler (I haven't > checked lately), and hence the very useful...

[Rcpp-devel] access to element of generic data frame
Antonio Piccolboni · Jun 25, 2012 · rcpp-devel

Hi, is there a a way to access a specific element of a data frame in Rcpp without previous knowledge of the type of the columns? I see from RcppExamples that one can do something like: // construct the data.frame...

[Rcpp-devel] Differences between RcppEigen and RcppArmadillo
Antonio Piccolboni · Jun 18, 2012 · rcpp-devel

Ooops, wrong JIT! Dirk is absolutely right. I meant to say see enableJIT is the compiler package, see http://www.r-statistics.com/2012/04/speed-up-your-r-code-using-a-just-in-time-jit-compiler/ I second Dirk...

[Rcpp-devel] calling and R function from rcpp and evaluation
Antonio Piccolboni · Feb 5, 2014 · rcpp-devel

Hi, I was wondering why I can serialize a call such as in serialize(call("ripley"), NULL) [1] 58 0a 00 00 00 02 00 03 00 02 00 02 03 00 00 00 00 06 00 00 00 01...

[Rcpp-devel] "transposing" a list
Antonio Piccolboni · Nov 26, 2013 · rcpp-devel

Hi all, I have a list of lists, the inner lists all of the same lengths. I would like to create a new list of lists such that ll[[i]][[j]] == tll[[j]][[i]]`, where the old one is ll...

[Rcpp-devel] List of Lists to List of Vectors
Antonio Piccolboni · May 3, 2015 · rcpp-devel

Check here <https://github.com/RevolutionAnalytics/rmr2/blob/master/pkg/src/t-list.cpp> for something similar to Tim's solution that preallocates all vectors to avoid the costly push_back. Still needs the unlists in R, so it's...

[Rcpp-devel] List of Lists to List of Vectors
Antonio Piccolboni · May 4, 2015 · rcpp-devel

You have a point about push_back being amortized constant. In my code I do everything with Lists, which may explain why I needed to preallocate them. Unfortunately I forgot the motivation for using Lists instead of std:vector, which...

[Rcpp-devel] "transposing" a list
Antonio Piccolboni · Nov 26, 2013 · rcpp-devel

That worked, thanks Antonio On Tue, Nov 26, 2013 at 2:48 PM, Dirk Eddelbuettel <edd at debian.org> wrote: > > On 26 November 2013 at 14:26, Antonio Piccolboni wrote: > | Hi all, > | I have a list of lists, the inner...

[Rcpp-devel] why is memory freed in assignment to RObject
Antonio Piccolboni · Jan 25, 2014 · rcpp-devel

Hi, I develop a package called rmr2 and we've run into some hard-to-track instability of late. R CMD check fails on an assertion, but if we execute the same test any other way (interactive, batch, vanilla, anything...

[Rcpp-devel] loading a souceCpp-ed function
Antonio Piccolboni · Jan 29, 2013 · rcpp-devel

I wonder if (2) is possible why not have a default path. It seems to me leaving the R object broken is not the best user experience. It would also help me on the RHadoop end since I could pack...

[Rcpp-devel] loading a souceCpp-ed function
Antonio Piccolboni · Jan 29, 2013 · rcpp-devel

Hi, I defined a little C++ function and sourced it with sourceCpp, tested, works great. It so happens that I develop a package to interface R and Hadoop, and I need to use the same function in the map or...

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