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.
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...
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...
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...
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...
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...
??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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 .