Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kalibera authored Dec 23, 2022
1 parent 72e752d commit a26a1b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Github actions with UCRT/UTF-8 builds of R

This is a demonstration of the use of github actions for checking packages
on Windows using an experimental "ucrt3" build of R using UCRT as the C runtime and
UTF-8 as the native encoding. More information about the experimental
builds is available in this [blog post](https://developer.r-project.org/Blog/public/2021/12/07/upcoming-changes-in-r-4.2-on-windows/index.html),
this [howto](https://svn.r-project.org/R-dev-web/trunk/WindowsBuilds/winutf8/ucrt3/howto.html).
on Windows using an experimental "ucrt3" build of R using a development version
of Rtools (since Rtools42). More information about the experimental
builds is available in this
[howto](https://svn.r-project.org/R-dev-web/trunk/WindowsBuilds/winutf8/ucrt3/howto.html).

[r-install](actions/r-install/action.yml) installs the "ucrt3" build of R.

Expand Down

0 comments on commit a26a1b1

Please sign in to comment.