You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently cpp11's README and, therefore, home page says:
... add the following to your DESCRIPTION file:
LinkingTo: cpp11
SystemRequirements: C++11
But as we all know too well, CRAN is asking for packages to drop SystemRequirements: C++11 in general.
Should this advice be changed in cpp11?
My immediate motivation for opening this issue is to do my due diligence before I modify usethis::use_cpp11() to stop adding SystemRequirements: C++11 to DESCRIPTION (r-lib/usethis#1824).