Skip to content

Commit

Permalink
Merge pull request #88 from lionel-/release-1.2.1
Browse files Browse the repository at this point in the history
Integrate release 1.2.1 to master
  • Loading branch information
lionel- authored Sep 11, 2017
2 parents aac12c8 + ba2c6a7 commit dcda7d8
Show file tree
Hide file tree
Showing 16 changed files with 225 additions and 133 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: svglite
Version: 1.2.0.9001
Version: 1.2.1.9000
Title: An 'SVG' Graphics Device
Description: A graphics device for R that produces 'Scalable Vector Graphics'.
'svglite' is a fork of the older 'RSvgDevice' package.
Expand All @@ -20,7 +20,7 @@ Depends:
R (>= 3.0.0)
Imports:
Rcpp,
gdtools (>= 0.1.2)
gdtools (>= 0.1.6)
LinkingTo:
Rcpp,
gdtools,
Expand All @@ -36,5 +36,5 @@ Suggests:
License: GPL (>= 2)
URL: https://github.com/r-lib/svglite
BugReports: https://github.com/r-lib/svglite/issues
RoxygenNote: 5.0.1
RoxygenNote: 6.0.1
VignetteBuilder: knitr
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# svglite 1.2.0.9000

# svglite 1.2.1.9000

* Improvements to reproducibility of generated SVGs: Negative zeros
are now treated as positive, and the clip ID are now generated from
Expand All @@ -11,6 +12,11 @@
plotmath expressions (#81).


# svglite 1.2.1

This release makes svglite compatible with gdtools 0.1.6


# svglite 1.2.0

## New features
Expand Down
6 changes: 3 additions & 3 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

svglite_ <- function(file, bg, width, height, pointsize, standalone, aliases) {
.Call('svglite_svglite_', PACKAGE = 'svglite', file, bg, width, height, pointsize, standalone, aliases)
.Call('_svglite_svglite_', PACKAGE = 'svglite', file, bg, width, height, pointsize, standalone, aliases)
}

svgstring_ <- function(env, bg, width, height, pointsize, standalone, aliases) {
.Call('svglite_svgstring_', PACKAGE = 'svglite', env, bg, width, height, pointsize, standalone, aliases)
.Call('_svglite_svgstring_', PACKAGE = 'svglite', env, bg, width, height, pointsize, standalone, aliases)
}

get_svg_content <- function(p) {
.Call('svglite_get_svg_content', PACKAGE = 'svglite', p)
.Call('_svglite_get_svg_content', PACKAGE = 'svglite', p)
}

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# svglite

[![Travis-CI Build Status](https://travis-ci.org/r-lib/svglite.svg?branch=master)](https://travis-ci.org/r-lib/svglite) [![Coverage Status](https://img.shields.io/codecov/c/github/r-lib/svglite/master.svg)](https://codecov.io/github/r-lib/svglite?branch=master)
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/svglite)](https://cran.r-project.org/package=svglite)
[![Build Status](https://travis-ci.org/r-lib/svglite.svg?branch=master)](https://travis-ci.org/r-lib/svglite)
[![Coverage Status](https://codecov.io/gh/r-lib/svglite/branch/master/graph/badge.svg)](https://codecov.io/github/r-lib/svglite?branch=master)
[![CRAN Status Badge](http://www.r-pkg.org/badges/version/svglite)](https://cran.r-project.org/package=svglite)

svglite is a graphics device that produces clean svg output, suitable for use on the web, or hand editing. Compared to the built-in `svg()`, svglite is considerably faster, produces smaller files, and leaves text as is.

Expand Down
14 changes: 8 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@

## Test environments
* local OS X install, R 3.3.1
* ubuntu 12.04 (on travis-ci), R 3.3.1

* local OS X install, R 3.4.1
* ubuntu 12.04 (on travis-ci), R 3.4.1
* win-builder (devel and release)


## R CMD check results

0 errors | 0 warnings | 1 note.
0 errors | 0 warnings | 0 note

Lionel Henry is taking over as maintainer

## Downstream dependencies

* I ran R CMD check on all 5 downstream dependencies
(https://github.com/hadley/svglite/blob/master/revdep/readme.md).
* I ran R CMD check on all 8 downstream dependencies (summary at
https://github.com/r-lib/svglite/blob/master/revdep/readme.md).
No problems were found.
1 change: 0 additions & 1 deletion man/editSVG.Rd

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

1 change: 0 additions & 1 deletion man/htmlSVG.Rd

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

1 change: 0 additions & 1 deletion man/stringSVG.Rd

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

11 changes: 5 additions & 6 deletions man/svglite.Rd

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

1 change: 0 additions & 1 deletion man/svgstring.Rd

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

1 change: 0 additions & 1 deletion man/xmlSVG.Rd

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

111 changes: 37 additions & 74 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,38 @@
# Setup

## Platform

|setting |value |
|:--------|:--------------------------------------------------|
|version |R Under development (unstable) (2016-10-26 r71594) |
|system |x86_64, darwin13.4.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |Europe/Brussels |
|date |2016-11-03 |

## Packages

|package |* |version |date |source |
|:---------|:--|:--------|:----------|:---------------|
|BH | |1.60.0-2 |2016-05-07 |cran (@1.60.0-) |
|covr | |2.2.1 |2016-08-10 |cran (@2.2.1) |
|gdtools | |0.1.1 |2016-11-01 |CRAN (R 3.4.0) |
|htmltools | |0.3.5 |2016-03-21 |cran (@0.3.5) |
|knitr | |1.14 |2016-08-13 |cran (@1.14) |
|Rcpp | |0.12.7 |2016-09-05 |cran (@0.12.7) |
|rmarkdown | |1.1 |2016-10-16 |cran (@1.1) |
|svglite | |1.1.0 |2016-02-09 |CRAN (R 3.2.3) |
|testthat | |0.11.0 |2015-10-14 |CRAN (R 3.2.0) |
|xml2 | |0.1.2 |2015-09-01 |CRAN (R 3.2.0) |

# Check results

5 packages

|package |version | errors| warnings| notes|
|:----------|:-------|------:|--------:|-----:|
|DeLorean |1.2.4 | 0| 0| 0|
|ggplot2 |2.1.0 | 0| 0| 0|
|mlr |2.9 | 0| 0| 1|
|rsvg |1.0 | 0| 0| 0|
|svgPanZoom |0.3.3 | 0| 0| 0|

## DeLorean (1.2.4)
Maintainer: John Reid <[email protected]>

0 errors | 0 warnings | 0 notes

## ggplot2 (2.1.0)
Maintainer: Hadley Wickham <[email protected]>
Bug reports: https://github.com/hadley/ggplot2/issues

0 errors | 0 warnings | 0 notes

## mlr (2.9)
Maintainer: Bernd Bischl <[email protected]>
Bug reports: https://github.com/mlr-org/mlr/issues

0 errors | 0 warnings | 1 note

```
checking package dependencies ... NOTE
Package suggested but not available for checking: ‘RRF’
```

## rsvg (1.0)
Maintainer: Jeroen Ooms <[email protected]>
Bug reports: https://github.com/jeroenooms/rsvg/issues

0 errors | 0 warnings | 0 notes

## svgPanZoom (0.3.3)
Maintainer: Kent Russell <[email protected]>
Bug reports: https://github.com/timelyportfolio/svgPanZoom/issues

0 errors | 0 warnings | 0 notes
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 3.4.1 (2017-06-30) |
|os |macOS Sierra 10.12.6 |
|system |x86_64, darwin15.6.0 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|tz |Europe/Brussels |
|date |2017-09-11 |

# Dependencies

|package |old |new |Δ |
|:-------|:--------|:--------|:--|
|svglite |1.2.0 |1.2.1 |* |
|BH |1.65.0-1 |1.65.0-1 | |
|gdtools |0.1.6 |0.1.6 | |
|Rcpp |0.12.12 |0.12.12 | |
|withr |NA |2.0.0 |* |

# Revdeps

## All (8)

|package |version |error |warning |note |
|:------------------------------------|:-------|:------|:-------|:----|
|[DeLorean](problems.md#delorean) |1.2.5 | |1 | |
|[ggExtra](problems.md#ggextra) |0.7 | | |1 |
|[ggplot2](problems.md#ggplot2) |2.2.1 | | |1 |
|[mlr](problems.md#mlr) |2.11 |1 | |1 |
|rsvg |1.1 |-1 | | |
|[svgPanZoom](problems.md#svgpanzoom) |0.3.3 | | |1 |
|vdiffr |0.2.0 |-1 | | |
|[viridis](problems.md#viridis) |0.4.0 |-1 |1 |1 |

Binary file added revdep/data.sqlite
Binary file not shown.
Loading

0 comments on commit dcda7d8

Please sign in to comment.