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.

1,441 results for “from:Ivan Krylov”

Problems with package nlme
Ivan Krylov · Feb 20, 2025 · r-help

Dear Stephan Weinbruch, I'm afraid it's data(RatPupWeight, package = 'nlme'). -- Best regards, Ivan

Defining Parameters in arules
Ivan Krylov · Nov 23, 2021 · r-help

Hello, If you don't get an answer here, consider asking the package maintainer: Michael Hahsler<mhahsler at lyle.smu.edu> -- Best regards, Ivan

return inconsistency?
Ivan Krylov · Apr 30, 2025 · r-help

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?

names.data.frame?
Ivan Krylov · Nov 3, 2021 · r-help

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

[R-pkg-devel] Cannot implement test configuration
Ivan Krylov · Sep 4, 2025 · r-package-devel

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

Help to write the R-code, please
Ivan Krylov · Dec 5, 2019 · r-help

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

Running R in Lima within Mac system
Ivan Krylov · Aug 5, 2025 · r-sig-mac

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

Making headers self-contained for static analysis
Ivan Krylov · Mar 16, 2023 · r-devel

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

[R-pkg-devel] broken or outdaeted URLs
Ivan Krylov · Apr 10, 2025 · r-package-devel

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

Extract data of special character
Ivan Krylov · Mar 15, 2019 · r-help

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

Help with setting locale
Ivan Krylov · Sep 16, 2018 · r-help

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

Fatal Error: Contains Space
Ivan Krylov · Sep 22, 2022 · r-help

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

conditional output of string to file n times...
Ivan Krylov · Jul 7, 2021 · r-help

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

[R-pkg-devel] Issue of itemize in man file
Ivan Krylov · Oct 22, 2023 · r-package-devel

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

[R-pkg-devel] Is it possible to install a pre-compiled R package from Github?
Ivan Krylov · Jan 28, 2025 · r-package-devel

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

R3.4 on Debian12
Ivan Krylov · Dec 12, 2024 · r-sig-debian

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

Executing index value for unequal vector lengths
Ivan Krylov · Apr 19, 2022 · r-help

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

[R-pkg-devel] CRAN check servers terminating on stanExports_*.o files
Ivan Krylov · Jun 21, 2024 · r-package-devel

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

capture error messages from loading shared objects
Ivan Krylov · Nov 28, 2023 · r-devel

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

[R-pkg-devel] Compile issues on r-devel-linux-x86_64-debian-clang with OpenMP
Ivan Krylov · May 27, 2024 · r-package-devel

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 .