Update c++ requirement to 17 for the R package. (#8860)

This commit is contained in:
Jiaming Yuan
2023-03-02 06:49:39 +08:00
committed by GitHub
parent a5852365fd
commit 803d5e3c4c
3 changed files with 7 additions and 7 deletions

View File

@@ -66,4 +66,4 @@ Imports:
jsonlite (>= 1.0),
RoxygenNote: 7.2.3
Encoding: UTF-8
SystemRequirements: GNU make, C++14
SystemRequirements: GNU make, C++17