- using R version 4.6.0 (2026-04-24)
- using platform: x86_64-apple-darwin20
- R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 14.2.0
- running under: macOS Ventura 13.3.1
- using session charset: UTF-8
* current time: 2026-07-02 15:35:47 UTC
- checking for file ‘cppally/DESCRIPTION’ ... OK
- this is package ‘cppally’ version ‘1.0.0’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘cppally’ can be installed ... [2s/4s] OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [2s/7s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [0s/1s] OK
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [36s/76s] ERROR
Error(s) in re-building vignettes:
--- re-building ‘cppally.Rmd’ using rmarkdown
Quitting from cppally.Rmd:85-467 [unnamed-chunk-5]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! Compilation failed:
specified C++20
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++20
using SDK: ‘MacOSX11.3.1.sdk’
In file included from /Volumes/Temp/tmp/RtmpgisDED/file1131e3e37d259/src/cppally.cpp:1:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_dispatch.h:13:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_sexp_types.h:8:
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:33: error: no member named 'same_as' in namespace 'std'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: expected '(' for function-style cast or type construction
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~~~~~~~~~~~~~~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: a template declaration can only declare a single entity
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_lgl>' requested here
concept RLogicalType = is<T, r_lgl>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: while substituting template arguments into constraint expression here
concept RLogicalType = is<T, r_lgl>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while checking the satisfaction of concept 'RLogicalType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_int>' requested here
concept RShortIntegerType = is<T, r_int>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: while substituting template arguments into constraint expression here
concept RShortIntegerType = is<T, r_int>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while checking the satisfaction of concept 'RShortIntegerType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
---
Backtrace:
▆
1. └─global cpp_source(code = paste(examples, collapse = "\n"), debug = TRUE)
2. └─cppally::cpp_source(debug = debug, env = env, code = code, ...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'cppally.Rmd' failed with diagnostics:
Compilation failed:
specified C++20
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++20
using SDK: ‘MacOSX11.3.1.sdk’
In file included from /Volumes/Temp/tmp/RtmpgisDED/file1131e3e37d259/src/cppally.cpp:1:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_dispatch.h:13:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_sexp_types.h:8:
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:33: error: no member named 'same_as' in namespace 'std'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: expected '(' for function-style cast or type construction
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~~~~~~~~~~~~~~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: a template declaration can only declare a single entity
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_lgl>' requested here
concept RLogicalType = is<T, r_lgl>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: while substituting template arguments into constraint expression here
concept RLogicalType = is<T, r_lgl>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while checking the satisfaction of concept 'RLogicalType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_int>' requested here
concept RShortIntegerType = is<T, r_int>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: while substituting template arguments into constraint expression here
concept RShortIntegerType = is<T, r_int>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while checking the satisfaction of concept 'RShortIntegerType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
--- failed re-building ‘cppally.Rmd’
--- re-building ‘functionals.Rmd’ using rmarkdown
Quitting from functionals.Rmd:51-190 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! Compilation failed:
specified C++20
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++20
using SDK: ‘MacOSX11.3.1.sdk’
In file included from /Volumes/Temp/tmp/RtmpAUjJNL/file113d75ff8868a/src/cppally.cpp:1:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_dispatch.h:13:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_sexp_types.h:8:
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:33: error: no member named 'same_as' in namespace 'std'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: expected '(' for function-style cast or type construction
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~~~~~~~~~~~~~~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: a template declaration can only declare a single entity
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_lgl>' requested here
concept RLogicalType = is<T, r_lgl>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: while substituting template arguments into constraint expression here
concept RLogicalType = is<T, r_lgl>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while checking the satisfaction of concept 'RLogicalType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_int>' requested here
concept RShortIntegerType = is<T, r_int>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: while substituting template arguments into constraint expression here
concept RShortIntegerType = is<T, r_int>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while checking the satisfaction of concept 'RShortIntegerType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
---
Backtrace:
▆
1. └─global cpp_source(code = paste(examples, collapse = "\n"), debug = TRUE)
2. └─cppally::cpp_source(debug = debug, env = env, code = code, ...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'functionals.Rmd' failed with diagnostics:
Compilation failed:
specified C++20
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++20
using SDK: ‘MacOSX11.3.1.sdk’
In file included from /Volumes/Temp/tmp/RtmpAUjJNL/file113d75ff8868a/src/cppally.cpp:1:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_dispatch.h:13:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_sexp_types.h:8:
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:33: error: no member named 'same_as' in namespace 'std'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: expected '(' for function-style cast or type construction
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~~~~~~~~~~~~~~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: a template declaration can only declare a single entity
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_lgl>' requested here
concept RLogicalType = is<T, r_lgl>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: while substituting template arguments into constraint expression here
concept RLogicalType = is<T, r_lgl>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while checking the satisfaction of concept 'RLogicalType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_int>' requested here
concept RShortIntegerType = is<T, r_int>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: while substituting template arguments into constraint expression here
concept RShortIntegerType = is<T, r_int>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while checking the satisfaction of concept 'RShortIntegerType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
--- failed re-building ‘functionals.Rmd’
--- re-building ‘protection.Rmd’ using rmarkdown
Quitting from protection.Rmd:50-236 [unnamed-chunk-5]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! Compilation failed:
specified C++20
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++20
using SDK: ‘MacOSX11.3.1.sdk’
In file included from /Volumes/Temp/tmp/RtmpZqpHHy/file11943740ef71d/src/cppally.cpp:1:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_dispatch.h:13:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_sexp_types.h:8:
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:33: error: no member named 'same_as' in namespace 'std'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: expected '(' for function-style cast or type construction
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~~~~~~~~~~~~~~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: a template declaration can only declare a single entity
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_lgl>' requested here
concept RLogicalType = is<T, r_lgl>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: while substituting template arguments into constraint expression here
concept RLogicalType = is<T, r_lgl>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while checking the satisfaction of concept 'RLogicalType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_int>' requested here
concept RShortIntegerType = is<T, r_int>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: while substituting template arguments into constraint expression here
concept RShortIntegerType = is<T, r_int>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while checking the satisfaction of concept 'RShortIntegerType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
---
Backtrace:
▆
1. └─global cpp_source(code = paste(examples, collapse = "\n"))
2. └─cppally::cpp_source(debug = debug, env = env, code = code, ...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'protection.Rmd' failed with diagnostics:
Compilation failed:
specified C++20
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++20
using SDK: ‘MacOSX11.3.1.sdk’
In file included from /Volumes/Temp/tmp/RtmpZqpHHy/file11943740ef71d/src/cppally.cpp:1:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_dispatch.h:13:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_sexp_types.h:8:
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:33: error: no member named 'same_as' in namespace 'std'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: expected '(' for function-style cast or type construction
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~~~~~~~~~~~~~~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: a template declaration can only declare a single entity
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_lgl>' requested here
concept RLogicalType = is<T, r_lgl>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: while substituting template arguments into constraint expression here
concept RLogicalType = is<T, r_lgl>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while checking the satisfaction of concept 'RLogicalType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_int>' requested here
concept RShortIntegerType = is<T, r_int>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: while substituting template arguments into constraint expression here
concept RShortIntegerType = is<T, r_int>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while checking the satisfaction of concept 'RShortIntegerType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
--- failed re-building ‘protection.Rmd’
--- re-building ‘vector_name_hashing.Rmd’ using rmarkdown
Quitting from vector_name_hashing.Rmd:227-242 [unnamed-chunk-9]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! Compilation failed:
specified C++20
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++20
using SDK: ‘MacOSX11.3.1.sdk’
In file included from /Volumes/Temp/tmp/RtmpicPuQJ/file124d14d25357b/src/cppally.cpp:1:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_dispatch.h:13:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_sexp_types.h:8:
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:33: error: no member named 'same_as' in namespace 'std'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: expected '(' for function-style cast or type construction
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~~~~~~~~~~~~~~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: a template declaration can only declare a single entity
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_lgl>' requested here
concept RLogicalType = is<T, r_lgl>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: while substituting template arguments into constraint expression here
concept RLogicalType = is<T, r_lgl>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while checking the satisfaction of concept 'RLogicalType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_int>' requested here
concept RShortIntegerType = is<T, r_int>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: while substituting template arguments into constraint expression here
concept RShortIntegerType = is<T, r_int>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while checking the satisfaction of concept 'RShortIntegerType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
---
Backtrace:
▆
1. └─cppally::cpp_source(code = "\n#include <cppally.hpp>\nusing namespace cppally;\n\n[[cppally::register]]\nr_vec<r_sexp> do_lookup(r_vec<r_sexp> x, r_str name, int n_iterations){\n r_vec<r_sexp> out(n_iterations);\n for (int i = 0; i < n_iterations; ++i){\n out.set(i, x.get(name));\n }\n return out;\n}\n")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'vector_name_hashing.Rmd' failed with diagnostics:
Compilation failed:
specified C++20
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++20
using SDK: ‘MacOSX11.3.1.sdk’
In file included from /Volumes/Temp/tmp/RtmpicPuQJ/file124d14d25357b/src/cppally.cpp:1:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_dispatch.h:13:
In file included from /Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_sexp_types.h:8:
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:33: error: no member named 'same_as' in namespace 'std'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: expected '(' for function-style cast or type construction
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
~~~~~~~~~~~~~~~~~~~~~~^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:63: error: a template declaration can only declare a single entity
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_lgl>' requested here
concept RLogicalType = is<T, r_lgl>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:61:24: note: while substituting template arguments into constraint expression here
concept RLogicalType = is<T, r_lgl>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while checking the satisfaction of concept 'RLogicalType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:24: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
^
= false
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: in instantiation of variable template specialization 'cppally::is<cppally::r_sexp, cppally::r_int>' requested here
concept RShortIntegerType = is<T, r_int>;
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:64:29: note: while substituting template arguments into constraint expression here
concept RShortIntegerType = is<T, r_int>;
^~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while checking the satisfaction of concept 'RShortIntegerType<cppally::r_sexp>' requested here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:70:43: note: while substituting template arguments into constraint expression here
concept RIntegerType = RLogicalType<T> || RShortIntegerType<T> || RLongIntegerType<T>;
^~~~~~~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: while checking the satisfaction of concept 'RIntegerType<cppally::r_sexp>' requested here
concept RMathType = RIntegerType<T> || RFloatType<T>;
^~~~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:119:21: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while checking the satisfaction of concept 'RScalar<cppally::r_sexp>' requested here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:164:16: note: while substituting template arguments into constraint expression here
concept RVal = RScalar<T> || is<T, r_sexp>;
^~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while checking the satisfaction of concept 'RVal<cppally::r_sexp>' requested here
template<RVal T>
^
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:175:10: note: while substituting template arguments into constraint expression here
template<RVal T>
^~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:345:18: note: while checking constraint satisfaction for template 'r_vec<cppally::r_sexp>' required here
using type = r_vec<r_sexp>;
^~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/results/4.6/cppally.Rcheck/cppally/include/cppally/r_concepts.h:25:23: error: default initialization of an object of const type 'const bool'
inline constexpr bool is = std::same_as<std::remove_cvref_t<T>, std::remove_cvref_t<U>>;
--- failed re-building ‘vector_name_hashing.Rmd’
SUMMARY: processing the following files failed:
‘cppally.Rmd’ ‘functionals.Rmd’ ‘protection.Rmd’
‘vector_name_hashing.Rmd’
Error: Vignette re-building failed.
Execution halted
- checking PDF version of manual ... [7s/13s] OK
- DONE
Status: 1 ERROR