./textproc/R-fontawesome, Easily Work with Font Awesome Icons

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5.3, Package name: R-fontawesome-0.5.3, Maintainer: pkgsrc-users

Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'
documents and 'Shiny' apps. These icons can be inserted into HTML
content through inline 'SVG' tags or 'i' tags. There is also a utility
function for exporting 'Font Awesome' icons as 'PNG' images for those
situations where raster graphics are needed.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2025-01-02 12:38:59 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(textproc/R-fontawesome) Updated 0.2.2 to 0.5.3

# fontawesome 0.5.3

* Updated icon set to that of Font Awesome 6.5.2. (#119)

* Added page on pkgdown site that contains a table showing all of the
  icons available in the package. (#113)

* The `fa()` function now allows percentage values to be used as
  `height` and `width` args (#117). (#125)

* When using `fa_i()`, the `class` value is appended when a
  fully-qualified `name` is used (#122. (#123, thanks @averissimo!)

# fontawesome 0.5.2

* Updated icon set to that of Font Awesome 6.4.2. (#111)

# fontawesome 0.5.1

* Updated icon set to that of Font Awesome 6.4.0. (#109)

# fontawesome 0.5.0

* Updated icon set to that of Font Awesome 6.2.1. (#102)

* Closed #101: added the `vertical_align` argument `fa()` to control
  vertical alignment of icons. (#103)

* Closed #99 and #100: reinstated missing '.woff2' files. (#102)

# fontawesome 0.4.0

* Updated icon set to that of Font Awesome 6.2.0. (#96)

* It's now possible to reference icons by several of their previous
  names. For example the old icon names `"contact-card"` and \ 
`"vcard"`
  will map to the current name of `"address-card"`. (#96)

* There is now a `prefer_type` argument (default: `"regular"`) that
  allows you to register a choice between a solid- or regular-type
  icon should both be available for a specific short name. (#96)

# fontawesome 0.3.0

* Closed #80: Updated icon set to that of Font Awesome 6.1. (#85)

* Closed #68: full icon names (e.g., `"fab fa-r-project"`) are now
  properly parsed and verified in the `fa_i()` function. (#77)

* Closed #66 and #73: CSS length values (supplied to the `height` or
  `width` options of the `fa()` function) are now correctly handled
  when they contain decimals. (#74)
   2022-04-30 03:38:19 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
textproc/R-fontawesome: import R-fontawesome-0.2.2

Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'
documents and 'Shiny' apps. These icons can be inserted into HTML
content through inline 'SVG' tags or 'i' tags. There is also a utility
function for exporting 'Font Awesome' icons as 'PNG' images for those
situations where raster graphics are needed.