From 5024450a66d36e253d898dbf180757a510bdc219 Mon Sep 17 00:00:00 2001 From: Leonardo Collado Torres Date: Tue, 3 Mar 2020 13:37:12 -0500 Subject: [PATCH] v0.99.11 -- test without listing the version of RcppAnnoy --- .travis.yml | 4 ++-- DESCRIPTION | 5 ++--- NEWS.md | 6 ++++++ README.md | 2 +- inst/app/www/README.md | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 792dde93..32f0705b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index 1b66da30..a70557d3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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( @@ -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 diff --git a/NEWS.md b/NEWS.md index cc5a7d35..6d002640 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/README.md b/README.md index 27dd2afc..3b783664 100644 --- a/README.md +++ b/README.md @@ -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, . +#> 0.99.11, . #> #> 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, diff --git a/inst/app/www/README.md b/inst/app/www/README.md index c37422b5..693dcfb9 100644 --- a/inst/app/www/README.md +++ b/inst/app/www/README.md @@ -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, . +#> 0.99.11, . #> #> 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,