Package: fastrc Title: Fast Reverse Complement of DNA and RNA Sequences Version: 0.0.2 Authors@R: person("Steven G.", "Rozen", , "steverozen@pm.me", role = c("aut", "cre")) Description: Fast reverse complement of DNA and RNA sequences using a 'C++' lookup table for O(1) per-base complement mapping. Supports full IUPAC ambiguity codes, DNA and RNA modes, case preservation, and NA handling. Much faster than other packages for computing reverse complements of many short sequences such as primers, probes, and, k-mers. URL: https://steverozen.github.io/fastrc/, https://steverozen.github.io/, https://github.com License: GPL (>= 3) Language: en-US Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 LinkingTo: Rcpp Imports: Rcpp Repository: https://steverozen.r-universe.dev Date/Publication: 2026-02-26 19:03:29 UTC RemoteUrl: https://github.com/steverozen/fastrc RemoteRef: HEAD RemoteSha: 7fd0c7ede5893e81bc53fcb7ba415b60ff2449e5 NeedsCompilation: yes Packaged: 2026-07-02 06:14:10 UTC; root Author: Steven G. Rozen [aut, cre] Maintainer: Steven G. Rozen