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.

463 results for “from:Jeroen Ooms”

redhat-hardened in CFLAGS
Jeroen Ooms · Jan 15, 2016 · r-sig-fedora

On Fri, Jan 15, 2016 at 2:45 PM, Michael Smith <my.r.help at gmail.com> wrote: > > dnf install redhat-rpm-config I used: yum install /usr/lib/rpm/redhat/redhat-hardened-cc1 And that did the job, however...

upquote.sty in Fedora 21
Jeroen Ooms · Dec 14, 2014 · r-sig-fedora

My CMD check server started failing after upgrading to Fedora 21: LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! LaTeX Error: File `upquote.sty' not found. The problem was easily resolved by installing texlive...

Build failing on win64
Jeroen Ooms · May 22, 2020 · r-devel

As of commit 78536 earlier this morning the build is failing on windows 64, see https://r-devel.github.io I cannot immediately spot what is the problem. The build fails with: installing 'sysdata.rda' make[3]: *** [../../../share/make/basepkg...

Cairo png device not working in R 3.2.1 on OSX
Jeroen Ooms · Aug 13, 2015 · r-sig-mac

The cairo png device on R 3.2.1 gives a warning "Application built with libpng-1.5.18 but running with 1.6.17" and then produces a completely blank png image. if(isTRUE(capabilities()[["cairo"]])){ options(bitmapType = "cairo...

Unsigned binary
Jeroen Ooms · Jun 19, 2022 · r-devel

On Fri, Jun 17, 2022 at 2:46 PM Scott McAllister <scott at patchmypc.com> wrote: > Thank you for your update on this > > If you can keep me updated on when version 4.2.1 is rereleased with the > interim...

Missing binary packages for Mavericks
Jeroen Ooms · Apr 10, 2014 · r-sig-mac

Running update.packages on R 3.1 for Mavericks complains that some CRAN packages do not have binary builds available. For example lme4 is missing from http://cran.r-project.org/bin/macosx/mavericks/contrib/3.1/. Is there any...

default destfile in download.file()
Jeroen Ooms · Feb 18, 2016 · r-devel

A nice default value for the `destfile` argument in download.file() would be `basename(url)` i.e. the name of the downloaded file. This would correspond to default behavior in many other web/ftp clients and makes code slightly more...

R not working in F34 docker image
Jeroen Ooms · Mar 10, 2021 · r-sig-fedora

Not sure if this is a bug in the F34 docker image or R rpm. I would like to test some things in F34 so I tried: docker run -it fedora:34 And then in docker: yum update yum install...

error: 'noreturn' attribute does not appear on the first declaration
Jeroen Ooms · Mar 20, 2025 · r-sig-mac

Testing 4.5.0 alpha (2025-03-18 r87991) on On MacOS 15.3.2 (xcode 16), I get an error when building e.g. 'stringi' /Library/Frameworks/R.framework/Resources/include/R_ext/Error.h:58:3: error: 'noreturn...

Nested tracing with custom callback
Jeroen Ooms · Jul 13, 2016 · r-devel

On Wed, Jul 13, 2016 at 5:20 AM, Evan James Patterson <epatters at stanford.edu> wrote: > > I would like to install a trace function that gets executed whenever *any* R function is called. In Python, for example, this functionality...

Renviron.site and Rprofile.site in Fedora
Jeroen Ooms · Aug 11, 2014 · r-sig-fedora

On Debian/Ubuntu, system wide environment variables and options are set in respectively /etc/R/Renviron.site and /etc/R/Rprofile.site. These files are automatically created when r-base is installed, and do not get overwritten during an upgrade...

Rtools 3.5
Jeroen Ooms · Apr 24, 2018 · r-sig-windows

On Sun, Apr 22, 2018 at 3:22 PM, Uwe Ligges <ligges at statistik.tu-dortmund.de> wrote: > Jeroen, > > can we perhaps also have these scripts on CRAN, perhaps as a subdir of > Rtools? Sure I will put a copy...

regressing on variable with heavy tails
Jeroen Ooms · Apr 30, 2011 · r-help

I have a dependent variable with is very peaked and has heavy tails, something I haven't encountered before. (histogram: http://postimage.org/image/2sw9bn8pw/). What could be an appropriate family or transformation to do regress on this?-- View this...

R-3.3.0 Base: Windows compilation fails while building 'base' package
Jeroen Ooms · May 17, 2016 · r-devel

On Tue, May 17, 2016 at 5:32 AM, Venkat Ramakrishnan <venkat.architect at gmail.com> wrote: > I am running the make from my D:\ partition, and I have created a \TMP > directory > under both C:\ and D:\. I have...

Using Rtools with gcc 4.8.3
Jeroen Ooms · Oct 5, 2014 · r-devel

On Sun, Oct 5, 2014 at 2:29 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > No, but I'd like to update Rtools to use the new compiler. Have you got > some time to help with that? Sure...

FYI libcurl conflicts in ubuntu 18.04
Jeroen Ooms · Apr 28, 2018 · r-sig-debian

One of the curl maintainers has pointed me to this bug report on Launchpad that may affect r-base users: https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1754294 The issue is that ubuntu now ships both libcurl3 (gnutls, nss...

Default mtune for R windows
Jeroen Ooms · Jan 31, 2017 · r-sig-windows

On Tue, Jan 31, 2017 at 8:31 PM, Avraham Adler <avraham.adler at gmail.com> wrote: > I put in a bug request for this over a year ago and it went nowhere. Where did you post this exactly? If...

Unicode characters in ISO8859-15 locale
Jeroen Ooms · Dec 17, 2020 · r-devel

The hunspell package uses the code below to replace curly quotes (aka fancyquotes) with a regular ascii quotes that are needed for check spelling: chartr("\u2019", "'", input) As of last week this stopped working on CRAN in the Linux server...

iterated lapply
Jeroen Ooms · Feb 23, 2015 · r-devel

On Mon, Feb 23, 2015 at 12:57 PM, Daniel Kaschek <daniel.kaschek at physik.uni-freiburg.de> wrote: > Is this a bug or a feature? I think it is a bug. If we use substitute to inspect the promise...

Documentation for installing on Ubuntu outdated
Jeroen Ooms · Nov 6, 2023 · r-sig-debian

Users searching for how to install R on Ubuntu probably end up on either of these pages: - https://cran.r-project.org/bin/linux/ubuntu/ - https://cran.r-project.org/bin/linux/ubuntu/fullREADME.html Which talk about the "current...

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