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

Dependency Network's color legend (in the text) is incorrect #294

Closed
tomsing1 opened this issue Sep 10, 2022 · 1 comment · Fixed by #295
Closed

Dependency Network's color legend (in the text) is incorrect #294

tomsing1 opened this issue Sep 10, 2022 · 1 comment · Fixed by #295
Labels

Comments

@tomsing1
Copy link

It seems that the description of the color legend for the Dependency Network might be mixed up.
For example, here is a screenshot after running CreatePackageReport("devtools"):

Screen Shot 2022-09-10 at 9 58 15 AM

The devtools node is orange, but the text incorrectly states that it's gray.

Session information

> sessionInfo()
R version 4.2.1 (2022-06-23)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Monterey 12.5.1

Matrix products: default
LAPACK: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRlapack.dylib

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

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

other attached packages:
[1] devtools_2.4.3 usethis_2.1.6  pkgnet_0.4.2  

loaded via a namespace (and not attached):
 [1] xfun_0.31            bslib_0.4.0          remotes_2.4.2       
 [4] purrr_0.3.4          htmltools_0.5.3      yaml_2.3.5          
 [7] rlang_1.0.4          pkgbuild_1.3.1       jquerylib_0.1.4     
[10] glue_1.6.2           lambda.r_1.2.4       sessioninfo_1.2.2   
[13] lifecycle_1.0.1      stringr_1.4.0        futile.logger_1.4.3 
[16] visNetwork_2.1.0     htmlwidgets_1.5.4    evaluate_0.15       
[19] memoise_2.0.1        knitr_1.39           callr_3.7.1         
[22] fastmap_1.1.0        ps_1.7.1             crosstalk_1.2.0     
[25] rex_1.2.1            renv_0.15.5          DT_0.24             
[28] BiocManager_1.30.18  formatR_1.12         cachem_1.0.6        
[31] pkgload_1.3.0        jsonlite_1.8.0       fs_1.5.2            
[34] digest_0.6.29        stringi_1.7.8        processx_3.7.0      
[37] covr_3.6.1           cli_3.3.0            tools_4.2.1         
[40] magrittr_2.0.3       sass_0.4.2           lazyeval_0.2.2      
[43] futile.options_1.0.1 crayon_1.5.1         pkgconfig_2.0.3     
[46] ellipsis_0.3.2       data.table_1.14.2    prettyunits_1.1.1   
[49] assertthat_0.2.1     rmarkdown_2.14       rstudioapi_0.13     
[52] R6_2.5.1             igraph_1.3.4         compiler_4.2.1  
@jameslamb jameslamb added the bug label Sep 20, 2022
@jameslamb
Copy link
Collaborator

Thanks for reporting this! You're absolutely right. I just built the package from main and see the same issue.

I'll open a pull request to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants