Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Dec 21, 2023
1 parent 01ee22b commit f0f145b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 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 2023-12-20 04:02:39 CET.
Last updated on 2023-12-21 04:01:40 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 2023-12-20 04:02:39 CET.
Last updated on 2023-12-21 04:01:40 CET.
</p>
<table border="1">
<tr> <th> Kind </th> <th> Description </th> <th> Details </th> </tr>
Expand Down
9 changes: 2 additions & 7 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
14.2 'Sonoma' with Xcode/CLT 15.1 and the build of gfortran (a fork
14.2.1 'Sonoma' with Xcode/CLT 15.1 and the build of gfortran (a fork
of 12.2) from
https://github.com/R-macos/gcc-12-branch/releases/tag/12.2-darwin-r0.1

Expand Down Expand Up @@ -51,21 +51,16 @@ this may differ from the CRAN checks:
- Later C/C++ compilers, different flags.
Apple clang 14.0.3 it seems was a major update from 14.0.0, with
many aspects of LLVM clang 15/16 having been ported.
Versionz 15.x seems a minor update from 14.0.3.
Versions 15.x seems a minor update from 14.0.3.
The default SDK in CLT 15 has disabled the termcap emulation of terminfo.
- External software is (mainly) kept up-to-date -- see above.
This includes using Java 17 and cmake, currently 3.28.0.
OpenMPI is installed for Rmpi, bigGP and pbdMPI .
- 'R' is not on the path -- checking is by 'Rdev'.
- Package INLA is installed -- requires a binary install on Macs.

Note that Apple deprecated C functions sprintf and vsprintf in the macOS
13 SDK: this also affects users of C++. (And the much less commonly
used and widely deprecated gets, mktemp and tmpnam.)

Packages with non-default installs:

rgdal: --configure-args='--with-data-copy --with-proj-data=/opt/R/arm64/share/proj'
sf: --configure-args='--with-data-copy --with-proj-data=/opt/R/arm64/share/proj'

Options used for 'R CMD check':
Expand Down

0 comments on commit f0f145b

Please sign in to comment.