Skip to content

Commit 96ac5e2

Browse files
committed
remove roxygen changes, that is a different PR
1 parent b138ff8 commit 96ac5e2

File tree

10 files changed

+1
-235
lines changed

10 files changed

+1
-235
lines changed

cpp11test/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Suggests:
2020
xml2
2121
LazyData: true
2222
Roxygen: list(markdown = TRUE)
23-
RoxygenNote: 7.1.1
23+
RoxygenNote: 7.3.2

cpp11test/R/cpp11.R

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -164,34 +164,6 @@ rcpp_release_ <- function(n) {
164164
invisible(.Call(`_cpp11test_rcpp_release_`, n))
165165
}
166166

167-
notroxcpp1_ <- function(x) {
168-
.Call(`_cpp11test_notroxcpp1_`, x)
169-
}
170-
171-
roxcpp2_ <- function(x) {
172-
.Call(`_cpp11test_roxcpp2_`, x)
173-
}
174-
175-
roxcpp3_ <- function(x) {
176-
.Call(`_cpp11test_roxcpp3_`, x)
177-
}
178-
179-
roxcpp4_ <- function(x) {
180-
.Call(`_cpp11test_roxcpp4_`, x)
181-
}
182-
183-
roxcpp5_ <- function(x) {
184-
.Call(`_cpp11test_roxcpp5_`, x)
185-
}
186-
187-
notroxcpp6_ <- function(x) {
188-
.Call(`_cpp11test_notroxcpp6_`, x)
189-
}
190-
191-
roxcpp7_ <- function(x) {
192-
.Call(`_cpp11test_roxcpp7_`, x)
193-
}
194-
195167
cpp11_safe_ <- function(x_sxp) {
196168
.Call(`_cpp11test_cpp11_safe_`, x_sxp)
197169
}
@@ -204,26 +176,6 @@ string_push_back_ <- function() {
204176
.Call(`_cpp11test_string_push_back_`)
205177
}
206178

207-
grow_strings_cpp11_ <- function(n, seed) {
208-
.Call(`_cpp11test_grow_strings_cpp11_`, n, seed)
209-
}
210-
211-
grow_strings_rcpp_ <- function(n, seed) {
212-
.Call(`_cpp11test_grow_strings_rcpp_`, n, seed)
213-
}
214-
215-
grow_strings_manual_ <- function(n, seed) {
216-
.Call(`_cpp11test_grow_strings_manual_`, n, seed)
217-
}
218-
219-
assign_cpp11_ <- function(n, seed) {
220-
.Call(`_cpp11test_assign_cpp11_`, n, seed)
221-
}
222-
223-
assign_rcpp_ <- function(n, seed) {
224-
.Call(`_cpp11test_assign_rcpp_`, n, seed)
225-
}
226-
227179
sum_dbl_for_ <- function(x) {
228180
.Call(`_cpp11test_sum_dbl_for_`, x)
229181
}
@@ -292,14 +244,6 @@ rcpp_push_and_truncate_ <- function(size_sxp) {
292244
.Call(`_cpp11test_rcpp_push_and_truncate_`, size_sxp)
293245
}
294246

295-
nullable_extptr_1 <- function() {
296-
.Call(`_cpp11test_nullable_extptr_1`)
297-
}
298-
299-
nullable_extptr_2 <- function() {
300-
.Call(`_cpp11test_nullable_extptr_2`)
301-
}
302-
303247
test_destruction_inner <- function() {
304248
invisible(.Call(`_cpp11test_test_destruction_inner`))
305249
}

cpp11test/man/roxcpp2_.Rd

Lines changed: 0 additions & 17 deletions
This file was deleted.

cpp11test/man/roxcpp3_.Rd

Lines changed: 0 additions & 17 deletions
This file was deleted.

cpp11test/man/roxcpp4_.Rd

Lines changed: 0 additions & 17 deletions
This file was deleted.

cpp11test/man/roxcpp5_.Rd

Lines changed: 0 additions & 17 deletions
This file was deleted.

cpp11test/man/roxcpp7_.Rd

Lines changed: 0 additions & 22 deletions
This file was deleted.

cpp11test/src/roxygen1.cpp

Lines changed: 0 additions & 22 deletions
This file was deleted.

cpp11test/src/roxygen2.cpp

Lines changed: 0 additions & 28 deletions
This file was deleted.

cpp11test/src/roxygen3.cpp

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)