Skip to content

Commit f78e588

Browse files
- pak::local_install_dev_deps("cpp11etst")
1 parent 2e92468 commit f78e588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
if: matrix.config.custom != 'no-cpp11test'
8585
run: |
8686
options(warn = 2)
87-
pak::local_install_dev_deps("cpp11test", dependencies = TRUE)
8887
install.packages("cpp11test", repos = NULL, INSTALL_opts = "--install-tests", type = "source")
8988
shell: Rscript {0}
9089

cpp11test/src/test-doubles.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#include <cstring>
2-
#include "cpp11/as_vector.hpp"
32
#include "cpp11/doubles.hpp"
43
#include "cpp11/function.hpp"
54
#include "cpp11/integers.hpp"
65
#include "cpp11/sexp.hpp"
76
#include "cpp11/strings.hpp"
87

8+
#include "cpp11/as_vector.hpp"
9+
910
#include <testthat.h>
1011

1112
context("doubles-C++") {

0 commit comments

Comments
 (0)