From 88b8bfb33a9adc0605239d8fafd67ec4908267c0 Mon Sep 17 00:00:00 2001 From: Jim Hester Date: Fri, 16 Jun 2017 16:26:24 -0400 Subject: [PATCH] Bump Version for Release --- DESCRIPTION | 2 +- NEWS.md | 4 +++- cran-comments.md | 8 ++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f33ce65..3415913 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: glue Title: Interpreted String Literals -Version: 1.1.0.9000 +Version: 1.1.1 Authors@R: person("Jim", "Hester", email = "james.f.hester@gmail.com", role = c("aut", "cre")) Description: An implementation of interpreted string literals, inspired by Python's Literal String Interpolation and Docstrings diff --git a/NEWS.md b/NEWS.md index 3f0c96a..155b5ad 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# glue 1.1.0.9000 +# glue 1.1.1 + +Another fix for PROTECT / REPROTECT found by the rchk static analyzer. # glue 1.1.0 diff --git a/cran-comments.md b/cran-comments.md index 1f83f74..347307b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,7 @@ -This release fixes PROTECT errors uncovered by running with `gctorture()` and -also provides better support for unicode text. It should also fix the rchck -warnings from -https://raw.githubusercontent.com/kalibera/cran-checks/master/rchk/results/glue.out +Another fix for PROTECT / REPROTECT found by the rchk static analyzer. + +I believe with these changes the rchk warnings will be fixed +(https://raw.githubusercontent.com/kalibera/cran-checks/master/rchk/results/glue.out) ## Test environments * local OS X install, R 3.3.2