Skip to content

Commit 885de1f

Browse files
committed
Regenerated RcppExports.cpp
1 parent e0ac2b4 commit 885de1f

2 files changed

Lines changed: 18 additions & 14 deletions

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2026-03-14 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* src/RcppExports.cpp: Regenerated under current Rcpp switching to (Rf_error)
4+
15
2026-01-17 Dirk Eddelbuettel <edd@debian.org>
26

37
* DESCRIPTION (Version, Date): Release 0.1.4

src/RcppExports.cpp

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RcppExport SEXP _RcppQuantuccia_setCalendar(SEXP calstrSEXP) {
4242
if (rcpp_isError_gen) {
4343
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
4444
UNPROTECT(1);
45-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
45+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
4646
}
4747
UNPROTECT(1);
4848
return rcpp_result_gen;
@@ -75,7 +75,7 @@ RcppExport SEXP _RcppQuantuccia_getName() {
7575
if (rcpp_isError_gen) {
7676
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
7777
UNPROTECT(1);
78-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
78+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
7979
}
8080
UNPROTECT(1);
8181
return rcpp_result_gen;
@@ -108,7 +108,7 @@ RcppExport SEXP _RcppQuantuccia_getId() {
108108
if (rcpp_isError_gen) {
109109
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
110110
UNPROTECT(1);
111-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
111+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
112112
}
113113
UNPROTECT(1);
114114
return rcpp_result_gen;
@@ -143,7 +143,7 @@ RcppExport SEXP _RcppQuantuccia_advanceDate(SEXP rdSEXP, SEXP daysSEXP) {
143143
if (rcpp_isError_gen) {
144144
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
145145
UNPROTECT(1);
146-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
146+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
147147
}
148148
UNPROTECT(1);
149149
return rcpp_result_gen;
@@ -177,7 +177,7 @@ RcppExport SEXP _RcppQuantuccia_isBusinessDay(SEXP datesSEXP) {
177177
if (rcpp_isError_gen) {
178178
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
179179
UNPROTECT(1);
180-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
180+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
181181
}
182182
UNPROTECT(1);
183183
return rcpp_result_gen;
@@ -211,7 +211,7 @@ RcppExport SEXP _RcppQuantuccia_isHoliday(SEXP datesSEXP) {
211211
if (rcpp_isError_gen) {
212212
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
213213
UNPROTECT(1);
214-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
214+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
215215
}
216216
UNPROTECT(1);
217217
return rcpp_result_gen;
@@ -245,7 +245,7 @@ RcppExport SEXP _RcppQuantuccia_isWeekend(SEXP datesSEXP) {
245245
if (rcpp_isError_gen) {
246246
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
247247
UNPROTECT(1);
248-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
248+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
249249
}
250250
UNPROTECT(1);
251251
return rcpp_result_gen;
@@ -279,7 +279,7 @@ RcppExport SEXP _RcppQuantuccia_isEndOfMonth(SEXP datesSEXP) {
279279
if (rcpp_isError_gen) {
280280
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
281281
UNPROTECT(1);
282-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
282+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
283283
}
284284
UNPROTECT(1);
285285
return rcpp_result_gen;
@@ -313,7 +313,7 @@ RcppExport SEXP _RcppQuantuccia_getEndOfMonth(SEXP datesSEXP) {
313313
if (rcpp_isError_gen) {
314314
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
315315
UNPROTECT(1);
316-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
316+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
317317
}
318318
UNPROTECT(1);
319319
return rcpp_result_gen;
@@ -348,7 +348,7 @@ RcppExport SEXP _RcppQuantuccia_adjust_cpp(SEXP datesSEXP, SEXP bdcSEXP) {
348348
if (rcpp_isError_gen) {
349349
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
350350
UNPROTECT(1);
351-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
351+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
352352
}
353353
UNPROTECT(1);
354354
return rcpp_result_gen;
@@ -386,7 +386,7 @@ RcppExport SEXP _RcppQuantuccia_advanceUnits_cpp(SEXP datesSEXP, SEXP nSEXP, SEX
386386
if (rcpp_isError_gen) {
387387
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
388388
UNPROTECT(1);
389-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
389+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
390390
}
391391
UNPROTECT(1);
392392
return rcpp_result_gen;
@@ -423,7 +423,7 @@ RcppExport SEXP _RcppQuantuccia_businessDaysBetween(SEXP fromSEXP, SEXP toSEXP,
423423
if (rcpp_isError_gen) {
424424
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
425425
UNPROTECT(1);
426-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
426+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
427427
}
428428
UNPROTECT(1);
429429
return rcpp_result_gen;
@@ -459,7 +459,7 @@ RcppExport SEXP _RcppQuantuccia_getHolidays(SEXP fromSEXP, SEXP toSEXP, SEXP inc
459459
if (rcpp_isError_gen) {
460460
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
461461
UNPROTECT(1);
462-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
462+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
463463
}
464464
UNPROTECT(1);
465465
return rcpp_result_gen;
@@ -494,7 +494,7 @@ RcppExport SEXP _RcppQuantuccia_getBusinessDays(SEXP fromSEXP, SEXP toSEXP) {
494494
if (rcpp_isError_gen) {
495495
SEXP rcpp_msgSEXP_gen = Rf_asChar(rcpp_result_gen);
496496
UNPROTECT(1);
497-
Rf_error("%s", CHAR(rcpp_msgSEXP_gen));
497+
(Rf_error)("%s", CHAR(rcpp_msgSEXP_gen));
498498
}
499499
UNPROTECT(1);
500500
return rcpp_result_gen;

0 commit comments

Comments
 (0)