Skip to content

Commit

Permalink
Update version number to 0.1.4, rebuild site
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent Johnson committed Dec 4, 2018
1 parent d3a1d8c commit 101ad6d
Show file tree
Hide file tree
Showing 57 changed files with 1,838 additions and 620 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: phenoptrReports
Title: Create reports using Phenoptics data
Version: 0.1.3.9000
Version: 0.1.4
Date: 2018-11-05
Authors@R: c(
person("Kent S", "Johnson", role = c("aut", "cre"),
Expand Down Expand Up @@ -39,7 +39,7 @@ Remotes:
akoyabio/phenoptr,
hms-dbmi/UpSetR
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.0
RoxygenNote: 6.1.1
Suggests:
ggridges,
testthat
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# phenoptrReports 0.1.3.9000
# phenoptrReports 0.1.4
**2018-12-04**

New features:
- Component levels report shows signal levels of bright and dark pixels
in multiplex images.

Misc:
- Unmixing quality report works when DAPI and AF components are not present.
- `consolidate_and_summarize_cell_seg_data` processes files pairwise
for reduced memory requirements.
Expand Down
4 changes: 2 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ navbar:
href: index.html
- text: "Tutorials"
menu:
- text: "Unmixing quality report"
href: articles/unmixing_quality_report.html
- text: "Consolidating inForm data"
href: articles/consolidation.html
- text: "Analyzing inForm data"
href: articles/analysis.html
- text: "Unmixing quality report"
href: articles/unmixing_quality_report.html
- text: "Reference"
href: reference/index.html
right:
Expand Down
24 changes: 11 additions & 13 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 10 additions & 12 deletions docs/articles/analysis.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 10 additions & 12 deletions docs/articles/consolidation.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 12 additions & 14 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 101ad6d

Please sign in to comment.