Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Jan 28, 2025
1 parent b6babaf commit 00adcf2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cran.r-project.org/web/checks/check_flavors.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="container">
<h2>CRAN Package Check Flavors</h2>
<p>
Last updated on 2025-01-26 03:49:17 CET.
Last updated on 2025-01-28 03:48:23 CET.
</p>
<p>
Systems used for CRAN package checking.
Expand Down
2 changes: 1 addition & 1 deletion cran.r-project.org/web/checks/check_issue_kinds.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="container">
<h2>CRAN Package Check Issue Kinds</h2>
<p>
Last updated on 2025-01-26 03:49:17 CET.
Last updated on 2025-01-28 03:48:23 CET.
</p>
<table border="1">
<tr> <th> Kind </th> <th> Description </th> <th> Details </th> </tr>
Expand Down
15 changes: 13 additions & 2 deletions www.stats.ox.ac.uk/pub/bdr/M1mac/README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Check results using R-devel on an arm64 ('M1 Pro') Mac running macOS
15.2 'Sequoia' with Xcode/CLT 16.2 and the build of gfortran
15.3 'Sequoia' with Xcode/CLT 16.2 and the build of gfortran
(a fork of 14.2) from https://github.com/R-macos/gcc-14-branch/releases)

Timezone Europe/London
Expand All @@ -21,6 +21,17 @@ FFLAGS="-g -O2"
LDFLAGS=-L/opt/R/arm64/lib
R_LD_LIBRARY_PATH=/opt/R/arm64/lib

and configured with

~/R/svn/R-devel/configure -C \

--with-C23 \
--enable-R-shlib --enable-memory-profiling \
--with-tcl-config=/opt/R/arm64/lib/tclConfig.sh \
--with-tk-config=/opt/R/arm64/lib/tkConfig.sh \
--without-lapack \
PKG_CONFIG_PATH=/opt/R/arm64/lib/pkgconfig:/usr/lib/pkgconfig

External libraries are where possible installed via minor
modifications to Simon Urbanek's 'recipes' at
https://github.com/R-macos/recipes . The main exceptions are those
Expand All @@ -31,7 +42,7 @@ manual patching of gdal-config, so not installed via recioes.)

pandoc is their binary arm64 Mac build, currently 3.6.2 (and updated often).

Java is 21.0.5 from https://adoptium.net
Java is 21.0.6 from https://adoptium.net

JAGS is a binary install from
https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Mac%20OS%20X/
Expand Down

0 comments on commit 00adcf2

Please sign in to comment.