Re: [R-pkg-devel] Subarchitectures

2021-02-11 Thread Duncan Murdoch
On 11/02/2021 2:30 p.m., Balasubramanian Narasimhan wrote: If GNU make is acceptable as a system requirement, you can get any R configuration/runtime variable in Makevars, e.g. R_ARCH=$(shell $(R_HOME)/bin/Rscript -e 'cat(.Platform$r_arch)') I wanted to avoid it, since WRE discourages it so s

Re: [R-pkg-devel] Subarchitectures

2021-02-11 Thread Balasubramanian Narasimhan
If GNU make is acceptable as a system requirement, you can get any R configuration/runtime variable in Makevars, e.g. R_ARCH=$(shell $(R_HOME)/bin/Rscript -e 'cat(.Platform$r_arch)') -Naras On 2/9/21 9:45 AM, Duncan Murdoch wrote: On 09/02/2021 11:01 a.m., Duncan Murdoch wrote: I think the W

[R-pkg-devel] R package check stuck on “checking use of S3 registration …”

2021-02-11 Thread Evan Biederstedt
Hi there Creating an R package here which I plan to upload to CRAN. Upon checking the tarball created with `R CMD BUILD`, I try to use `R CMD CHECK` as follows: ``` R CMD CHECK my_package.tar.gz --as-cran ``` This normally works smoothly. However, in this case, it is stuck on `checking use of S3