We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b336d commit 86bc537Copy full SHA for 86bc537
cpp4rtest/DESCRIPTION
@@ -22,5 +22,4 @@ LazyData: true
22
Roxygen: list(markdown = TRUE)
23
RoxygenNote: 7.3.3
24
Config/testthat/edition: 3
25
-SystemRequirements: C++NN
26
NeedsCompilation: yes
scripts/check_restore.sh
@@ -18,9 +18,6 @@ else cpp_std="$std"; fi
18
# Restore Makevars.in placeholder
19
echo "CXX_STD = CXXNN" > ./cpp4rtest/src/Makevars.in
20
21
-# Restore DESCRIPTION placeholder (needs C++ format)
-sed -i "s/${cpp_std}/C++NN/" ./cpp4rtest/DESCRIPTION || true
-
# Restore GCC by unsetting USE_CLANG
unset USE_CLANG || true
0 commit comments