I recently updated R and am reinstalling my frequently used libraries. I attempted to reinstall hrbrthemes (can't live without it!) and ran into an issue. It seems the extrafont library is no longer available via CRAN. Someone created an issue on the extrafont repo asking for additional information: wch/extrafont#104
Are there alternatives to extrafont that can be used? In the meantime, I will install an old version of extrafont.
Session Info
R version 4.5.1 (2025-06-13 ucrt)
Platform: x86_64-w64-mingw32/x64
Running under: Windows 11 x64 (build 26100)
Installation of hrbrthemes error
ERROR: dependency 'extrafont' is not available for package 'hrbrthemes'
Perhaps try a variation of:
install.packages('extrafont')
link to CRAN page for extrafont
https://cran.r-project.org/package=extrafont
Package ‘extrafont’ was removed from the CRAN repository.
Formerly available versions can be obtained from the archive.
Archived on 2025-09-09 as requires archived package 'Rttf2pt1'.
A summary of the most recent check results can be obtained from the check results archive.
Please use the canonical form https://cran.r-project.org/package=extrafont to link to this page.
I recently updated R and am reinstalling my frequently used libraries. I attempted to reinstall hrbrthemes (can't live without it!) and ran into an issue. It seems the
extrafontlibrary is no longer available via CRAN. Someone created an issue on the extrafont repo asking for additional information: wch/extrafont#104Are there alternatives to
extrafontthat can be used? In the meantime, I will install an old version of extrafont.Session Info
R version 4.5.1 (2025-06-13 ucrt)
Platform: x86_64-w64-mingw32/x64
Running under: Windows 11 x64 (build 26100)
Installation of hrbrthemes error
ERROR: dependency 'extrafont' is not available for package 'hrbrthemes'
Perhaps try a variation of:
install.packages('extrafont')
link to CRAN page for extrafont
https://cran.r-project.org/package=extrafont