Skip to content

Commit

Permalink
Update to version 0.1.3, rebuild docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent Johnson committed Nov 5, 2018
1 parent e76d116 commit 23f6626
Show file tree
Hide file tree
Showing 52 changed files with 961 additions and 121 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: phenoptrReports
Title: Create reports using Phenoptics data
Version: 0.1.2.9000
Date: 2018-10-31
Version: 0.1.3
Date: 2018-11-05
Authors@R: c(
person("Kent S", "Johnson", role = c("aut", "cre"),
email = "[email protected]"),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# phenoptrReports 0.1.2.9000
# phenoptrReports 0.1.3
**2018-11-05**

New features:
- New RStudio Addin - "Merge cell seg files" merges inForm output from
Expand Down
12 changes: 7 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,16 @@ reference:
desc: These functions are added to the RStudio Addins menu. Selecting
one opens a GUI.
contents:
- '`analysis_app`'
- '`merge_addin`'
- '`consolidate_addin`'
- '`analysis_app`'
- '`unmixing_quality_addin`'
- title: Consolidation
desc: These functions implement the consolidation step.
- title: Merging and Consolidation
desc: These functions implement the merge and consolidation apps.
contents:
- '`merge_and_split_cell_seg_data`'
- '`merge_and_summarize_cell_seg_data`'
- '`merge_cell_seg_files`'
- '`consolidate_and_split_cell_seg_data`'
- '`consolidate_and_summarize_cell_seg_data`'
- title: Calculations
desc: These functions perform the calculations for an analysis.
contents:
Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

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

4 changes: 2 additions & 2 deletions docs/articles/analysis.html

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

4 changes: 2 additions & 2 deletions docs/articles/consolidation.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

4 changes: 2 additions & 2 deletions docs/articles/unmixing_quality_report.html

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

2 changes: 1 addition & 1 deletion docs/authors.html

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

26 changes: 18 additions & 8 deletions docs/index.html

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

26 changes: 25 additions & 1 deletion docs/news/index.html

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

4 changes: 2 additions & 2 deletions docs/reference/add_tissue_category_totals.html

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

4 changes: 2 additions & 2 deletions docs/reference/analysis_app.html

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

4 changes: 2 additions & 2 deletions docs/reference/check_phenotypes.html

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

4 changes: 2 additions & 2 deletions docs/reference/compute_density_from_cell_summary.html

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

4 changes: 2 additions & 2 deletions docs/reference/compute_density_from_table.html

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

4 changes: 2 additions & 2 deletions docs/reference/compute_h_score.html

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

4 changes: 2 additions & 2 deletions docs/reference/compute_h_score_from_score_data.html

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

4 changes: 2 additions & 2 deletions docs/reference/compute_mean_expression.html

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

4 changes: 2 additions & 2 deletions docs/reference/compute_mean_expression_many.html

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

Loading

0 comments on commit 23f6626

Please sign in to comment.