Skip to content

Commit

Permalink
Bump version to 0.2.9 and rebuild docs.
Browse files Browse the repository at this point in the history
Update required versions of R and some packages to more recent versions.
  • Loading branch information
AB-Kent committed Sep 22, 2020
1 parent 15bc9bb commit 3b75992
Show file tree
Hide file tree
Showing 63 changed files with 392 additions and 269 deletions.
18 changes: 9 additions & 9 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.8.9000
Date: 2020-05-18
Version: 0.2.9
Date: 2020-08-22
Authors@R: c(
person("Kent S", "Johnson", role = c("aut", "cre"),
email = "[email protected]"),
Expand All @@ -10,7 +10,7 @@ Authors@R: c(
Copyright: Akoya Biosciences
Description: Creates diagnostic and summary reports from inForm data.
Language: en-US
Depends: R (>= 3.5.0)
Depends: R (>= 3.6.0)
License: Zlib | file LICENSE
Encoding: UTF-8
LazyData: true
Expand All @@ -20,22 +20,22 @@ Imports:
formattable (>= 0.2),
forcats,
fs,
ggplot2 (>= 3.0.0),
ggplot2 (>= 3.2.0),
jpeg,
knitr,
magrittr,
miniUI (>= 0.1.1),
openxlsx,
phenoptr (> 0.2.7),
phenoptr (>= 0.2.8),
png,
purrr,
purrr (>= 0.3),
RColorBrewer,
readr,
readr (>= 1.2.1),
readxl (>= 1.2.0),
rlang (>= 0.4.0),
rmarkdown,
scales,
shiny (>= 0.13),
shiny (>= 1.3.2),
shinydashboard,
stringr,
tibble (>= 2.0.0),
Expand All @@ -53,7 +53,7 @@ Remotes:
akoyabio/tiff,
hms-dbmi/UpSetR
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
Suggests:
ggridges,
rstudioapi,
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.8.9000
# phenoptrReports 0.2.9
**2020-08-22**

Analysis addin:
- Nearest neighbors and count within are computed per tissue category and
Expand Down
4 changes: 2 additions & 2 deletions docs/404.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/LICENSE-text.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/analysis.html

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
// v0.0.1
// Written by JooYoung Seo ([email protected]) and Atsushi Yasumoto on June 1st, 2020.

document.addEventListener('DOMContentLoaded', function() {
const codeList = document.getElementsByClassName("sourceCode");
for (var i = 0; i < codeList.length; i++) {
var linkList = codeList[i].getElementsByTagName('a');
for (var j = 0; j < linkList.length; j++) {
if (linkList[j].innerHTML === "") {
linkList[j].setAttribute('aria-hidden', 'true');
}
}
}
});
12 changes: 6 additions & 6 deletions docs/articles/consolidation.html

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
// v0.0.1
// Written by JooYoung Seo ([email protected]) and Atsushi Yasumoto on June 1st, 2020.

document.addEventListener('DOMContentLoaded', function() {
const codeList = document.getElementsByClassName("sourceCode");
for (var i = 0; i < codeList.length; i++) {
var linkList = codeList[i].getElementsByTagName('a');
for (var j = 0; j < linkList.length; j++) {
if (linkList[j].innerHTML === "") {
linkList[j].setAttribute('aria-hidden', 'true');
}
}
}
});
4 changes: 2 additions & 2 deletions 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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
// v0.0.1
// Written by JooYoung Seo ([email protected]) and Atsushi Yasumoto on June 1st, 2020.

document.addEventListener('DOMContentLoaded', function() {
const codeList = document.getElementsByClassName("sourceCode");
for (var i = 0; i < codeList.length; i++) {
var linkList = codeList[i].getElementsByTagName('a');
for (var j = 0; j < linkList.length; j++) {
if (linkList[j].innerHTML === "") {
linkList[j].setAttribute('aria-hidden', 'true');
}
}
}
});
8 changes: 4 additions & 4 deletions docs/articles/unmixing_quality_report.html

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Hide empty <a> tag within highlighted CodeBlock for screen reader accessibility (see https://github.com/jgm/pandoc/issues/6352#issuecomment-626106786) -->
// v0.0.1
// Written by JooYoung Seo ([email protected]) and Atsushi Yasumoto on June 1st, 2020.

document.addEventListener('DOMContentLoaded', function() {
const codeList = document.getElementsByClassName("sourceCode");
for (var i = 0; i < codeList.length; i++) {
var linkList = codeList[i].getElementsByTagName('a');
for (var j = 0; j < linkList.length; j++) {
if (linkList[j].innerHTML === "") {
linkList[j].setAttribute('aria-hidden', 'true');
}
}
}
});
4 changes: 2 additions & 2 deletions docs/authors.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/index.html

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

Loading

0 comments on commit 3b75992

Please sign in to comment.