The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

strider: Strided Iterator and Range

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.

Version: 1.3
Imports: Rcpp (≥ 0.12.13)
LinkingTo: Rcpp, BH
Suggests: knitr, rmarkdown, testthat, microbenchmark, ggplot2, dplyr, covr, BH
Published: 2020-06-03
Author: Tim Keitt [aut, cre]
Maintainer: Tim Keitt <tkeitt at gmail.com>
BugReports: https://github.com/thk686/strider/issues
License: MIT + file LICENSE
URL: https://github.com/thk686/strider
NeedsCompilation: yes
SystemRequirements: C++11
Materials: README
CRAN checks: strider results

Documentation:

Reference manual: strider.pdf
Vignettes: The Strider Package

Downloads:

Package source: strider_1.3.tar.gz
Windows binaries: r-devel: strider_1.3.zip, r-release: strider_1.3.zip, r-oldrel: strider_1.3.zip
macOS binaries: r-release (arm64): strider_1.3.tgz, r-oldrel (arm64): strider_1.3.tgz, r-release (x86_64): strider_1.3.tgz, r-oldrel (x86_64): strider_1.3.tgz
Old sources: strider archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=strider to link to this page.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.