AndriSignorell / DescTools

Tools for Descriptive Statistics and Exploratory Data Analysis
http://andrisignorell.github.io/DescTools/
86 stars 18 forks source link

Compiler issue #130

Closed elia427 closed 10 months ago

elia427 commented 10 months ago

Hi,

How can i solve this? Thanks.

` remotes::install_github("AndriSignorell/DescTools")

elia427 commented 10 months ago

I found the solution here #128

mverkerk commented 8 months ago

Make sure to use the right C++ standard by adding the following line the the DESCRIPTION file:

SystemRequirements: C++17

AndriSignorell commented 8 months ago

Done so, all error messages on CRAN are gone. Thanks for the hint!