Skip to content

Commit

Permalink
Cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Jun 19, 2020
1 parent 8467828 commit c95641d
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
^README-.*\.png$
^README_cache/
^man/figures/.*\.jpeg
^cran-comments\.md$
^CRAN-RELEASE$
^revdep
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: transformr
Type: Package
Title: Polygon and Path Transformations
Version: 0.1.1
Date: 2018-12-04
Version: 0.1.2
Authors@R:
person(given = "Thomas Lin",
family = "Pedersen",
role = c("cre", "aut"),
email = "thomasp85@gmail.com")
email = "thomasp85@gmail.com",
comment = c(ORCID = "0000-0002-5147-4711"))
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
Description: In order to smoothly animate the transformation of polygons and
paths, many aspects needs to be taken into account, such as differing number
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# transformr 0.1.2

* Add guards to avoid errors wneh malformed coordinates are passed to sf
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ output: github_document

[![Travis-CI Build Status](https://travis-ci.org/thomasp85/transformr.svg?branch=master)](https://travis-ci.org/thomasp85/transformr)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/thomasp85/transformr?branch=master&svg=true)](https://ci.appveyor.com/project/thomasp85/transformr)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version-ago/transformr)](http://cran.r-project.org/package=transformr)
[![CRAN_Download_Badge](http://cranlogs.r-pkg.org/badges/grand-total/transformr)](http://cran.r-project.org/package=transformr)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version-ago/transformr)](https://cran.r-project.org/package=transformr)
[![CRAN_Download_Badge](https://cranlogs.r-pkg.org/badges/grand-total/transformr)](https://cran.r-project.org/package=transformr)
[![Coverage Status](https://img.shields.io/codecov/c/github/thomasp85/transformr/master.svg)](https://codecov.io/github/thomasp85/transformr?branch=master)

```{r, echo = FALSE}
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Status](https://travis-ci.org/thomasp85/transformr.svg?branch=master)](https://travis-ci.org/thomasp85/transformr)
[![AppVeyor Build
Status](https://ci.appveyor.com/api/projects/status/github/thomasp85/transformr?branch=master&svg=true)](https://ci.appveyor.com/project/thomasp85/transformr)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version-ago/transformr)](http://cran.r-project.org/package=transformr)
[![CRAN\_Download\_Badge](http://cranlogs.r-pkg.org/badges/grand-total/transformr)](http://cran.r-project.org/package=transformr)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version-ago/transformr)](https://cran.r-project.org/package=transformr)
[![CRAN\_Download\_Badge](https://cranlogs.r-pkg.org/badges/grand-total/transformr)](https://cran.r-project.org/package=transformr)
[![Coverage
Status](https://img.shields.io/codecov/c/github/thomasp85/transformr/master.svg)](https://codecov.io/github/thomasp85/transformr?branch=master)

Expand Down Expand Up @@ -113,8 +113,7 @@ everything in the first state, into everything in the last state…
somehow”. This involves cutting up polygons in the state with fewest
polygons and match polygons by minimizing the distance and area
difference between pairs. All of this is controlled by setting `match =
FALSE` in `tween_polygon()`, and `transformr` will then do its
magic:
FALSE` in `tween_polygon()`, and `transformr` will then do its magic:

``` r
animation <- tween_polygon(star, circles, 'cubic-in-out', 40, id, match = FALSE) %>%
Expand Down
20 changes: 20 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
This is a small patch release adding additional guards to the input to avoid sf
throwing errors

## Test environments
* local R installation, R 4.0.1
* ubuntu 16.04 (on travis-ci), R 4.0.1
* win-builder (devel)

## R CMD check results

0 errors | 0 warnings | 0 note

## revdepcheck results

We checked 2 reverse dependencies, comparing R CMD check results across CRAN and
dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

24 changes: 24 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Platform

|field |value |
|:--------|:--------------------------------------|
|version |R version 4.0.1 RC (2020-05-30 r78624) |
|os |macOS Catalina 10.15.5 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/Copenhagen |
|date |2020-06-19 |

# Dependencies

|package |old |new |Δ |
|:----------|:-----|:-----|:--|
|transformr |0.1.1 |0.1.1 | |
|sf |NA |0.9-4 |* |
|units |NA |0.6-7 |* |

# Revdeps

1 change: 1 addition & 0 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*
1 change: 1 addition & 0 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*Wow, no problems at all. :)*

0 comments on commit c95641d

Please sign in to comment.