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 Stephan Weinbruch, I'm afraid it's data(RatPupWeight, package = 'nlme'). -- Best regards, Ivan
Hello, If you don't get an answer here, consider asking the package maintainer: Michael Hahsler<mhahsler at lyle.smu.edu> -- Best regards, Ivan
On Wed, 30 Apr 2025 11:15:02 +0200 Ralf Goertz via R-help <r-help at r-project.org> wrote: > If this is not an error what is its purpose?
On Wed, 3 Nov 2021 20:35:58 +0200 Leonard Mada via R-help <r-help at r-project.org> wrote: > class(p) = c("pm", class(p)); Does NextMethod() work for you? -- Best regards, Ivan
4 ???????? 2025??. 09:12:49 GMT+03:00, "H?sing, Johannes" <Johannes.Huesing at krebsregister.nrw.de> ?????: > Typing getwd() indeed returns a letter-plus-colon path. Then usethis::proj_set(getwd()) might help as a workaround. -- Best regards, Ivan
It might be easier to implement in R if you employ the base functions that take arrays and operate on them as if they represented sets. See the help() for "union", "intersect", "setdiff", "setequal" and the operator "%in%". -- Best regards...
Dear Christofer Bogaso, > However whenever I run R, I stagely get any error message stating that > > Error in library(dplyr) : there is no package called ?dplyr? Is there an .Rprofile somewhere with a call to library(dplyr) in it? -- Best...
Hello Lionel, Just letting you know off-list that the patch didn't make it through. Unfortunately, I don't remember the exact rules regarding attachments (does text/plain work?), but an external link is always an option, especially for...
? Thu, 10 Apr 2025 11:24:31 +0200 Emanuele Cordano <emanuele.cordano at gmail.com> ?????: > Is there an option in R CMD check that I can use on > my server to directly verify all URLs Does R CMD check --as...
? Fri, 15 Mar 2019 08:06:52 +0800 roslinazairimah zakaria <roslinaump at gmail.com> ?????: > I want to draw boxplot for each individual score of the > attributes. You mean, a box per every possible ATTRIBUTE value? This is easily doable with...
On Fri, 14 Sep 2018 10:02:01 +0200 Kim Titcombe <ktitcombe02 at gmail.com> wrote: > I am based in Switzerland but work in English (Windows in English), > hence want English as default. Which Windows version do you use? Which...
On Wed, 21 Sep 2022 13:07:25 -0400 Kaitlyn Light <kel022 at bucknell.edu> wrote: > However, when I tried to open RStudio, a message saying " R_tempdir > Fatal Error: Contains Space" would pop-up. Does it work when you...
On Tue, 6 Jul 2021 09:27:20 -0400 Evan Cooch <evan.cooch at gmail.com> wrote: > I was wondering if there was an elegant/simple way to do this? rep(label, times = count) should give you a character vector...
On Sun, 22 Oct 2023 10:43:08 -0400 J C Nash <profjcnash at gmail.com> wrote: > \itemize{ > \item{fnchk OK;}{ \code{excode} = 0; > \code{infeasible} = FALSE} The \item command inside \itemize{} lists doesn't take arguments. Did you mean...
? Tue, 28 Jan 2025 14:25:23 +0100 John Clarke <john.clarke at cornerstonenw.com> ?????: > I'm wondering if there is a way to point an R package installer to a > pre-compiled release on Github rather than rely on...
You may also need gfortran -fallow-argument-mismatch argument to avoid the problem in src/library/stats/src/lminfl.f, where the same variable, double precision dummy, is used for an array argument and a scalar argument for dqrsl(). Declaring...
On Wed, 20 Apr 2022 06:18:14 +0000 Eliza Botto <eliza_botto at outlook.com> wrote: > EEE==DDD == doesn't work because it's element-wise. Try the %in% operator, or setdiff() if you know that EEE and DDD...
Correction: Kurt Hornik says that the installation most likely times out due to the hardware running the checks being more than a decade old. The problems should disappear once the new hardware, already received, is up and running. (Something prevents...
? Tue, 28 Nov 2023 10:46:45 +0100 Adrian Dusa <dusa.adrian at unibuc.ro> ?????: > tryCatch(requireNamespace("foobar"), error = function(e) e) I think you meant loadNamespace() (which throws errors), not requireNamespace() (which internally uses tryCatch(loadNamespace(...)) and may or...
On Sun, 26 May 2024 17:57:17 -0500 Dirk Eddelbuettel <edd at debian.org> wrote: > and we'd need something like this (untested) > > .plugins[["openmp"]] <- function() { > list(env = > list(PKG_CXXFLAGS=Sys.getenv("SHLIB_OPENMP_CXXFLAGS, ""), > PKG_LIBS=Sys...
Can't find what you're looking for? Try searching with Google .