From db4d5b79dc4c383b6bcee91904f77847121fc1f4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:10:23 +0000 Subject: [PATCH 1/5] Initial plan From 9196013e7386de155f94c5a97adc7f60dd267dfc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:13:09 +0000 Subject: [PATCH 2/5] Remove C++11 specification from DESCRIPTION file Co-authored-by: Sumidu <23698+Sumidu@users.noreply.github.com> --- DESCRIPTION | 1 - 1 file changed, 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0d59035..dbc150b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -20,7 +20,6 @@ Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 URL: https://github.com/Sumidu/gghilbertstrings BugReports: https://github.com/Sumidu/gghilbertstrings/issues -SystemRequirements: C++11 Imports: ggplot2, dplyr, From 7f8f3dd68a79f3a75096d56273c245ed57cd7795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Calero=20Valdez?= Date: Fri, 19 Dec 2025 17:19:11 +0100 Subject: [PATCH 3/5] update current version --- DESCRIPTION | 2 +- man/gghilbertstrings-package.Rd | 8 +------- src/RcppExports.cpp | 5 +++++ 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dbc150b..5d3cf6f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,7 +17,7 @@ Description: A set of functions that help to create plots based on Hilbert curve License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.1 +RoxygenNote: 7.3.2 URL: https://github.com/Sumidu/gghilbertstrings BugReports: https://github.com/Sumidu/gghilbertstrings/issues Imports: diff --git a/man/gghilbertstrings-package.Rd b/man/gghilbertstrings-package.Rd index 3cf57e3..f2541de 100644 --- a/man/gghilbertstrings-package.Rd +++ b/man/gghilbertstrings-package.Rd @@ -6,13 +6,7 @@ \alias{gghilbertstrings-package} \title{gghilbertstrings: A Fast 'ggplot2'-Based Implementation of Hilbert Curves} \description{ -A set of functions that help to create plots based on Hilbert curves. - Hilbert curves are used to map one dimensional data into the 2D plane. - The package provides a function that generate a 2D coordinate from an - integer position. As a specific use case the package provides a function - that allows mapping a character column in a data frame into 2D space - using 'ggplot2'. This allows visually comparing long lists of URLs, words, - genes or other data that has a fixed order and position. +A set of functions that help to create plots based on Hilbert curves. Hilbert curves are used to map one dimensional data into the 2D plane. The package provides a function that generate a 2D coordinate from an integer position. As a specific use case the package provides a function that allows mapping a character column in a data frame into 2D space using 'ggplot2'. This allows visually comparing long lists of URLs, words, genes or other data that has a fixed order and position. } \seealso{ Useful links: diff --git a/src/RcppExports.cpp b/src/RcppExports.cpp index 87d6320..bd87ca1 100644 --- a/src/RcppExports.cpp +++ b/src/RcppExports.cpp @@ -5,6 +5,11 @@ using namespace Rcpp; +#ifdef RCPP_USE_GLOBAL_ROSTREAM +Rcpp::Rostream& Rcpp::Rcout = Rcpp::Rcpp_cout_get(); +Rcpp::Rostream& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get(); +#endif + // order4 long order4(long n); RcppExport SEXP _gghilbertstrings_order4(SEXP nSEXP) { From e19cb100c73c6693ba1eddb6d8afc8b3ccaaf36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Calero=20Valdez?= Date: Tue, 23 Dec 2025 12:12:34 +0100 Subject: [PATCH 4/5] updated wordlist --- inst/WORDLIST | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/inst/WORDLIST b/inst/WORDLIST index fb66bd0..ade1193 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -1,23 +1,20 @@ AppVeyor -Codecov +CMD Calero -ORCID -Valdez +Codecov +Kaggle Lifecycle NSE +ORCID Peano RCPP -eliasdabbas +RCpp +Tibble +cmath gghid ggplot hilbert -https jitter -kaggle -rescales -www -RCpp -Tibble reld +rescales vectorized -CMD From 1d3a407eba13b1bcf25fb7e1039626092c38451d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Calero=20Valdez?= Date: Tue, 23 Dec 2025 13:04:22 +0100 Subject: [PATCH 5/5] updated cache v5 --- .github/workflows/R-CMD-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 645c5ed..700e1b4 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -58,7 +58,7 @@ jobs: shell: Rscript {0} - name: Restore R package cache - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: ${{ env.R_LIBS_USER }} key: ${{ matrix.config.os }}-${{ steps.install-r.outputs.installed-r-version }}-1-${{ hashFiles('.github/r-depends.rds') }}