Hi guys
I'm a new user to rmarkdown and trying to learn how to format better tables for a report with qualitative data.
I had a report using the package "kableExtra" and it was fine. But now I cannot even load the package anymore and I do not know why.
This is the error I get:
"package of namespace load failed for 'kableExtra' in library.dynam(lib, package, package.lib):
DLL 'systemfonts' not found: maybe not installed for this architecture?
Execution halted"
Anyone can help me, please?
I am using RStudio 2022.02.0 Build 443
and R version 4.1.2 (2021-11-01) -- "Bird Hippie"
Thank you 
sessionInfo()
R version 4.1.2 (2021-11-01)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19042)
Matrix products: default
locale:
[1] LC_COLLATE=English_Canada.1252 LC_CTYPE=English_Canada.1252 LC_MONETARY=English_Canada.1252 LC_NUMERIC=C
[5] LC_TIME=English_Canada.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] knitr_1.38 magrittr_2.0.2 usethis_2.1.5 devtools_2.4.3 pkgload_1.2.4 R6_2.5.1 rlang_1.0.2
[8] fastmap_1.1.0 tools_4.1.2 pkgbuild_1.3.1 xfun_0.30 sessioninfo_1.2.2 cli_3.2.0 withr_2.5.0
[15] htmltools_0.5.2 ellipsis_0.3.2 remotes_2.4.2 yaml_2.3.5 digest_0.6.29 rprojroot_2.0.2 lifecycle_1.0.1
[22] crayon_1.5.1 brio_1.1.3 processx_3.5.2 purrr_0.3.4 callr_3.7.0 fs_1.5.2 ps_1.6.0
[29] testthat_3.1.2 evaluate_0.15 memoise_2.0.1 glue_1.6.2 cachem_1.0.6 rmarkdown_2.13 compiler_4.1.2
[36] desc_1.4.1 prettyunits_1.1.1