Skip to content

Commit

Permalink
Bumped version and updated cran comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
mailund committed Apr 27, 2018
1 parent 22708ac commit 042e5e5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
^cran-comments\.md$
^.imdone$
^revdep$
^docs$
^_pkgdown.yml$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: tailr
Version: 0.1.1.9002
Version: 0.1.2
Title: Automatic Tail Recursion Optimisation
Description: Implements meta-programming functions for automatically
translating recursive functions into looping functions or trampolines.
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-green.svg)](/commits/master)
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.1.9002-green.svg?style=flat-square)](commits/master)
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.2-green.svg?style=flat-square)](commits/master)
[![Travis build status](https://travis-ci.org/mailund/tailr.svg?branch=master)](https://travis-ci.org/mailund/tailr)
[![Appveyor build status](https://ci.appveyor.com/api/projects/status/1d36yh8klursko82/branch/master?svg=true)](https://ci.appveyor.com/project/mailund/tailr/branch/master)
[![Coverage status](https://codecov.io/gh/mailund/tailr/branch/master/graph/badge.svg)](https://codecov.io/github/mailund/tailr?branch=master)
Expand Down
12 changes: 6 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

* This is release 0.1.1 that can handle when functions are
local variables and thus not found in scope at compile-time.
* This is release 0.1.2 that resolves an issue when transformations were
used as part of other packages. CMD CHECK would fail if tailr wasn't
imported but just called.

## Test environments

* local OS X install, R 3.4.4
* ubuntu 14.04 (on travis-ci), R 3.4.4
* local OS X install, R 3.5
* ubuntu 14.04 (on travis-ci), R 3.2 - 3.4
* win-builder (devel and release)
* Rhub:
- Ubuntu Linux 16.04 LTS, R-release, GCC
- Fedora Linux, R-devel, clang, gfortran


## R CMD check results

Expand Down

0 comments on commit 042e5e5

Please sign in to comment.