Package: insitu Type: Package Title: By-Reference Routines for Numeric Vectors Version: 0.1.3.9023 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com") ) Maintainer: Mike Cheng URL: https://github.com/coolbutuseless/insitu BugReports: https://github.com/coolbutuseless/insitu/issues Description: Using by-reference semantics, functions in this package are crafted to modify the input objects in-place and avoid allocating new memory. By avoiding memory allocations (and the associated garbage colection these require), operations performed by-reference can be faster than those performed with R's default copy-on-modify semantics. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.3 Suggests: knitr, rmarkdown, rlang, bench, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2026-05-15 09:13:40 UTC RemoteUrl: https://github.com/coolbutuseless/insitu RemoteRef: HEAD RemoteSha: df7fc98132a7aad8c0286c5f6c6e85a7433bc5d9 NeedsCompilation: yes Packaged: 2026-06-14 07:36:58 UTC; root Author: Mike Cheng [aut, cre, cph] Depends: R (>= 4.1.0)