Package: strider
Type: Package
Title: Strided Iterator and Range
Version: 1.3
Date: 2020-6-1
Authors@R: person("Tim", "Keitt", email = "tkeitt@gmail.com", role = c("aut", "cre"))
Description: The strided iterator adapts multidimensional buffers to work with 
  the C++ standard library and range-based for-loops. Given a pointer or iterator
  into a multidimensional data buffer, one can generate an iterator range using
  make_strided to construct strided versions of the standard library's begin and
  end. For constructing range-based for-loops, a strided_range class is provided.
  These help authors to avoid integer-based indexing, which in some cases can impede
  algorithm performance and introduce indexing errors. This library exists
  primarily to expose the header file to other R projects.
License: MIT + file LICENSE
Imports: Rcpp (>= 0.12.13)
LinkingTo: Rcpp, BH
Suggests: knitr, rmarkdown, testthat, microbenchmark, ggplot2, dplyr,
        covr, BH
VignetteBuilder: knitr
URL: https://github.com/thk686/strider
BugReports: https://github.com/thk686/strider/issues
SystemRequirements: C++11
RoxygenNote: 6.1.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2020-06-02 20:10:08 UTC; tkeitt
Author: Tim Keitt [aut, cre]
Maintainer: Tim Keitt <tkeitt@gmail.com>
Repository: CRAN
Date/Publication: 2020-06-03 06:30:02 UTC
Built: R 4.3.3; aarch64-apple-darwin20; 2025-01-24 13:06:43 UTC; unix
Archs: strider.so.dSYM
