Skip to content

Commit

Permalink
Merge pull request #39 from thebioengineer/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
thebioengineer authored Sep 29, 2022
2 parents 4d05660 + 48f9834 commit 5dd9f3b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:

- {os: windows-latest, r: 'release'}
# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, r: '3.6'}
# - {os: windows-latest, r: '3.6'}

# Use older ubuntu to maximise backward compatibility
- {os: ubuntu-18.04, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-18.04, r: 'release'}
- {os: ubuntu-18.04, r: 'oldrel-1'}
- {os: ubuntu-18.04, r: 'oldrel-2'}
- {os: ubuntu-18.04, r: 'oldrel-3'}
- {os: ubuntu-18.04, r: 'oldrel-4'}
# - {os: ubuntu-18.04, r: 'oldrel-2'}
# - {os: ubuntu-18.04, r: 'oldrel-3'}
# - {os: ubuntu-18.04, r: 'oldrel-4'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -56,11 +56,10 @@ jobs:
extra-packages: any::rcmdcheck
needs: check


- name: Install Fonts
run: |
library(extrafont)
font_import()
library(extrafont)
font_import()
shell: Rscript {0}


Expand Down
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: camcorder
Type: Package
Title: Record Your 'ggplot2' History
Version: 0.0.3.9000
Title: Record Your Plot History
Version: 0.1.0
Authors@R:
c(
person(
Expand All @@ -23,7 +23,7 @@ Authors@R:
role = c("ctb")
)
)
Description: Record and generate a gif of your R sessions plots that were created using 'ggplot2'.
Description: Record and generate a gif of your R sessions plots.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Expand All @@ -33,7 +33,6 @@ Imports:
gifski,
tools,
magick,
pdftools,
rsvg,
jsonlite,
rlang,
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export(gg_record)
export(gg_resize_film)
export(gg_stop_recording)
export(record_polaroid)
import(pdftools)
import(rsvg)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,set_last_plot)
Expand Down
1 change: 0 additions & 1 deletion R/magick-resize.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#'
#' @importFrom magick image_read image_info image_resize image_extent image_write
#' @importFrom tools file_path_sans_ext file_ext
#' @import pdftools
#' @import rsvg
#'
#' @noRd
Expand Down

0 comments on commit 5dd9f3b

Please sign in to comment.