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.

7,677 results for “from:Dirk Eddelbuettel”

[Rcpp-devel] 3 grandes ventajas de contar con un servicio especializado en Alquiler de impresoras para empresas en 2025
Dirk Eddelbuettel · Sep 7, 2025 · rcpp-devel

The user has been unsubscribed. Sorry for the noise. Dirk -- dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org

[Rcpp-devel] recommended way to use Rcpp in packages
Dirk Eddelbuettel · Jul 16, 2010 · rcpp-devel

On 16 July 2010 at 07:40, Douglas Bates wrote: | Are we expected to add | | SystemRequirements: GNU make | | to DESCRIPTION because of the use of $shell? Yes. -- Regards, Dirk

[OT} Pie chart joke
Dirk Eddelbuettel · Nov 2, 2006 · r-help

Hat tip to the irreverent Boing Boing group blog: http://www.boingboing.net/2006/11/02/hilarious_piechartvi.html Dirk -- Hell, there are no rules here - we're trying to accomplish something. -- Thomas A. Edison

converting to date object...
Dirk Eddelbuettel · Apr 12, 2023 · r-help

That is what I wrote the anytime package for: effortless automatic parsing. Also works for dates: > library(anytime) > anydate("12 APR 2023") [1] "2023-04-12" > Dirk -- dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org

[OT] Spreadsheet bashing paper from arxiv.org
Dirk Eddelbuettel · Oct 1, 2007 · r-sig-finance

Preaching to the choir here, but for the record: http://www.arxiv.org/ftp/arxiv/papers/0709/0709.4063.pdf Cheers, Dirk -- Three out of two people have difficulties with fractions.

[OT] Spreadsheet bashing paper from arxiv.org
Dirk Eddelbuettel · Oct 1, 2007 · r-sig-finance

Preaching to the choir here, but for the record: http://www.arxiv.org/ftp/arxiv/papers/0709/0709.4063.pdf Cheers, Dirk -- Three out of two people have difficulties with fractions.

[Rcpp-devel] RCPP_USE_UNWIND_PROTECT by default
Dirk Eddelbuettel · Feb 6, 2022 · rcpp-devel

To sum up: ¯\_(ツ)_/¯ I have no bone in this fight. Leaving it as is works for me too. Dirk -- https://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org

[Rcpp-devel] Getting different build commands on Linux vs. Mac OS
Dirk Eddelbuettel · Apr 30, 2018 · rcpp-devel

Evan, Could something be amiss with your macOS machine? Can you install other packages without issues on it? Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org

NEWS.html still at 4.1.3
Dirk Eddelbuettel · Apr 23, 2022 · r-devel

The link to the NEWS file at https://cran.r-project.org/doc/manuals/r-release/NEWS.html is still at 4.1.3. Dirk -- dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org

Segmentation fault early in compilation of revision 85514
Dirk Eddelbuettel · Nov 12, 2023 · r-devel

Avi, Might be toolchain-dependent, might be options-dependent--it built fine here. Easier for you to vary option two so maybe try that? Dirk -- dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org

R-devel on Windows temporarily broken?
Dirk Eddelbuettel · Jun 16, 2024 · r-devel

To bring closure to this thread, everything is back to normal at both the CRAN machine that balked as well as at windows r-devel. Thanks, Dirk -- dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org

Rcpp, function signature
Dirk Eddelbuettel · Aug 27, 2015 · r-help

Michael Meyer via R-help <r-help <at> r-project.org> writes: > I am an (very) grateful user of Rcpp. Glad to hear that! But you are on the wrong mailing list. Please ask on rcpp-devel. Dirk

Error gdata and gplots packages
Dirk Eddelbuettel · Feb 24, 2014 · r-sig-debian

Elodie, There is no error. Those are warning messages telling you that functions are masked -- just as it says. No more, no less. Amicalement, Dirk -- Dirk Eddelbuettel | edd at debian.org | http://dirk.eddelbuettel.com

[Rcpp-devel] Sample function(s) for inclusion in RcppArmadillo
Dirk Eddelbuettel · Mar 29, 2013 · rcpp-devel

Christian, Thanks -- applied to RcppArmadillo as rev4296. Any news on the Rcpp Gallery writeup on your nice sample() function? [Hint, Hint] Dirk -- Dirk Eddelbuettel | edd at debian.org | http://dirk.eddelbuettel.com

CRAN submit page down
Dirk Eddelbuettel · Apr 23, 2015 · r-devel

Andrie noticed that first, and I can confirm: from our end, it looks as if the backend to http://cran.r-project.org/submit.html is currently down. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org

[Rcpp-devel] Unit tests
Dirk Eddelbuettel · Jan 4, 2010 · rcpp-devel

R> library(Rcpp) R> ?RcppUnitTests R> is really clever, but the pdf is really dumb. Can we include the .txt file also in the .pdf using Sweave magic? Dirk -- Three out of two people have difficulties with fractions.

R 4.5.2 tar version
Dirk Eddelbuettel · Oct 31, 2025 · r-devel

The 4.5.2 tar.gz is functional, but my GNU tar here whines with screenfuls of tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance' :-/ Dirk -- dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org

Plot ticks and tick labels: thickness, colour?
Dirk Eddelbuettel · Aug 6, 2003 · r-help

Marc, Thanks a lot -- the axTicks(), segments() and mtext() solution looks like what I was looking for. Regards, Dirk -- Those are my principles, and if you don't like them... well, I have others. -- Groucho Marx

how to call R from Perl
Dirk Eddelbuettel · Dec 23, 2002 · r-help

> Could you please tell me how to call R from Perl and call Perl > functions from R? Please see http://www.omegahat.org/RSPerl Dirk -- According to the latest figures, 43% of all signatures are totally worthless.

Running a PERL script from R
Dirk Eddelbuettel · Sep 7, 2007 · r-help

On Fri, Sep 07, 2007 at 12:15:51PM -0700, Pierce, Ken wrote: > Is there a way to run a simple perl script from R? ?system Hth, Dirk -- Three out of two people have difficulties with fractions.

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