Skip to content
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

[Bug]: Suggested dependencies checks on using-scatterplot.Rmd fail #819

Closed
3 tasks done
llrs-roche opened this issue Dec 13, 2024 · 1 comment
Closed
3 tasks done
Labels
bug Something isn't working core

Comments

@llrs-roche
Copy link
Contributor

llrs-roche commented Dec 13, 2024

What happened?

While building and checking the package I got an error from running a vignette:
there is no package called ggpmics I think there is a typo there and should be ggpmisc.

Related to this that vignette (using-scatterplot.Rmd), checks suggested dependency but they raise an error if the pacakge is not present: requireNamespace("ggpmics") should be requireNamespace("ggpmics", quietly = TRUE)

Found reviewing #818

sessionInfo()

R version 4.4.1 (2024-06-14 ucrt)
Platform: x86_64-w64-mingw32/x64
Running under: Windows 11 x64 (build 22631)

Matrix products: default


locale:
[1] LC_COLLATE=Spanish_Spain.utf8  LC_CTYPE=Spanish_Spain.utf8    LC_MONETARY=Spanish_Spain.utf8 LC_NUMERIC=C                   LC_TIME=Spanish_Spain.utf8    

time zone: Europe/Madrid
tzcode source: internal

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] colourpicker_1.3.0 pkgdown_2.1.1      devtools_2.4.5     usethis_3.0.0     

loaded via a namespace (and not attached):
 [1] rappdirs_0.3.3    utf8_1.2.4        digest_0.6.37     magrittr_2.0.3    pkgload_1.4.0     fastmap_1.2.0     rprojroot_2.0.4   jsonlite_1.8.9    pkgbuild_1.4.5   
[10] sessioninfo_1.2.2 urlchecker_1.0.1  promises_1.3.2    purrr_1.0.2       fansi_1.0.6       httr2_1.0.7       cli_3.6.3         shiny_1.9.1       rlang_1.1.4      
[19] gitcreds_0.1.2    ellipsis_0.3.2    remotes_2.5.0     withr_3.0.2       cachem_1.1.0      tools_4.4.1       memoise_2.0.1     httpuv_1.6.15     credentials_2.0.2
[28] curl_6.0.1        vctrs_0.6.5       R6_2.5.1          mime_0.12         lifecycle_1.0.4   rutils_0.0.2.92   fs_1.6.5          htmlwidgets_1.6.4 miniUI_0.1.1.1   
[37] pkgconfig_2.0.3   pillar_1.9.0      later_1.4.1       glue_1.8.0        gh_1.4.1          profvis_0.4.0     Rcpp_1.0.13-1     gert_2.1.4        tibble_3.2.1     
[46] rstudioapi_0.17.1 sys_3.4.3         xtable_1.8-4      htmltools_0.5.8.1 compiler_4.4.1    askpass_1.2.1     openssl_2.2.2

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.
@llrs-roche
Copy link
Contributor Author

Fixed too on #818

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core
Projects
None yet
Development

No branches or pull requests

1 participant