Skip to content

Commit

Permalink
Bump version to 0.2.4 and rebuild docs for release, with a few minor …
Browse files Browse the repository at this point in the history
…doc fixups.
  • Loading branch information
AB-Kent committed Aug 7, 2019
1 parent 2d57391 commit 787ff62
Show file tree
Hide file tree
Showing 60 changed files with 128 additions and 255 deletions.
6 changes: 3 additions & 3 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.2.3.9000
Date: 2019-07-02
Version: 0.2.4
Date: 2019-08-07
Authors@R: c(
person("Kent S", "Johnson", role = c("aut", "cre"),
email = "[email protected]"),
Expand All @@ -25,7 +25,7 @@ Imports:
magrittr,
miniUI (>= 0.1.1),
openxlsx,
phenoptr (> 0.2.2),
phenoptr (>= 0.2.3),
png,
purrr,
RColorBrewer,
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.2.3.9000
# phenoptrReports 0.2.4
**2019-08-07**

Spatial map viewer improvements:
- Dramatic improvement in time to render the charts, especially with 2x2 fields.
Expand Down
2 changes: 1 addition & 1 deletion R/spatial_map_viewer_addin.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spatial_map_viewer = function(csd_path, export_path) {
}


#' Request input file and directory for the viewer, then launch the viewer
# Request input file and directory for the viewer, then launch the viewer
spatial_map_viewer_front_end = function() {
intro <- shiny::tagList(shiny::p(
'This app provides a field-based viewer',
Expand Down
3 changes: 2 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ articles:
contents:
- consolidation
- analysis
- spatial_map_viewer
- unmixing_quality_report

reference:
Expand Down Expand Up @@ -92,7 +93,7 @@ reference:
- title: Helper functions
contents:
- choose_directory
- choose_file
- choose_files
- nearest_neighbor_map
- order_by_slide_and_tissue_category
- spatial_map_viewer
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.

13 changes: 10 additions & 3 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.

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

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

8 changes: 4 additions & 4 deletions docs/articles/spatial_map_viewer.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.

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

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

36 changes: 35 additions & 1 deletion docs/news/index.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/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandoc: '2.6'
pandoc: 2.7.3
pkgdown: 1.3.0
pkgdown_sha: ~
articles:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/addin_10_merge.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/reference/addin_20_consolidate.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/reference/addin_30_analysis_app.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/reference/addin_35_spatial_map_viewer.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/reference/addin_40_unmixing_quality.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/reference/addin_50_component_levels.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/reference/choose_directory.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/reference/choose_files.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/reference/component_levels_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/reference/compute_density_from_cell_summary.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/reference/compute_density_from_table.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/reference/compute_h_score.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/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.

2 changes: 1 addition & 1 deletion docs/reference/compute_mean_expression.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/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 787ff62

Please sign in to comment.