R is a language and environment for statistical computing and graphics.
Deserialization of untrusted data can occur in the R statistical programming language, enabling a maliciously crafted RDS (R Data Serialization) formatted file or R package to run arbitrary code on an end user’s system when interacted with.
Arbitrary code may be run when deserializing untrusted data.
There is no known workaround at this time.
All R users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-lang/R-4.4.1"