Skip to content

Remove unused and no-longer-needed function compilerCheck #1395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2025-07-20 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Roll micro version and date
* inst/include/Rcpp/config.h: Idem

* R/compilerCheck.R: Remove unused function
* man/compilerCheck.Rd: Remove its documentation

2025-07-19 Dirk Eddelbuettel <edd@debian.org>

* vignettes/rmd/Rcpp.bib: Use DOI for R citation
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Rcpp
Title: Seamless R and C++ Integration
Version: 1.1.0.1
Date: 2025-07-18
Version: 1.1.0.2
Date: 2025-07-20
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Romain", "Francois", role = "aut",
Expand Down
36 changes: 0 additions & 36 deletions R/compilerCheck.R

This file was deleted.

4 changes: 2 additions & 2 deletions inst/include/Rcpp/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#define RCPP_VERSION_STRING "1.1.0"

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

#endif
30 changes: 0 additions & 30 deletions man/compilerCheck.Rd

This file was deleted.

Loading