Skip to content

Commit

Permalink
update DESCRIPTION, format license, ignore more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallace committed Apr 15, 2022
1 parent 670af56 commit fa29569
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 206 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$
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
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
lifecycle,
tidyr
Suggests:
knitr,
rmarkdown,
Expand All @@ -25,7 +25,7 @@ Suggests:
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 fa29569

Please sign in to comment.