Skip to content

Commit

Permalink
Prep for cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Feb 11, 2022
1 parent d4f3965 commit 263785d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 47 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@ It is also possible to get a data.frame of all available fonts:

``` r
system_fonts()
#> # A tibble: 791 x 9
#> path index name family style weight width italic monospace
#> <chr> <int> <chr> <chr> <chr> <ord> <ord> <lgl> <lgl>
#> 1 /System/Library… 2 Rockwel… Rockwell Bold bold norm… FALSE FALSE
#> 2 /System/Library… 0 Notewor… Notewor… Light normal norm… FALSE FALSE
#> 3 /Users/thomas/L… 0 SourceS… SourceBold … bold norm… TRUE FALSE
#> 4 /System/Library… 1 Devanag… Devanag… Bold bold norm… FALSE FALSE
#> 5 /System/Library… 0 Kannada… Kannada… Regul… normal norm… FALSE FALSE
#> 6 /System/Library… 0 Verdana… Verdana Bold bold norm… FALSE FALSE
#> 7 /System/Library… 8 ArialHe… Arial H… Light light norm… FALSE FALSE
#> 8 /Users/thomas/L0 FiraSan… Fira Sa… Light… normal norm… TRUE FALSE
#> 9 /System/Library… 10 AppleSD… Apple S… Thin thin norm… FALSE FALSE
#> 10 /System/Library… 0 DecoTyp… DecoTyp… Regul… normal norm… FALSE FALSE
#> # … with 781 more rows
#> # A tibble: 819 × 9
#> path index name family style weight width italic monospace
#> <chr> <int> <chr> <chr> <chr> <ord> <ord> <lgl> <lgl>
#> 1 /System/Library/Fonts… 2 Rock… Rockw… Bold bold norm… FALSE FALSE
#> 2 /Users/thomas/Library… 0 Open… Open … Ligh… normal norm… TRUE FALSE
#> 3 /Users/thomas/Library… 0 Open… OpenSemi… semib… semi… TRUE FALSE
#> 4 /System/Library/Fonts0 Note… Notew… Light normal norm… FALSE FALSE
#> 5 /System/Library/Fonts1 Deva… Devan… Bold bold norm… FALSE FALSE
#> 6 /System/Library/Fonts… 0 Kann… Kanna… Regu… normal norm… FALSE FALSE
#> 7 /System/Library/Fonts0 Verd… Verda… Bold bold norm… FALSE FALSE
#> 8 /System/Library/Fonts8 Aria… Arial… Light light norm… FALSE FALSE
#> 9 /Users/thomas/Library… 0 Open… Open … Medi… medium norm… TRUE FALSE
#> 10 /System/Library/Fonts10 Appl… Apple… Thin thin norm… FALSE FALSE
#> # … with 809 more rows
```

Further, you can query additional information about fonts and specific
Expand Down
14 changes: 2 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
This is a small patch release fixing a range of bugs

## Test environments

* GitHub Actions (ubuntu-16.04): devel, release, oldrel, 3.5, 3.4, 3.3
* GitHub Actions (windows): release, oldrel
* GitHub Actions (macOS): release
* win-builder: devel

## R CMD check results

0 errors | 0 warnings | 0 note
This is a small patch release fixing working around the regressions on the new
win builder machine.

## revdepcheck results

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

|field |value |
|:--------|:-------------------------------------------|
|version |R version 4.1.0 Patched (2021-05-24 r80372) |
|os |macOS Big Sur 11.6 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/Copenhagen |
|date |2021-10-13 |

# Dependencies

|package |old |new |Δ |
|:-----------|:-----|:----------|:--|
|systemfonts |1.0.2 |1.0.2.9000 |* |
|cpp11 |NA |0.4.0 |* |

# Revdeps

0 comments on commit 263785d

Please sign in to comment.