Skip to content

setup-r-icons

Actions
Action to setup the icons package and download fonts
v1
Latest
Star (1)

Tags

 (1)

setup-r-icons

This action downloads and installs the {icons} package and then optionally downloads individual icon libraries. It then caches whatever font's have been installed to improve future runtimes.

This action needs R to have previously been setup (e.g. with r-lib/actions/setup-r).

Inputs

  • cache-version - default 1. If you need to invalidate the existing cache pass any other number and a new cache will be used.
  • icon-sets - default ''. Comma separated list of the font's to download, see below for further details

Fonts

The font set's that are available to download can be found in the {icons} package, named as download_*(). Currently available are:

  • bioicons
  • feather_icons
  • fontawesome
  • google_material
  • ionicons
  • octicons
  • simple_icons

Usage

steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- uses: tomjemmett/setup-r-icons@v1
  with:
    icon-sets: fontawesome,simple_icons

setup-r-icons is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Action to setup the icons package and download fonts
v1
Latest

Tags

 (1)

setup-r-icons is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.