Skip to content

Commit

Permalink
Merge pull request #154 from ewallace/integrity-152
Browse files Browse the repository at this point in the history
Integrity and metadata fixes #152
  • Loading branch information
DimmestP authored May 4, 2022
2 parents ef69f42 + 6adf1a7 commit f707c5c
Show file tree
Hide file tree
Showing 10 changed files with 381 additions and 335 deletions.
5 changes: 5 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
^pkgdown$
^codecov\.yml$
^\.github$
^codemeta\.json$
^CITATION\.cff$
^paper\.bib$
^paper\.md$
^LICENSE\.md$
9 changes: 4 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
Package: tidyqpcr
Type: Package
Title: Quantitative PCR Analysis with the Tidyverse
Version: 0.3
Version: 0.4
Authors@R: c(person("Edward", "Wallace", email = "[email protected]", role = c("aut", "cre")),
person("Sam", "Haynes", email = "[email protected]", role = c("ctb")))
Description: This package is for reproducible quantitative PCR (qPCR) analysis using packages from the tidyverse, notably dplyr and ggplot2. It normalizes (by ddCq), summarizes, and plots pre-calculated Cq data, and plots raw amplification and melt curves from Roche lightcycler machines. It does NOT (yet) calculate Cq data from amplification curves.
Depends:
R (>= 3.1.0),
tibble,
tidyr
tibble
Imports:
rlang,
dplyr,
ggplot2,
readr,
forcats,
assertthat,
lifecycle
tidyr
Suggests:
knitr,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr
License: Apache License 2.0 + file LICENSE
License: Apache License (>= 2)
LazyData: true
RoxygenNote: 7.1.2
Encoding: UTF-8
Expand Down
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading

0 comments on commit f707c5c

Please sign in to comment.