Skip to content

Commit 13c10df

Browse files
committed
bump to dev version after release
1 parent 184c5a9 commit 13c10df

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.travis.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,27 @@ language: r
22
r:
33
- release
44
- devel
5-
cache: packages
5+
sudo: FALSE
6+
7+
cache:
8+
# - packages
9+
- ccache
10+
611

712
r_github_packages:
813
- r-lib/covr
914

15+
warnings_are_errors: TRUE
16+
1017
r_build_args: '--no-build-vignettes'
1118
r_check_args: '--ignore-vignettes'
12-
warnings_are_errors: true
19+
20+
addons:
21+
apt:
22+
packages:
23+
- libudunits2-dev
24+
- libgdal-dev
25+
- libproj-dev
1326

1427
env:
1528
- _R_CHECK_FORCE_SUGGESTS_=false NOT_CRAN=true MAKEFLAGS=-j2

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: bayesplot
22
Type: Package
33
Title: Plotting for Bayesian Models
4-
Version: 1.7.2
4+
Version: 1.7.2.9000
55
Date: 2020-05-27
66
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "[email protected]"),
77
person("Tristan", "Mahr", role = "aut"),

NEWS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<!-- See http://style.tidyverse.org/news.html for advice on writing news -->
22

33

4-
<!--
54
# bayesplot 1.7.2.9000
65

76
(GitHub issue/PR numbers in parentheses)
87

98
Items for next release go here
10-
-->
119

1210
# bayesplot 1.7.2
1311

0 commit comments

Comments
 (0)