-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing dependency #33
Comments
Thanks your recommand. The dlookr package imports the extrafont package. Does not use the systemfonts package. Please explain why you think the systemfonts package is missing from the dependency. Best Regards, |
When I tryed to install it on a mac
I got an installation error because of that missing package. Cheers |
Looking into the > packrat:::recursivePackageDependencies("dlookr",lib.loc = .libPaths()[1])
[1] "BH" "Formula" "Hmisc" "MASS" "Matrix"
[6] "MatrixModels" "R6" "RColorBrewer" "RcmdrMisc" "Rcpp"
[11] "RcppArmadillo" "RcppEigen" "Rttf2pt1" "SparseM" "abind"
[16] "askpass" "assertthat" "backports" "base64enc" "boot"
[21] "brio" "broom" "callr" "car" "carData"
[26] "cellranger" "checkmate" "class" "cli" "clipr"
[31] "cluster" "colorspace" "conquer" "corrplot" "cpp11"
[36] "crayon" "curl" "data.table" "desc" "diffobj"
[41] "digest" "dplyr" "e1071" "ellipsis" "evaluate"
[46] "extrafont" "extrafontdb" "fansi" "farver" "forcats"
[51] "foreign" "gdtools" "generics" "ggplot2" "glue"
[56] "gridExtra" "gtable" "haven" "highr" "hms"
[61] "hrbrthemes" "htmlTable" "htmltools" "htmlwidgets" "httr"
[66] "inum" "isoband" "jpeg" "jsonlite" "kableExtra"
[71] "knitr" "labeling" "lattice" "latticeExtra" "libcoin"
[76] "lifecycle" "lme4" "magrittr" "maptools" "markdown"
[81] "matrixStats" "mgcv" "mice" "mime" "minqa"
[86] "munsell" "mvtnorm" "nlme" "nloptr" "nnet"
[91] "nortest" "openssl" "openxlsx" "partykit" "pbkrtest"
[96] "pillar" "pkgbuild" "pkgconfig" "pkgload" "png"
[101] "praise" "prettydoc" "prettyunits" "processx" "progress"
[106] "ps" "purrr" "quantreg" "readr" "readstata13"
[111] "readxl" "rematch" "rematch2" "rio" "rlang"
[116] "rmarkdown" "rpart" "rprojroot" "rstudioapi" "rvest"
[121] "sandwich" "scales" "selectr" "sp" "statmod"
[126] "stringi" "stringr" "survival" "sys" "systemfonts"
[131] "testthat" "tibble" "tidyr" "tidyselect" "tinytex"
[136] "utf8" "vctrs" "viridis" "viridisLite" "waldo"
[141] "webshot" "withr" "xfun" "xml2" "yaml"
[146] "zip" "zoo" |
Thanks for your advice. I changed the dependency of The It is probably an error that occurs in an environment where the hrbrthemes package is installed before version 0.6.0. So, I modified the dependency of
|
Hi,
In version lookr_0.4.2 there is a missing dependency on
systemfonts
Cheers
The text was updated successfully, but these errors were encountered: