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.

864 results for “from:Thierry Onkelinx”

geoRglm doesn't work with R v. 2.7.1
Thierry Onkelinx · Apr 6, 2015 · r-sig-geo

R ?2.7.1 is six years old. That's ancient. You really need to upgrade. [[alternative HTML version deleted]]

Parallel processing
Thierry Onkelinx · Apr 11, 2015 · r-help

Wrong mailinglist. This one is about R, not matlab. Op 11-apr.-2015 19:03 schreef "John Wasige" <johnwasige at gmail.com>: > Dear community, > > Sory for cross posting. Does anybody have an idea on how I can do parallel > in...

Post hoc comparisons for interaction effects linear mixed effects models (lm4)
Thierry Onkelinx · Mar 25, 2017 · r-help

Dear Katherina, Multcomp can't handle interactions automatically. You need to create the contrasts manually. Best regards, Thierry Op 25-mrt.-2017 08:13 schreef "Katharina Voigt" <katharina.voigt1 at gmail.com >: > Hi, > I want to obtain post hoc comparisons...

[R-pkg-devel] Formatting .Rbuildignore
Thierry Onkelinx · Aug 17, 2020 · r-package-devel

Dear all, Can we add blank lines in .Rbuildignore? Or lines with only comments (line starting with #)? Best regards, ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND FOREST...

HELP lme4 & lmerTest INSTALLATION
Thierry Onkelinx · Jan 25, 2017 · r-help

Dear Rui, nlme is a recommended package, lme4 is (currently) not. You need to install it. Best regards, ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance Kliniekstraat...

Knitr: setting echo = FALSE globally
Thierry Onkelinx · Jul 20, 2015 · r-help

Have you tried echo = FALSE instead of echo = F. If that doesn't solve your problem, please provide a minimal reproducible example. Op 20-jul.-2015 20:02 schreef "Rich Shepard" <rshepard at appl-ecosys.com>: > Near the beginning of...

ggmap warning
Thierry Onkelinx · Jun 30, 2015 · r-help

Your data contains 4945 rows with missing or infinite values. These cannot be handled by stat_density2d and are dropped for that reason. Best regards, Thierry Op 1 jul. 2015 08:43 schreef "Chichi Shu" <chichi.shu at hotmail.com...

Knitr: setting echo = FALSE globally
Thierry Onkelinx · Jul 20, 2015 · r-help

We need the source file. Not the output. And please try to make it as small as possible while still reproducing the problem. The smaller the example, the easier it is for us to help you. Op 20-jul.-2015...

passing API key in leaflet
Thierry Onkelinx · Mar 25, 2017 · r-help

Dear all, I'd like to use the OpenCycleMap as background image in a leaflet map. This requires an API key. I've stored the key in an environment variable. Below is a minimal example of the leaflet map. I...

How am i able to create Box plots of a factor (weight) separated by other factors (breed)?
Thierry Onkelinx · Mar 15, 2015 · r-help

Have a look at http://docs.ggplot2.org/current/geom_boxplot.html You will find several examples there. Best regards Op 15-mrt.-2015 04:59 schreef "Lyle Warren" <lyle00 at gmail.com>: > > > > > > I have data with columns for animal...

[R-pkg-devel] Writing a portable package that imports functions only available on Windows
Thierry Onkelinx · Sep 19, 2015 · r-package-devel

Have a look at the RODBC package. odbcConnectAcces() is only available on Windows. Op 19-sep.-2015 12:08 schreef "Richard Cotton" <richierocks at gmail.com>: > I have a package that uses win.version from the utils package. > > I've...

Importing layers from Google My Maps
Thierry Onkelinx · Feb 12, 2021 · r-sig-geo

Dear all, Can I import the layers from a Google My Maps based on it's link? I know I can go to the link, export the layers as KML and import that in R using rgdal. But that is...

[R-pkg-devel] which functions to deprecate
Thierry Onkelinx · Oct 11, 2021 · r-package-devel

Dear all, I have a package with a legacy main function which calls a few exported functions. In practice most users will only call the main function. Should I deprecate only the main function or all the legacy functions? The...

[R-pkg-devel] txt data is undefined global variable
Thierry Onkelinx · Jan 16, 2019 · r-package-devel

Dear all, I'm working on a package "foo" which has a dataframe stored in "data/foo.txt". The DESCRIPTION has "LazyData: true". Functions can use the object "foo". e.g. bar <- function() { summary(foo) } However, R CMD check throws...

[R-pkg-devel] Define S4 method for generic in other package
Thierry Onkelinx · Aug 28, 2015 · r-package-devel

Dear all, I'm trying to define a new S4 method for a generics defined in an other package. Here is my attempt, but that isn't working. bar <- function(a, b) is defined as generic and S4 method in...

mutate() error
Thierry Onkelinx · Sep 5, 2019 · r-help

Dear all, I'm using this in a function inside a package. The code works fine when I run it directly. df %>% mutate(!!id_column := row_number()) When I run the function I get this error: Error in mutate(., `:=`(!!id...

Store sf as 'line-by-line' GeoJSON
Thierry Onkelinx · Nov 23, 2021 · r-sig-geo

Dear all, I'm looking for a way to store an sf object or geopackage as a 'line-by-line' GeoJSON. The definition of the GeoJSON is listed at https://learn.maproulette.org/documentation/line-by-line-geojson/ I tried...

install.packages() and Additional_repositories
Thierry Onkelinx · Dec 6, 2021 · r-devel

Dear R core team, Writing R extensions mentions an optional 'Additional_repositories' field in the DESCRIPTION. ( https://cran.r-project.org/doc/manuals/R-exts.html#Package-Dependencies). Currently, install.packages() does not use that information when installing a package...

problematic dev.off() after running examples without plots
Thierry Onkelinx · Nov 20, 2018 · r-devel

Dear all, When running R CMD check on our package, we get an error on the examples. Error in grDevices::dev.off() : cannot shut down device 1 (the null device) None of the examples in our package generates plots. grDevices...

[R-pkg-devel] circular suggested packages
Thierry Onkelinx · Nov 7, 2023 · r-package-devel

Dear all, The qrcode package converts text into a qrcode image. The opencv package is able to convert images with a qrcode into the text. opencv has a unit test that uses qrcode to generate a test image. Hence it...

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