Skip to content

Commit 29b3b78

Browse files
authored
Remove unused and no-longer-needed function compilerCheck (#1395)
* Remove compilerCheck.R which is not used * Roll micro version and date
1 parent d0749ad commit 29b3b78

File tree

5 files changed

+12
-70
lines changed

5 files changed

+12
-70
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2025-07-20 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
* inst/include/Rcpp/config.h: Idem
5+
6+
* R/compilerCheck.R: Remove unused function
7+
* man/compilerCheck.Rd: Remove its documentation
8+
19
2025-07-19 Dirk Eddelbuettel <[email protected]>
210

311
* vignettes/rmd/Rcpp.bib: Use DOI for R citation

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.1.0.1
4-
Date: 2025-07-18
3+
Version: 1.1.0.2
4+
Date: 2025-07-20
55
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
66
comment = c(ORCID = "0000-0001-6419-907X")),
77
person("Romain", "Francois", role = "aut",

R/compilerCheck.R

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

inst/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define RCPP_VERSION_STRING "1.1.0"
3232

3333
// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
34-
#define RCPP_DEV_VERSION RcppDevVersion(1,1,0,1)
35-
#define RCPP_DEV_VERSION_STRING "1.1.0.1"
34+
#define RCPP_DEV_VERSION RcppDevVersion(1,1,0,2)
35+
#define RCPP_DEV_VERSION_STRING "1.1.0.2"
3636

3737
#endif

man/compilerCheck.Rd

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

0 commit comments

Comments
 (0)