Package: r2c Title: Fast Iterated Statistic Computation in R Description: Compiles a subset of R into machine code so that expressions composed with that subset can be applied repeatedly on varying data without interpreter overhead. Version: 0.3.0 Authors@R: c( person("Brodie", "Gaslam", email="brodie.gaslam@yahoo.com", role=c("aut", "cre"))) License: GPL-2 | GPL-3 URL: https://github.com/brodieG/r2c BugReports: https://github.com/brodieG/r2c/issues Suggests: unitizer, stats Imports: utils, vetr (>= 0.2.14.9000) RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Encoding: UTF-8 Collate: 'util.R' 'preproc-copy.R' 'rename.R' 'optim.R' 'code-rep.R' 'code-concat.R' 'constants.R' 'code-unary.R' 'code-bin.R' 'code-mean.R' 'code-summary.R' 'code-numeric.R' 'code-subset.R' 'code-logical.R' 'code-pow.R' 'code-seq.R' 'code-loop.R' 'r2c-package.R' 'code-ifelse.R' 'code-assign-braces.R' 'code.R' 'preprocess.R' 'alloc.R' 'compile.R' 'group.R' 'load.R' 'run.R' 'size.R' 'window.R' Repository: https://fastverse.r-universe.dev Date/Publication: 2024-02-24 14:33:55 UTC RemoteUrl: https://github.com/brodieG/r2c RemoteRef: HEAD RemoteSha: aaa39300a572dee6d912604c2e5f0633c1bac7ad NeedsCompilation: yes Packaged: 2026-06-20 09:26:05 UTC; root Author: Brodie Gaslam [aut, cre] Maintainer: Brodie Gaslam Depends: R (>= 4.1.0)