Open dlcotter opened 1 year ago
Can you install the latest {cpp11}
and see if it fixes the issue?
If so, I'll add a min version to {cpp11}
.
How do I do that? I have the cpp
package, version 4:10.2.1-1, installed via apt
, which lists cpp-10
as a dependency; and there doesn't appear to be a cpp-11
package available to install or a cpp
that depends on cpp-11
.
I am using the following command to install shinytest2:
R -e "install.packages(c('shinytest2'), repos='https://cran.rstudio.com')"
And I am getting the errors:
I notice in
src/code.cpp
the directive#include <cpp11.hpp>
; however, there is no such file in thesrc
directory (or in the whole repository). Could this be the issue?Thanks, Daniel Cotter