On Mon, 5 Dec 2022 11:14:19 +0400
"Jahajeeah, Havisha" wrote:
> Will a binary package resolve the above issue?
Due to an interaction between the way R binary packages work and the
way you have implemented the Greymodels:::ui variable, this binary
package will only work on your computer. (And, we
A package of mine was archived from CRAN because one of its examples results in
a crash on the M1mac platform:
https://www.stats.ox.ac.uk/pub/bdr/M1mac/MeshAgreement.out
The example uses compiled code from the imported package cgalMeshes which is on
CRAN and apparently tests without errors on M1
Hi Daniel,
According to the build logs you link to on macbuilder, the build system is
already using an M1 processor:
Build system: r-release-macosx-arm64|4.2.1|macosx|macOS 11.5.2 (20G95)|Mac
mini|Apple M1||en_US.UTF-8
The CRAN check of MeshAgreement points to a lack of the package cgalMeshes o
Hello,
Many thanks for your reply.
Very helpful. I have made the necessary changes.
Regards,
Havisha
On Mon, Dec 5, 2022 at 12:01 PM Ivan Krylov wrote:
> On Mon, 5 Dec 2022 11:14:19 +0400
> "Jahajeeah, Havisha" wrote:
>
> > Will a binary package resolve the above issue?
>
> Due to an interac