Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ 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
SystemRequirements: C++11
Imports:
ggplot2,
dplyr,
Expand Down
19 changes: 8 additions & 11 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -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
8 changes: 1 addition & 7 deletions man/gghilbertstrings-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/RcppExports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

using namespace Rcpp;

#ifdef RCPP_USE_GLOBAL_ROSTREAM
Rcpp::Rostream<true>& Rcpp::Rcout = Rcpp::Rcpp_cout_get();
Rcpp::Rostream<false>& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get();
#endif

// order4
long order4(long n);
RcppExport SEXP _gghilbertstrings_order4(SEXP nSEXP) {
Expand Down
Loading