Skip to content

Commit

Permalink
v0.99.11 -- test without listing the version of RcppAnnoy
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Mar 3, 2020
1 parent 7ac24dc commit 5024450
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ root: linux
# skip_cleanup: true

## Related to https://github.com/LTLA/BiocNeighbors/issues/10
install:
- Rscript -e "remotes::install_version('RcppAnnoy', version = '0.0.14')"
# install:
# - Rscript -e "remotes::install_version('RcppAnnoy', version = '0.0.14')"

r_packages:
- covr
Expand Down
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: spatialLIBD
Title: LIBD Visium spatial transcriptomics human pilot data inspector
Version: 0.99.10
Version: 0.99.11
Date: 2020-03-03
Authors@R:
c(
Expand Down Expand Up @@ -57,8 +57,7 @@ Suggests:
testthat (>= 2.1.0),
covr,
here,
BiocManager,
RcppAnnoy (== 0.0.14)
BiocManager
VignetteBuilder: knitr
biocViews: Homo_sapiens_Data, ExperimentHub, SequencingData, SingleCellData,
ExpressionData, Tissue
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# spatialLIBD 0.99.11

* Check if removing the `RcppAnnoy` line in the DESCRIPTION actually works now
based on Aaron Lun's comment at
https://github.com/eddelbuettel/rcppannoy/issues/57#issuecomment-594097241.

# spatialLIBD 0.99.10

* Include AWS links to the image TIFF files (~500mb each) as requested by
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ citation('spatialLIBD')
#> 10.18129/B9.bioc.spatialLIBD (URL:
#> https://doi.org/10.18129/B9.bioc.spatialLIBD),
#> https://github.com/LieberInstitute/spatialLIBD - R package version
#> 0.99.10, <URL: http://www.bioconductor.org/packages/spatialLIBD>.
#> 0.99.11, <URL: http://www.bioconductor.org/packages/spatialLIBD>.
#>
#> Maynard KR, Collado-Torres L, Weber LM, Uytingco C, Barry BK, Williams
#> SR, II JLC, Tran MN, Besich Z, Tippani M, Chew J, Yin Y, Kleinman JE,
Expand Down
2 changes: 1 addition & 1 deletion inst/app/www/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ citation('spatialLIBD')
#> 10.18129/B9.bioc.spatialLIBD (URL:
#> https://doi.org/10.18129/B9.bioc.spatialLIBD),
#> https://github.com/LieberInstitute/spatialLIBD - R package version
#> 0.99.10, <URL: http://www.bioconductor.org/packages/spatialLIBD>.
#> 0.99.11, <URL: http://www.bioconductor.org/packages/spatialLIBD>.
#>
#> Maynard KR, Collado-Torres L, Weber LM, Uytingco C, Barry BK, Williams
#> SR, II JLC, Tran MN, Besich Z, Tippani M, Chew J, Yin Y, Kleinman JE,
Expand Down

0 comments on commit 5024450

Please sign in to comment.