Skip to content

Commit 5b17608

Browse files
committed
Add note to NEWS, regenerate registration
1 parent 5db90f3 commit 5b17608

File tree

2 files changed

+41
-39
lines changed

2 files changed

+41
-39
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# cpp11 (development version)
22

3+
* `r_vector::const_iterator::operator*` is now a const method (#113, @bkietz, @xhochy)
4+
35
# cpp11 0.2.2
46

57
* `r_bool` added as an adapter between `bool` and `Rboolean` values (#57, @bkietz)

cpp11test/R/cpp11.R

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,157 +1,157 @@
11
# Generated by cpp11: do not edit by hand
22

33
cpp11_add_vec_for_ <- function(x, num) {
4-
.Call("_cpp11test_cpp11_add_vec_for_", x, num)
4+
.Call("_cpp11test_cpp11_add_vec_for_", x, num, PACKAGE = "cpp11test")
55
}
66

77
data_frame_ <- function() {
8-
.Call("_cpp11test_data_frame_")
8+
.Call("_cpp11test_data_frame_", PACKAGE = "cpp11test")
99
}
1010

1111
remove_altrep <- function(x) {
12-
.Call("_cpp11test_remove_altrep", x)
12+
.Call("_cpp11test_remove_altrep", x, PACKAGE = "cpp11test")
1313
}
1414

1515
upper_bound <- function(x, breaks) {
16-
.Call("_cpp11test_upper_bound", x, breaks)
16+
.Call("_cpp11test_upper_bound", x, breaks, PACKAGE = "cpp11test")
1717
}
1818

1919
findInterval2 <- function(x, breaks) {
20-
.Call("_cpp11test_findInterval2", x, breaks)
20+
.Call("_cpp11test_findInterval2", x, breaks, PACKAGE = "cpp11test")
2121
}
2222

2323
findInterval2_5 <- function(x, breaks) {
24-
.Call("_cpp11test_findInterval2_5", x, breaks)
24+
.Call("_cpp11test_findInterval2_5", x, breaks, PACKAGE = "cpp11test")
2525
}
2626

2727
findInterval3 <- function(x, breaks) {
28-
.Call("_cpp11test_findInterval3", x, breaks)
28+
.Call("_cpp11test_findInterval3", x, breaks, PACKAGE = "cpp11test")
2929
}
3030

3131
findInterval4 <- function(x, breaks) {
32-
.Call("_cpp11test_findInterval4", x, breaks)
32+
.Call("_cpp11test_findInterval4", x, breaks, PACKAGE = "cpp11test")
3333
}
3434

3535
grow_ <- function(n) {
36-
.Call("_cpp11test_grow_", n)
36+
.Call("_cpp11test_grow_", n, PACKAGE = "cpp11test")
3737
}
3838

3939
cpp11_insert_ <- function(num_sxp) {
40-
.Call("_cpp11test_cpp11_insert_", num_sxp)
40+
.Call("_cpp11test_cpp11_insert_", num_sxp, PACKAGE = "cpp11test")
4141
}
4242

4343
gibbs_cpp <- function(N, thin) {
44-
.Call("_cpp11test_gibbs_cpp", N, thin)
44+
.Call("_cpp11test_gibbs_cpp", N, thin, PACKAGE = "cpp11test")
4545
}
4646

4747
gibbs_cpp2 <- function(N, thin) {
48-
.Call("_cpp11test_gibbs_cpp2", N, thin)
48+
.Call("_cpp11test_gibbs_cpp2", N, thin, PACKAGE = "cpp11test")
4949
}
5050

5151
gibbs_rcpp <- function(N, thin) {
52-
.Call("_cpp11test_gibbs_rcpp", N, thin)
52+
.Call("_cpp11test_gibbs_rcpp", N, thin, PACKAGE = "cpp11test")
5353
}
5454

5555
gibbs_rcpp2 <- function(N, thin) {
56-
.Call("_cpp11test_gibbs_rcpp2", N, thin)
56+
.Call("_cpp11test_gibbs_rcpp2", N, thin, PACKAGE = "cpp11test")
5757
}
5858

5959
row_sums <- function(x) {
60-
.Call("_cpp11test_row_sums", x)
60+
.Call("_cpp11test_row_sums", x, PACKAGE = "cpp11test")
6161
}
6262

6363
protect_one_ <- function(x, n) {
64-
invisible(.Call("_cpp11test_protect_one_", x, n))
64+
invisible(.Call("_cpp11test_protect_one_", x, n, PACKAGE = "cpp11test"))
6565
}
6666

6767
protect_one_sexp_ <- function(x, n) {
68-
invisible(.Call("_cpp11test_protect_one_sexp_", x, n))
68+
invisible(.Call("_cpp11test_protect_one_sexp_", x, n, PACKAGE = "cpp11test"))
6969
}
7070

7171
protect_one_cpp11_ <- function(x, n) {
72-
invisible(.Call("_cpp11test_protect_one_cpp11_", x, n))
72+
invisible(.Call("_cpp11test_protect_one_cpp11_", x, n, PACKAGE = "cpp11test"))
7373
}
7474

7575
protect_one_preserve_ <- function(x, n) {
76-
invisible(.Call("_cpp11test_protect_one_preserve_", x, n))
76+
invisible(.Call("_cpp11test_protect_one_preserve_", x, n, PACKAGE = "cpp11test"))
7777
}
7878

7979
protect_many_ <- function(n) {
80-
invisible(.Call("_cpp11test_protect_many_", n))
80+
invisible(.Call("_cpp11test_protect_many_", n, PACKAGE = "cpp11test"))
8181
}
8282

8383
protect_many_cpp11_ <- function(n) {
84-
invisible(.Call("_cpp11test_protect_many_cpp11_", n))
84+
invisible(.Call("_cpp11test_protect_many_cpp11_", n, PACKAGE = "cpp11test"))
8585
}
8686

8787
protect_many_sexp_ <- function(n) {
88-
invisible(.Call("_cpp11test_protect_many_sexp_", n))
88+
invisible(.Call("_cpp11test_protect_many_sexp_", n, PACKAGE = "cpp11test"))
8989
}
9090

9191
protect_many_preserve_ <- function(n) {
92-
invisible(.Call("_cpp11test_protect_many_preserve_", n))
92+
invisible(.Call("_cpp11test_protect_many_preserve_", n, PACKAGE = "cpp11test"))
9393
}
9494

9595
protect_many_rcpp_ <- function(n) {
96-
invisible(.Call("_cpp11test_protect_many_rcpp_", n))
96+
invisible(.Call("_cpp11test_protect_many_rcpp_", n, PACKAGE = "cpp11test"))
9797
}
9898

9999
cpp11_release_ <- function(n) {
100-
invisible(.Call("_cpp11test_cpp11_release_", n))
100+
invisible(.Call("_cpp11test_cpp11_release_", n, PACKAGE = "cpp11test"))
101101
}
102102

103103
rcpp_release_ <- function(n) {
104-
invisible(.Call("_cpp11test_rcpp_release_", n))
104+
invisible(.Call("_cpp11test_rcpp_release_", n, PACKAGE = "cpp11test"))
105105
}
106106

107107
cpp11_safe_ <- function(x_sxp) {
108-
.Call("_cpp11test_cpp11_safe_", x_sxp)
108+
.Call("_cpp11test_cpp11_safe_", x_sxp, PACKAGE = "cpp11test")
109109
}
110110

111111
sum_int_for_ <- function(x) {
112-
.Call("_cpp11test_sum_int_for_", x)
112+
.Call("_cpp11test_sum_int_for_", x, PACKAGE = "cpp11test")
113113
}
114114

115115
rcpp_sum_dbl_for_ <- function(x_sxp) {
116-
.Call("_cpp11test_rcpp_sum_dbl_for_", x_sxp)
116+
.Call("_cpp11test_rcpp_sum_dbl_for_", x_sxp, PACKAGE = "cpp11test")
117117
}
118118

119119
rcpp_sum_dbl_foreach_ <- function(x_sxp) {
120-
.Call("_cpp11test_rcpp_sum_dbl_foreach_", x_sxp)
120+
.Call("_cpp11test_rcpp_sum_dbl_foreach_", x_sxp, PACKAGE = "cpp11test")
121121
}
122122

123123
rcpp_sum_dbl_accumulate_ <- function(x_sxp) {
124-
.Call("_cpp11test_rcpp_sum_dbl_accumulate_", x_sxp)
124+
.Call("_cpp11test_rcpp_sum_dbl_accumulate_", x_sxp, PACKAGE = "cpp11test")
125125
}
126126

127127
rcpp_grow_ <- function(n_sxp) {
128-
.Call("_cpp11test_rcpp_grow_", n_sxp)
128+
.Call("_cpp11test_rcpp_grow_", n_sxp, PACKAGE = "cpp11test")
129129
}
130130

131131
sum_dbl_for_ <- function(x) {
132-
.Call("_cpp11test_sum_dbl_for_", x)
132+
.Call("_cpp11test_sum_dbl_for_", x, PACKAGE = "cpp11test")
133133
}
134134

135135
sum_dbl_for2_ <- function(x_sxp) {
136-
.Call("_cpp11test_sum_dbl_for2_", x_sxp)
136+
.Call("_cpp11test_sum_dbl_for2_", x_sxp, PACKAGE = "cpp11test")
137137
}
138138

139139
sum_dbl_for3_ <- function(x_sxp) {
140-
.Call("_cpp11test_sum_dbl_for3_", x_sxp)
140+
.Call("_cpp11test_sum_dbl_for3_", x_sxp, PACKAGE = "cpp11test")
141141
}
142142

143143
sum_dbl_foreach_ <- function(x) {
144-
.Call("_cpp11test_sum_dbl_foreach_", x)
144+
.Call("_cpp11test_sum_dbl_foreach_", x, PACKAGE = "cpp11test")
145145
}
146146

147147
sum_dbl_foreach2_ <- function(x_sxp) {
148-
.Call("_cpp11test_sum_dbl_foreach2_", x_sxp)
148+
.Call("_cpp11test_sum_dbl_foreach2_", x_sxp, PACKAGE = "cpp11test")
149149
}
150150

151151
sum_dbl_accumulate_ <- function(x) {
152-
.Call("_cpp11test_sum_dbl_accumulate_", x)
152+
.Call("_cpp11test_sum_dbl_accumulate_", x, PACKAGE = "cpp11test")
153153
}
154154

155155
sum_dbl_accumulate2_ <- function(x_sxp) {
156-
.Call("_cpp11test_sum_dbl_accumulate2_", x_sxp)
156+
.Call("_cpp11test_sum_dbl_accumulate2_", x_sxp, PACKAGE = "cpp11test")
157157
}

0 commit comments

Comments
 (0)