Re: [R-SIG-Mac] Problem with createDataPartition

2021-08-10 Thread RoqueRichard via R-SIG-Mac
Hi Simon and Martin, Many thanks for your assistance and much appreciate it. The system is now working well Have a good day! Kind regards, Richard > On 10 Aug 2021, at 4:28 AM, Simon Urbanek wrote: > > Richard, > > Rcpp has made an ABI-breaking change in 1.0.7 so you need to re-install

Re: [R-SIG-Mac] Problem with createDataPartition

2021-08-09 Thread Simon Urbanek
Richard, Rcpp has made an ABI-breaking change in 1.0.7 so you need to re-install all packages that use Rcpp (i.e. not only Rcpp itself but all other packages). One way to re-install all packages is to use something like install.packages(rownames(installed.packages()), type='binary') If you