Re: [R] Is it odd or not? about I() function

2025-04-21 Thread Hiroto Miyoshi
Is" rather than class "numeric" makes the axis/breaks computation fail, you'd have to dig into the machinery (or, ask on the ggplot issues list -- the questions there involving "AsIs" mostly refer to a separate use case for "AsIs" ... https://github.com

[R] Is it odd or not? about I() function

2025-04-18 Thread Hiroto Miyoshi
Dear R expert I encountered a bewildering situation, about which I am seeking help.  I wrote a following toy script which can recreate the situation. --- the script begins here ---    1   │ library(tidyverse)    2   │ library(rlist)    3   │ library(patchwork)    4   │ set.seed(42)    5  

[R] Help needed to understand an error message produced from furrr and future packages

2021-11-25 Thread Hiroto Miyoshi
Dear R-users I need help to understand the error message from furrr function. I am trying to build a parallel compute system which combines two desktop computers, one of which is a host computer, and runs ubuntu over wsl2, and the other is a slave, which runs ubuntu. as its OS. They are mutually

[R] Is R-2.10.0 released already

2009-12-01 Thread Hiroto Miyoshi
-- -- Hiroto Miyoshi hiroto_miyo...@nexyzbb.ne.jp __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide