Package: amplify Title: Automate PCR Tasks Reproducibly Version: 0.1.0 Authors@R: person(given = "Kai", family = "Aragaki", role = c("aut", "cre"), email = "adamaragaki@gmail.com", comment = c(ORCID = "0000-0002-9458-0426")) Description: PCR tasks - like plate layout planning, dilution calculations, visualization, and analysis - are often repetitive, tedious, prone to error, and poorly documented. amplify seeks to automate these tasks, as well as documenting them (through both code and generated reports) as a bonus. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: dplyr (>= 1.1.0), forcats, ggplot2, gplate, gt, knitr, mop, purrr, readxl, rlang, rmarkdown, stats, stringr, tidyr, utils, vctrs Remotes: KaiAragaki/gplate, KaiAragaki/mop Depends: R (>= 4.1.0) VignetteBuilder: knitr Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://kaiaragaki.github.io/amplify/ Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev libnode-dev libx11-dev Repository: https://kaiaragaki.r-universe.dev Date/Publication: 2024-10-05 23:42:52 UTC RemoteUrl: https://github.com/KaiAragaki/amplify RemoteRef: HEAD RemoteSha: d3bb78428ff1b437652b2289d2402a063840787b NeedsCompilation: no Packaged: 2026-06-13 06:02:35 UTC; root Author: Kai Aragaki [aut, cre] (ORCID: ) Maintainer: Kai Aragaki