-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from ewallace/integrity-152
Integrity and metadata fixes #152
- Loading branch information
Showing
10 changed files
with
381 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,8 @@ | |
^pkgdown$ | ||
^codecov\.yml$ | ||
^\.github$ | ||
^codemeta\.json$ | ||
^CITATION\.cff$ | ||
^paper\.bib$ | ||
^paper\.md$ | ||
^LICENSE\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.