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”

Print output during long tests?
Thierry Onkelinx · May 4, 2015 · r-devel

Dear Toby, Have you tried adding output to the tests with the context() function? Best regards, Thierry Op 4 mei 2015 18:28 schreef "Toby Hocking" <tdhock5 at gmail.com>: I am the author of R package animint which uses...

Error with installed.packages with R 3.4.0 on Windows
Thierry Onkelinx · Apr 27, 2017 · r-help

We have several computers with the same problem. Op 28 apr. 2017 7:25 a.m. schreef "Jean-Claude Arbaut" <arbautjc at gmail.com>: Hello, I am currently getting a strange error when I call installed.packages(): Error in if...

order of operations
Thierry Onkelinx · Aug 27, 2021 · r-devel

IMHO this is just bad practice. Whether the result is guaranteed or not, doesn't matter. ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND FOREST Team Biometrie & Kwaliteitszorg...

Convert color hex code to color names
Thierry Onkelinx · Apr 13, 2015 · r-help

A combination of rgb(), col2rgb() and colors() can gives hex values for the named colors. ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance Kliniekstraat 25 1070 Anderlecht...

(no subject)
Thierry Onkelinx · May 16, 2023 · r-sig-mixed-models

Dear Nabila, Base R has the cut() function which does exactly that. Best regards, ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND FOREST Team Biometrie & Kwaliteitszorg / Team Biometrics...

HELP Tukey
Thierry Onkelinx · Feb 26, 2015 · r-help

??glht would tell you that glht is a function from the multcomp package. You need to load a package before you can use its functions. library(multcomp) ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Research Institute for Nature and...

Quasi Poisson for glmm
Thierry Onkelinx · Dec 3, 2020 · r-sig-mixed-models

Dear Faith, You can use a negative binomial distribution. Best regards, ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND FOREST Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance thierry...

Linear mixed effects
Thierry Onkelinx · Mar 23, 2017 · r-sig-mixed-models

Dear Victoria, It does gives the difference in intercept and slope due to the occupation of the father. Best regards, Thierry Op 23-mrt.-2017 18:14 schreef "Victoria Stimple" <victoriastimple at gmail.com >: Hi all, I am writing to...

convergence
Thierry Onkelinx · Dec 21, 2018 · r-sig-mixed-models

This is like calling a doctor and asking "my leg hurts, how bad is it?". A doctor needs to physically examine your leg before drawing conclussions. Likewise we need much more context about your model before we can give you...

[R-pkg-devel] creating indelible file during unit test
Thierry Onkelinx · Dec 12, 2017 · r-package-devel

Dear all, Some function I wrote deletes a bunch of files. It is crucial that all files get deleted. Hence it should return an error when one or more files couldn't be deleted. I'm writing a unit test...

[R-pkg-devel] Running tests on 32-bit and 64-bit
Thierry Onkelinx · Aug 17, 2015 · r-package-devel

Dear all, Is there an easy way to run the tests of a package on both a 32-bit and 64-bit version? Ideally it should work when using R CMD check --as-cran on all OS's. Although I...

queries return different output when sourced
Thierry Onkelinx · Dec 4, 2015 · r-help

Dear all, We need to run several queries in an R Markdown file. The queries have quit elaborate sql statements. We try to recude the amount of code in the markdown file by moving the query functions in a seperate...

variogram problem
Thierry Onkelinx · Jun 24, 2015 · r-sig-geo

You'll need to provide a reproducible example. Your code is not reproducible without the data. ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance Kliniekstraat 25 1070...

[R-pkg-devel] loadMethod() not available with Rscript
Thierry Onkelinx · Sep 20, 2017 · r-package-devel

Dear all, Could someone explain this to me? I have a simple script (see below). my_function() is an S4 method. The package imports all functions from methods that it uses. When I run the script in a vanilla R...

Find the name of the package with called the function
Thierry Onkelinx · Mar 5, 2015 · r-help

Dear all, I have several pacakges which all use some generic functions stored in package. Let's call the package with generic functions 'auxiliary', a package which uses those functions 'main'. 'auxiliary' has a function that needs the name of...

Cryptic error message from namespaceExport
Thierry Onkelinx · Sep 6, 2019 · r-devel

Dear all, Today I got this error message (R 3.6.1) when installing my package: Error: package or namespace load failed for ?inlatools? in namespaceExport(ns, exports): undefined exports: .__C__inla My package was using setOldClass("inla") and exported...

R programming question
Thierry Onkelinx · Sep 3, 2015 · r-help

Have a look at ?outer outer(1:10, 10:1) Best regards, ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance Kliniekstraat 25 1070 Anderlecht Belgium To call...

[R-pkg-devel] Conflicting S3 imports?
Thierry Onkelinx · Nov 28, 2016 · r-package-devel

Dear all, When building my package "A" I get following warning. class "inla" is defined (with package slot ?B?) but no metadata object found to revise superClass information---not exported? Making a copy in package ?A? - Both packages "A" and...

(no subject)
Thierry Onkelinx · Oct 6, 2015 · r-sig-ecology

Your model is probabily too complex for your data. try to simplify the model (or get more data). ir. Thierry Onkelinx Instituut voor natuur- en bosonderzoek / Research Institute for Nature and Forest team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance Kliniekstraat...

[R-pkg-devel] rcmdcheck reports wrong version of lattice
Thierry Onkelinx · Mar 8, 2021 · r-package-devel

Dear all, rcmdcheck::rcmdcheck() runs fine on my package. rcmdcheck::rcmdcheck(args = c("--as-cran")) reports an error: package ?lattice? was installed before R 4.0.0: please re-install it The error persists, even when I reinstall lattice. What...

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