-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect another R_NO_REMAP with preceding #ifndef (#1353)
- Loading branch information
1 parent
0c749db
commit 52839b0
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2025-01-01 Dirk Eddelbuettel <[email protected]> | ||
|
||
* inst/include/Rcpp/Benchmark/Timer.h (R_NO_REMAP): Protect include | ||
with preceding #ifndef now that R 4.5.0 will set this too | ||
|
||
2024-11-25 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Roll micro version to 1.0.13.6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: Rcpp | ||
Title: Seamless R and C++ Integration | ||
Version: 1.0.13.6 | ||
Date: 2024-11-25 | ||
Date: 2025-01-01 | ||
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-6419-907X")), | ||
person("Romain", "Francois", role = "aut", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters