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”

Detecting duplicate random effects
Jeroen Ooms · Aug 21, 2009 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20090821/ec6f7cff/attachment.pl>

Save generic plot to file (before rendering to device)
Jeroen Ooms · Jul 16, 2011 · r-help

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

Save generic plot to file (before rendering to device)
Jeroen Ooms · Jul 11, 2011 · r-help

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

unloadNamespace problem in 3.3
Jeroen Ooms · May 10, 2016 · r-devel

The following used to work in R 3.2.5 but not in 3.3.0: library(MASS) ns <-.getNamespace("MASS") unloadNamespace(ns) Calling unloadNamespace("MASS") directly still works.

use of UTF-8 \uxxxx escape sequences in function arguments
Jeroen Ooms · Jan 19, 2012 · r-devel

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

Fixed effects only model with lme4
Jeroen Ooms · Jun 6, 2009 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20090606/5f778e7d/attachment.pl>

Fixed effects only model with lme4
Jeroen Ooms · Jun 6, 2009 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20090606/dfabeaf4/attachment.pl>

Overwriting imported function in another package
Jeroen Ooms · Aug 8, 2011 · r-devel

> Yes, modify the source and recompile R. That is what I am doing now, but can't expect that everyone who uses my code is willing to recompile R from src...

plotting density for truncated distribution
Jeroen Ooms · Nov 26, 2008 · r-help

thank you, both solutions are really helpful! -- View this message in context: http://www.nabble.com/plotting-density-for-truncated-distribution-tp20684995p20703469.html Sent from the R help mailing list archive at Nabble.com.

Install R on linux Mint
Jeroen Ooms · Jan 14, 2015 · r-help

On Wed, Jan 14, 2015 at 7:40 PM, Jeroen Ooms <jeroen.ooms at stat.ucla.edu> wrote: > Try 'precise' instead of 'utopic' I meant 'trusty'. The version should match the underlying ubuntu: http://www.linuxmint.com/oldreleases.php

Default CXXFLAGS
Jeroen Ooms · May 21, 2024 · r-sig-debian

Compiling packages with C++ code using the default r-base-dev configuration on debian:sid shows a lot of: cc1plus: warning: '-Werror=' argument '-Werror=implicit-function-declaration' is not valid for C++ Can this flag be removed from R CMD...

Format an empty data frame
Jeroen Ooms · Jan 24, 2014 · r-devel

On Fri, Jan 24, 2014 at 12:03 AM, Kevin Ushey <kevinushey at gmail.com> wrote: > This behaviour is fixed in R-devel (tested with r64727) Was fixed a while ago: https://bugs.r-project.org/bugzilla/show_bug.cgi...

LCONS undefined for R_NO_REMAP
Jeroen Ooms · Jan 30, 2018 · r-devel

Rinternals.h has: #define CONS(a, b) cons((a), (b)) #define LCONS(a, b) lcons((a), (b)) However these are undefined when we compile with -DR_NO_REMAP. Maybe it's safer to define these using Rf_cons() and Rf...

Reading exit code of pipe()
Jeroen Ooms · May 13, 2015 · r-devel

Is there a way to get the status code of a pipe() command? The documentation suggests that it might be returned by close, however this does not seem to be the case. con <- pipe("cat /etc/passwd", "r") stream <- readLines...

truncated warning messages
Jeroen Ooms · Apr 17, 2015 · r-devel

On Fri, Apr 17, 2015 at 6:05 PM, Herv? Pag?s <hpages at fredhutch.org> wrote: > As you can see the warning message is truncated so I can't see what > happened to these packages. In this case you...

Redirect system2 stdout to a file on windows
Jeroen Ooms · Jul 14, 2013 · r-devel

On Sun, Jul 14, 2013 at 10:24 PM, Gabor Grothendieck wrote: > Try: > out.txt <- normalizePath("./out.txt", mustWork = FALSE) Doesn't work either, neither on Win7 nor WinXP. > sessionInfo() R version 3.0.1 (2013-05-16) Platform: x86...

How to access https page
Jeroen Ooms · Mar 10, 2015 · r-help

On Mon, Mar 9, 2015 at 3:39 PM, Hui Du <hui.du at savvyrookies.com> wrote: > > readLines(url) > Error in file(con, "r") : cannot open the connection > In addition: Warning message: > In file(con, "r") : unsupported URL scheme > Try...

(MacOS 15 x86_64) Error: running examples in ‘stats-Ex.R’ failed
Jeroen Ooms · Dec 17, 2025 · r-sig-mac

Checking base R on MacOS 15 fails a test on intel (not arm64), see: https://contributor.r-project.org/svn-dashboard/ Error: running examples in ?stats-Ex.R? failed ... Error: identical(strip(qrI), strip(lmI[c("hat", "sigma")])) is not...

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

On Tue, Apr 24, 2018 at 9:17 PM, Avraham Adler <avraham.adler at gmail.com> wrote: > Should we add qpdf too? They?re up to 8.0.2 now. Yes I plan to add qpdf and aspell as optional...

Updating some rpm R packages
Jeroen Ooms · Aug 28, 2025 · r-sig-fedora

I noticed that some of my R packages that have been repacked in fedora are quite outdated, including: - R-curl - R-openssl - R-xml2 These packages will need to be updated to work with the latest versions of libcurl, libxml2...

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