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.

58 results for “from:Hiroaki Yutani”

Detect UCRT-built R from within R sessions (and in configure.win)
Hiroaki Yutani · Sep 8, 2021 · r-devel

Hi, Are there any proper ways to know whether the session is running on the R that is built with the UCRT toolchain or not? Checking if the encoding is UTF-8 might do the trick, but I'm not...

vector arithmetic
Hiroaki Yutani · Aug 13, 2018 · r-devel

I've been wondering this, too! Following the codes in arithmetic.c, I've finally reached MOD_ITERATE2_CORE macro in src/include/R_ext/Itermacros.h. Is this the place? Best 2018?8?14?(?) 2:59 isomorphismes <isomorphisms at...

Is ALTREP "non-API"?
Hiroaki Yutani · Apr 21, 2024 · r-devel

Writing R Extension[1] defines "API" as: Entry points which are documented in this manual and declared in an installed header file. These can be used in distributed packages and will only be changed after deprecation. But, the document (WRE...

[R-pkg-devel] How can I avoid Solaris build on CRAN?
Hiroaki Yutani · Aug 4, 2021 · r-package-devel

Hi, I recently submitted my package, which needs compilation of Rust code, to CRAN. Now I'm seeing a CRAN check error on Solaris. https://cran.r-project.org/web/checks/check_results_string2path.html Since Solaris is not a...

Undocumented change of dirname("C:/") on R-devel on Windows
Hiroaki Yutani · Feb 22, 2023 · r-devel

Hi, I found dirname() behaves differently on R-devel on Windows. Since I'm not sure which behavior is right, let me ask here before filing this to R's Bigzilla. On R 4.2.2., we get > dirname("C...

[R-pkg-devel] New CRAN checks on r-devel-windows-x86_64-new-UL and the installed fonts
Hiroaki Yutani · Dec 16, 2021 · r-package-devel

Hi, My package is failing on CRAN check on r-devel-windows-x86_64-new-UL. https://cran.r-project.org/web/checks/check_results_string2path.html It seems the problem is that there is no available font that meets...

[R-pkg-devel] The license of a vignette and its translation
Hiroaki Yutani · Feb 24, 2017 · r-package-devel

Hi, To spread the power of great R packages, I and my friends are trying to translate vignettes of several packages into our local language (Japanese). But, I'm not fully confident that I understand their licenses well. Are the...

[R-pkg-devel] How can I avoid Solaris build on CRAN?
Hiroaki Yutani · Aug 4, 2021 · r-package-devel

Sorry, I pointed a wrong package. I meant, [2]: https://cran.r-project.org/package=gifski [3]: https://cran.r-project.org/package=baseflow Best, Hiroaki Yutani 2021?8?5?(?) 8:17 Hiroaki Yutani <yutani.ini at gmail.com>: > > Hi...

issue with print()ing multibyte characters on R 4.0.4
Hiroaki Yutani · Feb 16, 2021 · r-devel

Hi all, I saw several people on Japanese locale claim that, on R 4.0.4, print() doesn't display Japanese characters correctly. This seems to happen only on Windows and on macOS (I usually use Linux and I don...

[R-pkg-devel] Is it a wrong assumption that ${R_HOME}/lib always exists?
Hiroaki Yutani · Jul 10, 2023 · r-package-devel

Hi, My package, string2path, using Rust fails on the CRAN check of MKL [1], with an error that seems irrelevant to MKL. The error says: > thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind...

[R-pkg-devel] MSRV on Fedora
Hiroaki Yutani · Jul 23, 2024 · r-package-devel

> As such, I cannot manage the MSRV of the package's dependencies. It seems the reason for geographiclib-rs's MSRV is just that it uses std::sync::OnceLock. Maybe a possible workaround is to fork the repo and replace...

[R-pkg-devel] R session crash on closing a graphic device on Windows
Hiroaki Yutani · Jan 22, 2022 · r-package-devel

Hi, I'm trying to create a Rust library that can implement an R graphic device[1], but the R session crashes on `dev.off()` on Windows with R 4.1.2. Strangely, it works without errors on Linux, on...

[R-pkg-devel] Is it a wrong assumption that ${R_HOME}/lib always exists?
Hiroaki Yutani · Jul 10, 2023 · r-package-devel

Thanks so much for the quick response. It answered everything! It was my mistake that I didn't consider these types of installations. I'll fix my package as soon as I can. Best, Yutani 2023?7?10?(?) 17:51...

R on Windows with UCRT and the system encoding
Hiroaki Yutani · Dec 20, 2021 · r-devel

Hi, I'm more than excited about the announcement about the upcoming UTF-8 R on Windows. Let me confirm my understanding. Is R 4.2 supposed to work on Windows with non-UTF-8 encoding as the system locale...

[R-pkg-devel] Github action setup for R 4.2.0 on Windows?
Hiroaki Yutani · Apr 23, 2022 · r-package-devel

Great. Thanks for sharing! 2022?4?23?(?) 23:12 Duncan Murdoch <murdoch.duncan at gmail.com>: > > On 23/04/2022 9:42 a.m., Hiroaki Yutani wrote: > > Hi, > > > > I asked about it, but they decided to keep using Rtools40's...

New pipe operator
Hiroaki Yutani · Dec 5, 2020 · r-devel

It is common practice to call |> as pipe (or pipeline operator) among many languages including ones that recently introduced it as an experimental feature. Pipeline is a common feature for functional programming, not just for "data pipeline." F#: https://docs...

[R-pkg-devel] NOTEs in packages using Rust
Hiroaki Yutani · Jun 20, 2024 · r-package-devel

> savvy is opposed to supporting CRAN publication Let me correct a bit. While it's true **I** don't recommend CRAN for Rust-powered R packages unless you are an expert, savvy is not that opinionated. It does nothing to...

R on Windows with UCRT and the system encoding
Hiroaki Yutani · Dec 21, 2021 · r-devel

Hi Tomas, Thanks for your prompt reply and spotting the right place. While I'm not good at C/C++ things, I'll try investigating this and, if possible, creating some patch to fix the issue. As the UTF-8...

[R-pkg-devel] Github action setup for R 4.2.0 on Windows?
Hiroaki Yutani · Apr 23, 2022 · r-package-devel

Hi, I asked about it, but they decided to keep using Rtools40's UCRT toolchain by default for r-lib/actions/setup-r, until GitHub's default is switched to Rtools42. To obtain the Rtools42, we need to specify `rtools...

New pipe operator
Hiroaki Yutani · Dec 4, 2020 · r-devel

> Error: function '::' not supported in RHS call of a pipe To me, this error looks much more friendly than magrittr's error. Some of them got too used to specify functions without (). This is OK until they use `::`, but when...

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