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.
R ?2.7.1 is six years old. That's ancient. You really need to upgrade. [[alternative HTML version deleted]]
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 .