Skip to content

Commit

Permalink
version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke authored and cran-robot committed Dec 1, 2020
1 parent 66d6623 commit 030b2e0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: gridtext
Type: Package
Title: Improved Text Rendering Support for 'Grid' Graphics
Version: 0.1.2
Version: 0.1.3
Authors@R:
person(
given = "Claus O.",
Expand All @@ -17,17 +17,17 @@ URL: https://wilkelab.org/gridtext/
BugReports: https://github.com/wilkelab/gridtext/issues
License: MIT + file LICENSE
Depends: R (>= 3.5)
Imports: grid, grDevices, markdown, rlang, Rcpp, RCurl, systemfonts,
png, jpeg, stringr, xml2
Imports: grid, grDevices, markdown, rlang, Rcpp, RCurl, png, jpeg,
stringr, xml2
Suggests: covr, knitr, rmarkdown, testthat, vdiffr
LinkingTo: Rcpp
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2020-11-27 04:53:43 UTC; clauswilke
Packaged: 2020-12-01 17:34:36 UTC; clauswilke
Author: Claus O. Wilke [aut, cre] (<https://orcid.org/0000-0002-7470-9261>)
Maintainer: Claus O. Wilke <wilke@austin.utexas.edu>
Repository: CRAN
Date/Publication: 2020-12-01 05:50:29 UTC
Date/Publication: 2020-12-01 18:00:02 UTC
4 changes: 2 additions & 2 deletions MD5
@@ -1,7 +1,7 @@
bd39672538b678108678415e68b2b2d9 *DESCRIPTION
6b71b92ea7df8c597d3fcc397b75b3d3 *DESCRIPTION
39276fab68fb6f733821e2f243383213 *LICENSE
0857ec650ec6eaebb76f061ff2d67a68 *NAMESPACE
6397fe508500c59b7c9399be092d11f1 *NEWS.md
b0535027493070036e7bdf1b492122c8 *NEWS.md
b35088f9df099335362baa60c94fabb9 *R/RcppExports.R
4527d6b21d7c1bb4691dde35ee928398 *R/drawing-context.R
33ddf7bf682842d3d1e18a29302f3c38 *R/grid-utils.R
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
@@ -1,3 +1,7 @@
# gridtext 0.1.3

- Remove unneeded systemfonts dependency.

# gridtext 0.1.2

- Fix build for testthat 3.0.
Expand Down

0 comments on commit 030b2e0

Please sign in to comment.