From 025a3af042433919b2442914fe5e76c8652a76d3 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Mon, 3 Mar 2025 16:32:42 -0500 Subject: [PATCH 1/4] Remove link which is timing out --- vignettes/cpp11.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/cpp11.Rmd b/vignettes/cpp11.Rmd index 5f10fcc6..cabafc1d 100644 --- a/vignettes/cpp11.Rmd +++ b/vignettes/cpp11.Rmd @@ -1154,4 +1154,4 @@ If you would like to dive deeper or write more complex functions other resources (Follow the links under notes.) Writing performant code may also require you to rethink your basic approach: a solid understanding of basic data structures and algorithms is very helpful here. -That's beyond the scope of this vignette, but I'd suggest the [*Algorithm Design Manual*](https://www.algorist.com/) MIT's [*Introduction to Algorithms*](https://web.archive.org/web/20200604134756/https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/), *Algorithms* by Robert Sedgewick and Kevin Wayne which has a free [online textbook](http://algs4.cs.princeton.edu/home/) and a matching [Coursera course](https://www.coursera.org/learn/algorithms-part1). +That's beyond the scope of this vignette, but I'd suggest the *Algorithm Design Manual*, MIT's [*Introduction to Algorithms*](https://web.archive.org/web/20200604134756/https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/), *Algorithms* by Robert Sedgewick and Kevin Wayne which has a free [online textbook](http://algs4.cs.princeton.edu/home/) and a matching [Coursera course](https://www.coursera.org/learn/algorithms-part1). From 5ef5504ab4d9c1784e9a864bdef6b2bc8e2a42eb Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Mon, 3 Mar 2025 16:36:18 -0500 Subject: [PATCH 2/4] Increment version number to 0.5.2 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7a418560..c936ab26 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cpp11 Title: A C++11 Interface for R's C Interface -Version: 0.5.1.9000 +Version: 0.5.2 Authors@R: c( person("Davis", "Vaughan", email = "davis@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4777-038X")), diff --git a/NEWS.md b/NEWS.md index 8e9e35e8..e5001027 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# cpp11 (development version) +# cpp11 0.5.2 * Fixed an issue related to `-Wdeprecated-literal-operator` (#447, @andrjohns). From 5e1710386ed697f9e64858e80cc275bcfd69f9c5 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Mon, 3 Mar 2025 17:25:52 -0500 Subject: [PATCH 3/4] CRAN-SUBMISSION --- CRAN-SUBMISSION | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CRAN-SUBMISSION diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 00000000..bacbfd0e --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.5.2 +Date: 2025-03-03 22:25:40 UTC +SHA: 5ef5504ab4d9c1784e9a864bdef6b2bc8e2a42eb From d06faf127794067127da09172118d1e256d03c22 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Tue, 4 Mar 2025 09:33:38 -0500 Subject: [PATCH 4/4] Delete CRAN-SUBMISSION --- CRAN-SUBMISSION | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 CRAN-SUBMISSION diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION deleted file mode 100644 index bacbfd0e..00000000 --- a/CRAN-SUBMISSION +++ /dev/null @@ -1,3 +0,0 @@ -Version: 0.5.2 -Date: 2025-03-03 22:25:40 UTC -SHA: 5ef5504ab4d9c1784e9a864bdef6b2bc8e2a42eb