Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Sep 17, 2019
1 parent 7dcf0d2 commit 38674b5
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 23 deletions.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# vapour (development version)
# vapour 0.3.0

* Updates to configure to remove deprecated R CMD config CPP (thanks to CRAN).

* Updates to enable use of the deprecated PROJ API.

* New function `vapour_vsi_list()` to list contents of virtual files. See https://twitter.com/mdsumner/status/1158335706483179521 and https://github.com/hypertidy/vapour/issues/55 for inspirations.

Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ knitr::opts_chunk$set(
)
```

# vapour <img src="man/figures/logo.png" align="right" height="228" />

[![Travis-CI Build Status](http://badges.herokuapp.com/travis/hypertidy/vapour?branch=master&env=BUILD_NAME=trusty_release&label=linux)](https://travis-ci.org/hypertidy/vapour)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,11 @@ rbenchmark::benchmark (
replications = 10)
#> manually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature countmanually finding feature count
#> test replications elapsed relative user.self sys.self user.child
#> 1 f_sf1(fname) 10 0.237 3.247 0.232 0.004 0
#> 2 f_sf2(fname) 10 0.163 2.233 0.163 0.000 0
#> 3 f_va1(fname) 10 0.073 1.000 0.061 0.012 0
#> 4 f_va2(fname) 10 0.087 1.192 0.087 0.000 0
#> 5 f_va3(fname) 10 0.219 3.000 0.207 0.012 0
#> 1 f_sf1(fname) 10 0.245 3.356 0.245 0.000 0
#> 2 f_sf2(fname) 10 0.170 2.329 0.169 0.000 0
#> 3 f_va1(fname) 10 0.073 1.000 0.073 0.000 0
#> 4 f_va2(fname) 10 0.089 1.219 0.080 0.008 0
#> 5 f_va3(fname) 10 0.225 3.082 0.209 0.016 0
#> sys.child
#> 1 0
#> 2 0
Expand Down
12 changes: 6 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@

Hello,

Resubmission of 0.2.0:
Submission of vapour 0.3.0:

* current problem tests on CRAN should now pass
* fixed printf() from C++, replaced with Rprintf()
* size of installed directories is expected for Windows tools install of GDAL (afaik)
* deprecated configure R CMD config CPP removed
* use of PROJ 6 deprecated API enable
* size of installed directories is expected for GDAL

Thank you


## Test environments

* Linux Ubuntu 18.04 install, R 3.6.0
* ubuntu 14.04 (on travis-ci), R 3.6.0
* Linux Ubuntu 18.04 install, R 3.6.1
* ubuntu 14.04 (on travis-ci), R 3.6.1
* win-builder (devel)

## R CMD check results
Expand Down
12 changes: 6 additions & 6 deletions docs/index.html

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

8 changes: 5 additions & 3 deletions 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/vapour_sds_names.html

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

0 comments on commit 38674b5

Please sign in to comment.