Source: r-base Version: 4.3.1-1 Severity: serious I'm copying this from https://launchpad.net/bugs/2020799
========== A bunch of R packages fail autopkgtests with 4.3.0-1, with errors looking like this: Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the use of native symbols Looking into the upstream code and changelog, this appears to be related to this change: Attempting to use a character string naming a foreign function entry point in a foreign function call in a package will now signal an error if the packages has called R_forceSymbols to specify that symbols must be used. ========== Thank you, Jeremy Bícha