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.

736 results for “from:Tomas Kalibera”

R Can Use Your Help: Testing R Before Release
Tomas Kalibera · Jul 13, 2021 · r-devel

If anyone is interested in helping out, this is a good time to test R 4.1.1 before it is released. Now is the time to look for and report - regressions (things that worked in 4.1.0, but...

Rtools43 update
Tomas Kalibera · Jan 31, 2024 · r-sig-windows

Dear R Windows developers, an update of Rtools43, the toolchain for R for Windows used by R-devel and R 4.3, is available as revision 5948 from https://cran.r-project.org/bin/windows/Rtools/rtools43/rtools.html This...

NLOPT library
Tomas Kalibera · Jan 17, 2025 · r-sig-windows

Hi Avi, sure, fine with me for Rtools44 (there will probably be one more update). Thanks for letting me know, Tomas On 1/16/25 23:36, Avraham Adler wrote: > Hello, Tomas. > > In future versions of Rtools44, for the time...

[R-pkg-devel] Changing optimization level when building package?
Tomas Kalibera · Jul 7, 2022 · r-package-devel

On 7/5/22 16:11, Ivan Krylov wrote: > On Tue, 5 Jul 2022 09:35:05 -0400 > Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > >> I see the -O0 option that I added, but afterwards -O2 coming from >> somewhere...

Problem installing gdb into Rtools42
Tomas Kalibera · Jan 17, 2023 · r-devel

On 1/18/23 04:33, Dominick Samperi wrote: > Hello, > > I tried installing gdb into Rtools42 following the instructions here > https://cran.r-project.org/bin/windows/base/howto-R-4.2.html > > I ran 'pacman -Sy gdb', and the...

Query the pointer protection stack size (--max-ppsize=N) from within R?
Tomas Kalibera · Oct 1, 2018 · r-devel

I don't think this is possible. If you would like e.g. stricter checking for --max-ppsize argument value, please try to come up with some example that triggers such case. Tomas On 09/29/2018 06:41 PM...

La_library() always returns "" on R-devel?
Tomas Kalibera · Mar 17, 2023 · r-devel

On 3/17/23 11:53, G?bor Cs?rdi wrote: > Seems like this in 83986 [1] needs a fix in Lapack.c: > > if (dladdr((void *) F77_NAME(ilaver), &dl_info)) { > char buf[PATH_MAX+1]; > char *res = realpath(dl...

code for sum function
Tomas Kalibera · Feb 18, 2019 · r-devel

See do_summary() in summary.c, rsum() for doubles. R uses long double type as accumulator on systems where available. Best, Tomas On 2/14/19 2:08 PM, Rampal Etienne wrote: > Hello, > > I am trying to write FORTRAN code...

Inconsistent returned values of normalizePath(NA_character_) on Windows and *nix
Tomas Kalibera · Jan 11, 2019 · r-devel

Thanks for the report, fixed in R-devel (one gets NA_character_ as a result and the path is treated as non-existent, so with a warning or error when requested via mustWork argument). Best, Tomas On 12/7/18...

patch for scan.c for long vector support
Tomas Kalibera · May 25, 2018 · r-devel

Thanks for the report, fixed in R-devel 74782. Please report back if the fix is not sufficient for your use case. Tomas On 05/23/2018 06:16 AM, Aaron Goodman wrote: > I noticed that scan.c does not...

Vertical labels on axes overlap
Tomas Kalibera · Jan 5, 2005 · r-help

Hello, when using horizontal labels (default) in plots on x-axis, R by default selects a subset of labels to plot so that the labels do not overlap. However, when using vertical labels, all labels are always drawn, even when...

Rtools43 update
Tomas Kalibera · Mar 24, 2023 · r-sig-windows

Dear R Windows developers, an update of Rtools43, the toolchain for R for Windows used by R-devel, is now available as revision 5550 from https://cran.r-project.org/bin/windows/Rtools/rtools43/rtools.html In addition to updates...

Small typo in ?NumericConstants
Tomas Kalibera · Jun 13, 2021 · r-devel

Thanks, fixed now. Tomas On 6/12/21 11:32 PM, Vincent Goulet via R-devel wrote: > Hi, > > I stumbled upon this small typo in ?base::NumericConstants: > > Index: library/base/man/NumericConstants.Rd > =================================================================== > --- library/base/man/NumericConstants.Rd (r?vision...

Incorrect type in malloc in Rscript.c
Tomas Kalibera · Jul 12, 2023 · r-devel

On 7/13/23 00:26, Will McClennan wrote: > I downloaded and compiled R-4.3.1 from cran.rstudio.com and on line 405 of Rscript.c in src/unix the line of code > > char *buf=(char*) malloc((size...

Bug in R 3.4.0: R CMD Sweave return value is 1 on success (instead of 0)
Tomas Kalibera · May 26, 2017 · r-devel

This bug has been fixed in R-devel 72612 and R-patched 72614. Best Tomas On 05/26/2017 02:59 PM, Roman Kiselev wrote: > Dear all, > > after an update from R 3.3.x to R 3.4.0...

NA in doc for options(matprod="default")
Tomas Kalibera · Feb 17, 2020 · r-devel

On 2/17/20 5:36 PM, Serguei Sokol wrote: > Hi, > > A colleague of mine has spotted me a passage of the doc ?option > talking about Inf and NaN check in 'matprod=default' section: > https://stat.ethz.ch/R-manual...

Segfault when parsing UTF-8 text with srcrefs
Tomas Kalibera · May 28, 2024 · r-devel

On 5/28/24 19:35, Hadley Wickham wrote: > Hi all, > > When I run the following code, R segfaults: > > text <- "?" > srcfile <- srcfilecopy("test.r", text) > parse(textConnection(text), srcfile = srcfile) > > It doesn't segfault if text is ASCII, or it...

"cd" floating in the air in the man page for paste/paste0
Tomas Kalibera · May 12, 2020 · r-devel

Thanks, fixed. Tomas On 5/13/20 5:14 AM, Dirk Eddelbuettel wrote: > On 12 May 2020 at 19:59, Herv? Pag?s wrote: > | While reading about the new 'recycle0' argument of paste/paste0, I > | spotted a mysterious "cd" floating...

MS Windows: R does not escape quotes in CLI options the same way as Rterm and Rscript
Tomas Kalibera · Dec 16, 2021 · r-devel

On 12/15/21 10:48 PM, Henrik Bengtsson wrote: > On MS Windows 10, the following works: > >> Rscript --vanilla -e "\"abc\"" > [1] "abc" > > and also: > >> Rterm --vanilla --no-echo -e "\"abc.txt\"" > [1] "abc.txt" > > whereas attempting the same with...

[R-pkg-devel] Check: for detritus in the temp directory, Result: NOTE
Tomas Kalibera · Oct 16, 2020 · r-package-devel

This is was a bug in R-devel, already fixed. Sorry for the inconvenience, Tomas On 10/17/20 12:06 AM, John Mount wrote: > I am trying to move the wrapr package from RUnit to tinytest. All seemed well...

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