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.

294 results for “from:Avraham Adler”

Improving string concatenation
Avraham Adler · Jun 17, 2015 · r-devel

On Wed, Jun 17, 2015 at 1:25 AM, Joshua Bradley <jgbradley1 at gmail.com> wrote: > ?I work in the bioinformatics domain and write R scripts for > pipelines with calls to various programs that require a lot of parameters > to...

Unexpected EOF in R-patched_2017-01-30
Avraham Adler · Jan 31, 2017 · r-devel

Hello. When trying to unpack today's version of R-patched, I get the following error: C:\R>tar -xf R-patched_2017-01-30.tar.gz gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected...

[R-pkg-devel] Solaris SPARC, Fortran, and logical errors?
Avraham Adler · Mar 15, 2017 · r-package-devel

On Wed, Mar 15, 2017 at 11:09 AM, J C Nash <profjcnash at gmail.com> wrote: > Possibly tangential, but has there been any effort to set up a Sparc > testbed? It > seems we could use a network-available (virtual...

[Rcpp-devel] Is this still on?
Avraham Adler · Jan 27, 2026 · rcpp-devel

I got the email, if that is what you are asking. Avi On Tue, Jan 27, 2026 at 12:59?PM Dirk Eddelbuettel <edd at debian.org> wrote: > > > Quick pilot email as parts of r-forge a clearly no longer...

GCC 5.3.0 - sd(NA) = NaN?
Avraham Adler · Mar 17, 2016 · r-sig-windows

Hello. As an experiment, I tried compiling R with the mingw64 5.3.0 (posix-seh) build. R compiles smoothly, but make check fails pretty early as sd(NA) returns NaN instead of NA, which is a fatal error in...

Rtools version 3.3.0.1957 looking for C even though RTOOLS variable is pointing elsewhere
Avraham Adler · Mar 12, 2015 · r-devel

The following changes may be responsible: src\gnuwin32\fixed\Makefile lines 31 and 47 where version 9 has '-e "s|BINPREF =|BINPREF = $(BINPREF)|" \' and version 10 has '-e 's|BINPREF =|BINPREF ?= $$(RTOOLS)gcc492_64/bin/|' \'. Or, it may have been...

Windows toolchain update: seh vs sjlj
Avraham Adler · Sep 15, 2015 · r-sig-windows

On Sun, Sep 13, 2015 at 12:36 PM, Jeroen Ooms <jeroen.ooms at stat.ucla.edu> wrote: > The good news: the mingw-w64 authors suggest to move away from the > SJLJ exception model, and instead use DWARF on win32...

Compiling R-2.11.0 with ATLAS-tuned BLAS and LAPACK
Avraham Adler · Jun 6, 2010 · r-sig-debian

For what it is worth, I've been (barely) following the conversation, and thanks to Paul and Dirk's conversation, managed to install R from the repository and then link the acml libraries as the libatlas.3gf.so nd saw...

Convenience Request: Add revision numbers to "What's New" change list
Avraham Adler · Jul 19, 2022 · r-devel

Hello. When deciding whether or not to update an R installation?either patched or devel?I think it would be valuable to see the revisions in which the updates/patches were applied. For those with linked PRs, if one has...

[R-pkg-devel] What happened to mlr3proba on CRAN?
Avraham Adler · Oct 8, 2023 · r-package-devel

https://cran-archive.r-project.org/web/checks/2022/2022-05-16_check_results_mlr3proba.html On Mon, Oct 9, 2023 at 12:37?AM Dr. Franz Kir?ly <franzkiraly at inf.elte.hu> wrote: > Dear all, > > can someone explain...

[R-pkg-devel] [R] a question of etiquette
Avraham Adler · Jun 2, 2020 · r-package-devel

<snip> On Tue, Jun 2, 2020 at 5:04 PM Spencer Graves < spencer.graves at effectivedefense.org> wrote: > QUESTION: How much money have people on this list received for what > they've written? I've received not one penny for...

Segmentation fault early in compilation of revision 85514
Avraham Adler · Nov 13, 2023 · r-devel

On Mon, Nov 13, 2023 at 1:13?AM Dirk Eddelbuettel <edd at debian.org> wrote: > > > Avi, > > Might be toolchain-dependent, might be options-dependent--it built fine here. > Easier for you to vary option two so maybe try that...

Unexpected EOF in R-patched_2017-01-30
Avraham Adler · Feb 1, 2017 · r-devel

On Wed, Feb 1, 2017 at 3:14 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > Or the file was corrupted during download? > > Here are the md5sum s from the server itself for the last three snapshots: > > 388b607afe732c92442dbb49845fe377...

[R-pkg-devel] R_registerRoutines, etc.
Avraham Adler · Apr 23, 2017 · r-package-devel

On Sun, Apr 23, 2017 at 7:51 PM, Dirk Eddelbuettel <edd at debian.org> wrote: > > On 24 April 2017 at 11:47, Rolf Turner wrote: > > And per Duncan's last (and his earlier emails) maybe you need to call...

Will there be another release of the 4.6.3 based toolchain for Windows this year?
Avraham Adler · Oct 8, 2015 · r-sig-windows

While I am eagerly awaiting an upgrade to a more modern toolchain, if there will be a wait, and another iteration of the current toolset is contemplated, may I request that it be compiled with lto activated (throwing --enable-languages...

OpenBLAS in everyday R?
Avraham Adler · Jan 9, 2018 · r-devel

On Wed, Jan 10, 2018 at 12:04 AM, Keith O'Hara <keith.ohara at nyu.edu> wrote: > > Check if libopenblas is linked against libomp or libgomp. > > I?d be curious to see any errors that arise when an OpenMP...

unlicense
Avraham Adler · Jan 13, 2017 · r-devel

A number of years ago I asked here for the ISC to be added and was told you have to ask CRAN, not Rd. Good luck, Avi On Fri, Jan 13, 2017 at 3:22 PM Charles Geyer <charlie at...

[Rcpp-devel] Question regarding new pacakge registration requirements
Avraham Adler · Mar 30, 2017 · rcpp-devel

With the changes to requested form of package registration, I want to ensure that my packages comply. One of them, lamW [1], uses Rcpp?actually RcppParallel. When looking through the source created by Rcpp, I can find the RRegisterCallable calls...

Building manuals are failing now that MikTex 2.9 has removed texi2dvi.exe
Avraham Adler · Oct 8, 2015 · r-devel

On Fri, Oct 9, 2015 at 1:44 AM, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote: > Hmm, look in MkRules.dist for the setting you failed to make .... Obviously > available in R-patched and R-devel only...

Inno Setup 6.0.2 fails before creating exe file on Windows (R-3.6.0)
Avraham Adler · Apr 28, 2019 · r-devel

I am working on compiling R-3.6.0 for Windows 10 64bit using rtools40 (beta 11). I had also installed the most recent update of Inno setup, which is now 6.0.2.With that version, `make risntaller` fails...

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