setup-r-icons
ActionsTags
(1)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).
cache-version- default1. 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
The font set's that are available to download can be found in the {icons} package, named as download_*(). Currently available are:
bioiconsfeather_iconsfontawesomegoogle_materialioniconsocticonssimple_icons
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v1
- uses: tomjemmett/setup-r-icons@v1
with:
icon-sets: fontawesome,simple_iconssetup-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.