File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed
Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ 2026-03-29 Iñaki Ucar <iucar@fedoraproject.org>
2+
3+ * inst/include/Rcpp/api/meat/Rcpp_eval.h: Remove check for non-API
4+ R_UnboundValue, which is never returned anyway from Rf_findFun
5+ * inst/include/Rcpp/Function.h: Use alternative to R_UnboundValue
6+ * inst/include/Rcpp/Promise.h: Idem
7+ * inst/include/Rcpp/Environment.h: Idem + some refactoring
8+
192026-03-26 Dirk Eddelbuettel <edd@debian.org>
210
311 * inst/bib/Rcpp.bib: Refreshed a few more references
Original file line number Diff line number Diff line change 22// Environment.h: Rcpp R/C++ interface class library -- access R environments
33//
44// Copyright (C) 2009-2013 Dirk Eddelbuettel and Romain François
5- // Copyright (C) 2014-2026 Dirk Eddelbuettel, Romain François and Kevin Ushey
5+ // Copyright (C) 2014-2025 Dirk Eddelbuettel, Romain François and Kevin Ushey
6+ // Copyright (C) 2026 Dirk Eddelbuettel, Romain François, Kevin Ushey and Iñaki Ucar
67//
78// This file is part of Rcpp.
89//
Original file line number Diff line number Diff line change 11
22// Function.h: Rcpp R/C++ interface class library -- functions (also primitives and builtins)
33//
4- // Copyright (C) 2010 - 2026 Dirk Eddelbuettel and Romain Francois
4+ // Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois
5+ // Copyright (C) 2026 Dirk Eddelbuettel, Romain François and Iñaki Ucar
56//
67// This file is part of Rcpp.
78//
Original file line number Diff line number Diff line change 22//
33// Promise.h: Rcpp R/C++ interface class library -- promises (PROMSXP)
44//
5- // Copyright (C) 2010 - 2013 Dirk Eddelbuettel and Romain Francois
5+ // Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain François
6+ // Copyright (C) 2026 Dirk Eddelbuettel, Romain François and Iñaki Ucar
67//
78// This file is part of Rcpp.
89//
Original file line number Diff line number Diff line change 11// Copyright (C) 2013 - 2025 Romain Francois
2- // Copyright (C) 2026 Romain Francois and Dirk Eddelbuettel
2+ // Copyright (C) 2026 Romain Francois, Dirk Eddelbuettel and Iñaki Ucar
33//
44// This file is part of Rcpp.
55//
You can’t perform that action at this time.
0 commit comments