> R.version
_
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 4
minor 0.2
year 2020
month 06
day 22
svn rev 78730
language R
version.string R version 4.0.2 (2020-06-22)
nickname Taking Off Again
And I can compile and fit an example model in rstan. I have both both i386 and x64 compilers as they both come with the 64-bit Rtools40. And in Program FilesR/R-4.0.2/bin I have both i386 and x64. I assume those both come with the 64-bit installation of R as well. I don’t know why this would be a problem and where I have gone wrong, as I have just followed the Rstan installation instructions and C++ toolchain setup instructions. Everything worked with the same R installation before rstan 2.26.
When using R4.1 and older all packages are built for both 32-bit and 64-bit by default. You can disable this by adding Biarch: false to your DESCRIPTION file or by upgrading your R version.
R-oldrel is currently R4.2, which is why there are no issues on CI/CRAN