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

renv keep saying that the library is out of sync #1070

Closed
andreranza opened this issue Sep 1, 2022 · 8 comments
Closed

renv keep saying that the library is out of sync #1070

andreranza opened this issue Sep 1, 2022 · 8 comments

Comments

@andreranza
Copy link

andreranza commented Sep 1, 2022

I'm experiencing this issue lately in which renv keep saying that the library is out of sync when actually it is not.

Thanks in advance!

library(tidyverse)
library(renv)
#> 
#> Attaching package: 'renv'
#> The following object is masked from 'package:purrr':
#> 
#>     modify
#> The following objects are masked from 'package:stats':
#> 
#>     embed, update
#> The following objects are masked from 'package:utils':
#> 
#>     history, upgrade
#> The following objects are masked from 'package:base':
#> 
#>     autoload, load, remove

sessionInfo()
#> R version 4.1.3 (2022-03-10)
#> Platform: x86_64-apple-darwin17.0 (64-bit)
#> Running under: macOS Big Sur/Monterey 10.16
#> 
#> Matrix products: default
#> BLAS:   /Library/Frameworks/R.framework/Versions/4.1/Resources/lib/libRblas.0.dylib
#> LAPACK: /Library/Frameworks/R.framework/Versions/4.1/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 utils     datasets  methods   base     
#> 
#> other attached packages:
#>  [1] renv_0.15.5     forcats_0.5.1   stringr_1.4.0   dplyr_1.0.9    
#>  [5] purrr_0.3.4     readr_2.1.1     tidyr_1.2.0     tibble_3.1.8   
#>  [9] ggplot2_3.3.6   tidyverse_1.3.2
#> 
#> loaded via a namespace (and not attached):
#>  [1] lubridate_1.8.0     assertthat_0.2.1    digest_0.6.29      
#>  [4] utf8_1.2.2          R6_2.5.1            cellranger_1.1.0   
#>  [7] backports_1.4.1     reprex_2.0.1        evaluate_0.15      
#> [10] httr_1.4.3          highr_0.9           pillar_1.8.1       
#> [13] rlang_1.0.4         googlesheets4_1.0.0 readxl_1.4.0       
#> [16] rstudioapi_0.13     R.utils_2.12.0      R.oo_1.25.0        
#> [19] rmarkdown_2.11      styler_1.7.0        googledrive_2.0.0  
#> [22] munsell_0.5.0       broom_1.0.0         compiler_4.1.3     
#> [25] modelr_0.1.8        xfun_0.31           pkgconfig_2.0.3    
#> [28] htmltools_0.5.2     tidyselect_1.1.2    fansi_1.0.3        
#> [31] crayon_1.4.2        tzdb_0.2.0          dbplyr_2.2.1       
#> [34] withr_2.5.0         R.methodsS3_1.8.2   grid_4.1.3         
#> [37] jsonlite_1.8.0      gtable_0.3.0        lifecycle_1.0.1    
#> [40] DBI_1.1.3           magrittr_2.0.3      scales_1.2.0       
#> [43] cli_3.3.0           stringi_1.7.6       fs_1.5.2           
#> [46] xml2_1.3.3          ellipsis_0.3.2      generics_0.1.2     
#> [49] vctrs_0.4.1         tools_4.1.3         R.cache_0.16.0     
#> [52] glue_1.6.2          hms_1.1.1           fastmap_1.1.0      
#> [55] yaml_2.3.5          colorspace_2.0-2    gargle_1.2.0       
#> [58] rvest_1.0.2         knitr_1.39          haven_2.4.3

status()
#> The following package(s) are out of sync:
#> 
#>     Package   Lockfile Version   Library Version
#>       clipr              0.7.1             0.7.1
#>       clock              0.6.0             0.6.0
#>  colorspace              2.0-2             2.0-2
#>      crayon              1.4.2             1.4.2
#>   datapasta              3.1.0             3.1.0
#>        desc              1.4.0             1.4.0
#>      digest             0.6.29            0.6.29
#>      gmailr              1.0.1             1.0.1
#>   rmarkdown               2.11              2.11
#>      slider              0.2.2             0.2.2
#>        tzdb              0.2.0             0.2.0
#>        warp              0.2.0             0.2.0
#> 
#> Use `renv::snapshot()` to save the state of your library to the lockfile.
#> Use `renv::restore()` to restore your library from the lockfile.

restore()
#> Installing clipr [0.7.1] ...
#>  OK [linked cache]
#> Installing tzdb [0.2.0] ...
#>  OK [linked cache]
#> Installing clock [0.6.0] ...
#>  OK [linked cache]
#> Installing colorspace [2.0-2] ...
#>  OK [linked cache]
#> Installing crayon [1.4.2] ...
#>  OK [linked cache]
#> Installing datapasta [3.1.0] ...
#>  OK [linked cache]
#> Installing desc [1.4.0] ...
#>  OK [linked cache]
#> Installing digest [0.6.29] ...
#>  OK [linked cache]
#> Installing gmailr [1.0.1] ...
#>  OK [linked cache]
#> Installing rmarkdown [2.11] ...
#>  OK [linked cache]
#> Installing warp [0.2.0] ...
#>  OK [linked cache]
#> Installing slider [0.2.2] ...
#>  OK [linked cache]

status()
#> The following package(s) are out of sync:
#> 
#>     Package   Lockfile Version   Library Version
#>       clipr              0.7.1             0.7.1
#>       clock              0.6.0             0.6.0
#>  colorspace              2.0-2             2.0-2
#>      crayon              1.4.2             1.4.2
#>   datapasta              3.1.0             3.1.0
#>        desc              1.4.0             1.4.0
#>      digest             0.6.29            0.6.29
#>      gmailr              1.0.1             1.0.1
#>   rmarkdown               2.11              2.11
#>      slider              0.2.2             0.2.2
#>        tzdb              0.2.0             0.2.0
#>        warp              0.2.0             0.2.0
#> 
#> Use `renv::snapshot()` to save the state of your library to the lockfile.
#> Use `renv::restore()` to restore your library from the lockfile.

Created on 2022-09-01 by the reprex package (v2.0.1)

@andreranza andreranza changed the title { renv keep saying that the library is out of sync Sep 1, 2022
@kevinushey
Copy link
Collaborator

Do you see this issue with the development version of renv? You can install it with:

renv::upgrade(version = "main")

@andreranza
Copy link
Author

Thanks a lot! Still there tough.

renv::upgrade(version = "main")
#> Installing renv [0.15.5-49] ...
#>  OK [linked cache]

library(tidyverse)
library(renv)
#> 
#> Attaching package: 'renv'
#> The following object is masked from 'package:purrr':
#> 
#>     modify
#> The following objects are masked from 'package:stats':
#> 
#>     embed, update
#> The following objects are masked from 'package:utils':
#> 
#>     history, upgrade
#> The following objects are masked from 'package:base':
#> 
#>     autoload, load, remove

sessionInfo()
#> R version 4.1.3 (2022-03-10)
#> Platform: x86_64-apple-darwin17.0 (64-bit)
#> Running under: macOS Big Sur/Monterey 10.16
#> 
#> Matrix products: default
#> BLAS:   /Library/Frameworks/R.framework/Versions/4.1/Resources/lib/libRblas.0.dylib
#> LAPACK: /Library/Frameworks/R.framework/Versions/4.1/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 utils     datasets  methods   base     
#> 
#> other attached packages:
#>  [1] renv_0.15.5-49  forcats_0.5.1   stringr_1.4.0   dplyr_1.0.9    
#>  [5] purrr_0.3.4     readr_2.1.1     tidyr_1.2.0     tibble_3.1.8   
#>  [9] ggplot2_3.3.6   tidyverse_1.3.2
#> 
#> loaded via a namespace (and not attached):
#>  [1] lubridate_1.8.0     assertthat_0.2.1    digest_0.6.29      
#>  [4] utf8_1.2.2          R6_2.5.1            cellranger_1.1.0   
#>  [7] backports_1.4.1     reprex_2.0.1        evaluate_0.15      
#> [10] httr_1.4.3          highr_0.9           pillar_1.8.1       
#> [13] rlang_1.0.4         googlesheets4_1.0.0 readxl_1.4.0       
#> [16] rstudioapi_0.13     R.utils_2.12.0      R.oo_1.25.0        
#> [19] rmarkdown_2.11      styler_1.7.0        googledrive_2.0.0  
#> [22] munsell_0.5.0       broom_1.0.0         compiler_4.1.3     
#> [25] modelr_0.1.8        xfun_0.31           pkgconfig_2.0.3    
#> [28] htmltools_0.5.2     tidyselect_1.1.2    fansi_1.0.3        
#> [31] crayon_1.4.2        tzdb_0.2.0          dbplyr_2.2.1       
#> [34] withr_2.5.0         R.methodsS3_1.8.2   grid_4.1.3         
#> [37] jsonlite_1.8.0      gtable_0.3.0        lifecycle_1.0.1    
#> [40] DBI_1.1.3           magrittr_2.0.3      scales_1.2.0       
#> [43] cli_3.3.0           stringi_1.7.6       fs_1.5.2           
#> [46] xml2_1.3.3          ellipsis_0.3.2      generics_0.1.2     
#> [49] vctrs_0.4.1         tools_4.1.3         R.cache_0.16.0     
#> [52] glue_1.6.2          hms_1.1.1           fastmap_1.1.0      
#> [55] yaml_2.3.5          colorspace_2.0-2    gargle_1.2.0       
#> [58] rvest_1.0.2         knitr_1.39          haven_2.4.3

status()
#> The following package(s) are out of sync:
#> 
#>        Package   Lockfile Version   Library Version
#>             BH           1.78.0-0          1.78.0-0
#>             R6              2.5.1             2.5.1
#>        anytime              0.3.9             0.3.9
#>      backports              1.4.1             1.4.1
#>           blob              1.2.2             1.2.2
#>           brio              1.1.3             1.1.3
#>         cachem              1.0.6             1.0.6
#>          clipr              0.7.1             0.7.1
#>          clock              0.6.0             0.6.0
#>     colorspace              2.0-2             2.0-2
#>         crayon              1.4.2             1.4.2
#>           curl              4.3.2             4.3.2
#>     data.table             1.14.2            1.14.2
#>      datapasta              3.1.0             3.1.0
#>           desc              1.4.0             1.4.0
#>        diffobj              0.3.5             0.3.5
#>         digest             0.6.29            0.6.29
#>         dtplyr              1.2.0             1.2.0
#>         farver              2.1.0             2.1.0
#>        fastmap              1.1.0             1.1.0
#>         gargle              1.2.0             1.2.0
#>       generics              0.1.2             0.1.2
#>         gmailr              1.0.1             1.0.1
#>    googledrive              2.0.0             2.0.0
#>  googlesheets4              1.0.0             1.0.0
#>          haven              2.4.3             2.4.3
#>          highr                0.9               0.9
#>            hms              1.1.1             1.1.1
#>      htmltools              0.5.2             0.5.2
#>        isoband              0.2.5             0.2.5
#>        janitor              2.1.0             2.1.0
#>      jquerylib              0.1.4             0.1.4
#>      lifecycle              1.0.1             1.0.1
#>      lubridate              1.8.0             1.8.0
#>        memoise              2.0.1             2.0.1
#>           mime               0.12              0.12
#>      parsedate              1.2.1             1.2.1
#>             ps              1.6.0             1.6.0
#>       rappdirs              0.3.3             0.3.3
#>          readr              2.1.1             2.1.1
#>         reprex              2.0.1             2.0.1
#>      rmarkdown               2.11              2.11
#>          rvest              1.0.2             1.0.2
#>         slider              0.2.2             0.2.2
#>      snakecase             0.11.0            0.11.0
#>        stringi              1.7.6             1.7.6
#>            sys                3.4               3.4
#>          tidyr              1.2.0             1.2.0
#>     tidyselect              1.1.2             1.1.2
#>           tzdb              0.2.0             0.2.0
#>           utf8              1.2.2             1.2.2
#>           uuid              1.0-3             1.0-3
#>    viridisLite              0.4.0             0.4.0
#>          vroom              1.5.7             1.5.7
#>           warp              0.2.0             0.2.0
#>           xml2              1.3.3             1.3.3
#>            zip              2.2.0             2.2.0
#> 
#> Use `renv::snapshot()` to save the state of your library to the lockfile.
#> Use `renv::restore()` to restore your library from the lockfile.

restore()
#> Installing BH [1.78.0-0] ...
#>  OK [linked cache]
#> Installing anytime [0.3.9] ...
#>  OK [linked cache]
#> Installing backports [1.4.1] ...
#>  OK [linked cache]
#> Installing blob [1.2.2] ...
#>  OK [linked cache]
#> Installing brio [1.1.3] ...
#>  OK [linked cache]
#> Installing fastmap [1.1.0] ...
#>  OK [linked cache]
#> Installing cachem [1.0.6] ...
#>  OK [linked cache]
#> Installing clipr [0.7.1] ...
#>  OK [linked cache]
#> Installing tzdb [0.2.0] ...
#>  OK [linked cache]
#> Installing clock [0.6.0] ...
#>  OK [linked cache]
#> Installing colorspace [2.0-2] ...
#>  OK [linked cache]
#> Installing crayon [1.4.2] ...
#>  OK [linked cache]
#> Installing curl [4.3.2] ...
#>  OK [linked cache]
#> Installing data.table [1.14.2] ...
#>  OK [linked cache]
#> Installing lifecycle [1.0.1] ...
#>  OK [linked cache]
#> Installing hms [1.1.1] ...
#>  OK [linked cache]
#> Installing R6 [2.5.1] ...
#>  OK [linked cache]
#> Installing utf8 [1.2.2] ...
#>  OK [linked cache]
#> Installing tidyselect [1.1.2] ...
#>  OK [linked cache]
#> Installing vroom [1.5.7] ...
#>  OK [linked cache]
#> Installing readr [2.1.1] ...
#>  OK [linked cache]
#> Installing datapasta [3.1.0] ...
#>  OK [linked cache]
#> Installing desc [1.4.0] ...
#>  OK [linked cache]
#> Installing diffobj [0.3.5] ...
#>  OK [linked cache]
#> Installing digest [0.6.29] ...
#>  OK [linked cache]
#> Installing generics [0.1.2] ...
#>  OK [linked cache]
#> Installing dtplyr [1.2.0] ...
#>  OK [linked cache]
#> Installing farver [2.1.0] ...
#>  OK [linked cache]
#> Installing mime [0.12] ...
#>  OK [linked cache]
#> Installing sys [3.4] ...
#>  OK [linked cache]
#> Installing rappdirs [0.3.3] ...
#>  OK [linked cache]
#> Installing gargle [1.2.0] ...
#>  OK [linked cache]
#> Installing gmailr [1.0.1] ...
#>  OK [linked cache]
#> Installing uuid [1.0-3] ...
#>  OK [linked cache]
#> Installing googledrive [2.0.0] ...
#>  OK [linked cache]
#> Installing googlesheets4 [1.0.0] ...
#>  OK [linked cache]
#> Installing haven [2.4.3] ...
#>  OK [linked cache]
#> Installing highr [0.9] ...
#>  OK [linked cache]
#> Installing htmltools [0.5.2] ...
#>  OK [linked cache]
#> Installing isoband [0.2.5] ...
#>  OK [linked cache]
#> Installing lubridate [1.8.0] ...
#>  OK [linked cache]
#> Installing stringi [1.7.6] ...
#>  OK [linked cache]
#> Installing snakecase [0.11.0] ...
#>  OK [linked cache]
#> Installing tidyr [1.2.0] ...
#>  OK [linked cache]
#> Installing janitor [2.1.0] ...
#>  OK [linked cache]
#> Installing jquerylib [0.1.4] ...
#>  OK [linked cache]
#> Installing memoise [2.0.1] ...
#>  OK [linked cache]
#> Installing parsedate [1.2.1] ...
#>  OK [linked cache]
#> Installing ps [1.6.0] ...
#>  OK [linked cache]
#> Installing rmarkdown [2.11] ...
#>  OK [linked cache]
#> Installing reprex [2.0.1] ...
#>  OK [linked cache]
#> Installing xml2 [1.3.3] ...
#>  OK [linked cache]
#> Installing rvest [1.0.2] ...
#>  OK [linked cache]
#> Installing warp [0.2.0] ...
#>  OK [linked cache]
#> Installing slider [0.2.2] ...
#>  OK [linked cache]
#> Installing viridisLite [0.4.0] ...
#>  OK [linked cache]
#> Installing zip [2.2.0] ...
#>  OK [linked cache]

status()
#> The following package(s) are out of sync:
#> 
#>        Package   Lockfile Version   Library Version
#>             BH           1.78.0-0          1.78.0-0
#>             R6              2.5.1             2.5.1
#>        anytime              0.3.9             0.3.9
#>      backports              1.4.1             1.4.1
#>           blob              1.2.2             1.2.2
#>           brio              1.1.3             1.1.3
#>         cachem              1.0.6             1.0.6
#>          clipr              0.7.1             0.7.1
#>          clock              0.6.0             0.6.0
#>     colorspace              2.0-2             2.0-2
#>         crayon              1.4.2             1.4.2
#>           curl              4.3.2             4.3.2
#>     data.table             1.14.2            1.14.2
#>      datapasta              3.1.0             3.1.0
#>           desc              1.4.0             1.4.0
#>        diffobj              0.3.5             0.3.5
#>         digest             0.6.29            0.6.29
#>         dtplyr              1.2.0             1.2.0
#>         farver              2.1.0             2.1.0
#>        fastmap              1.1.0             1.1.0
#>         gargle              1.2.0             1.2.0
#>       generics              0.1.2             0.1.2
#>         gmailr              1.0.1             1.0.1
#>    googledrive              2.0.0             2.0.0
#>  googlesheets4              1.0.0             1.0.0
#>          haven              2.4.3             2.4.3
#>          highr                0.9               0.9
#>            hms              1.1.1             1.1.1
#>      htmltools              0.5.2             0.5.2
#>        isoband              0.2.5             0.2.5
#>        janitor              2.1.0             2.1.0
#>      jquerylib              0.1.4             0.1.4
#>      lifecycle              1.0.1             1.0.1
#>      lubridate              1.8.0             1.8.0
#>        memoise              2.0.1             2.0.1
#>           mime               0.12              0.12
#>      parsedate              1.2.1             1.2.1
#>             ps              1.6.0             1.6.0
#>       rappdirs              0.3.3             0.3.3
#>          readr              2.1.1             2.1.1
#>         reprex              2.0.1             2.0.1
#>      rmarkdown               2.11              2.11
#>          rvest              1.0.2             1.0.2
#>         slider              0.2.2             0.2.2
#>      snakecase             0.11.0            0.11.0
#>        stringi              1.7.6             1.7.6
#>            sys                3.4               3.4
#>          tidyr              1.2.0             1.2.0
#>     tidyselect              1.1.2             1.1.2
#>           tzdb              0.2.0             0.2.0
#>           utf8              1.2.2             1.2.2
#>           uuid              1.0-3             1.0-3
#>    viridisLite              0.4.0             0.4.0
#>          vroom              1.5.7             1.5.7
#>           warp              0.2.0             0.2.0
#>           xml2              1.3.3             1.3.3
#>            zip              2.2.0             2.2.0
#> 
#> Use `renv::snapshot()` to save the state of your library to the lockfile.
#> Use `renv::restore()` to restore your library from the lockfile.

Created on 2022-09-02 by the reprex package (v2.0.1)

@kevinushey
Copy link
Collaborator

Thanks -- can you also share the output of

str(renv::status())

I'm guessing there is some (spurious?) difference in the lockfile records + currently-recorded records that's confusing renv. (Perhaps related to installing packages with pak, or installing from r-universe)

@andreranza
Copy link
Author

andreranza commented Sep 1, 2022

Here it is :)

str(renv::status())
#> The following package(s) are out of sync:
#> 
#>        Package   Lockfile Version   Library Version
#>             BH           1.78.0-0          1.78.0-0
#>             R6              2.5.1             2.5.1
#>        anytime              0.3.9             0.3.9
#>      backports              1.4.1             1.4.1
#>           blob              1.2.2             1.2.2
#>           brio              1.1.3             1.1.3
#>         cachem              1.0.6             1.0.6
#>          clipr              0.7.1             0.7.1
#>          clock              0.6.0             0.6.0
#>     colorspace              2.0-2             2.0-2
#>         crayon              1.4.2             1.4.2
#>           curl              4.3.2             4.3.2
#>     data.table             1.14.2            1.14.2
#>      datapasta              3.1.0             3.1.0
#>           desc              1.4.0             1.4.0
#>        diffobj              0.3.5             0.3.5
#>         digest             0.6.29            0.6.29
#>         dtplyr              1.2.0             1.2.0
#>         farver              2.1.0             2.1.0
#>        fastmap              1.1.0             1.1.0
#>         gargle              1.2.0             1.2.0
#>       generics              0.1.2             0.1.2
#>         gmailr              1.0.1             1.0.1
#>    googledrive              2.0.0             2.0.0
#>  googlesheets4              1.0.0             1.0.0
#>          haven              2.4.3             2.4.3
#>          highr                0.9               0.9
#>            hms              1.1.1             1.1.1
#>      htmltools              0.5.2             0.5.2
#>        isoband              0.2.5             0.2.5
#>        janitor              2.1.0             2.1.0
#>      jquerylib              0.1.4             0.1.4
#>      lifecycle              1.0.1             1.0.1
#>      lubridate              1.8.0             1.8.0
#>        memoise              2.0.1             2.0.1
#>           mime               0.12              0.12
#>      parsedate              1.2.1             1.2.1
#>             ps              1.6.0             1.6.0
#>       rappdirs              0.3.3             0.3.3
#>          readr              2.1.1             2.1.1
#>         reprex              2.0.1             2.0.1
#>      rmarkdown               2.11              2.11
#>          rvest              1.0.2             1.0.2
#>         slider              0.2.2             0.2.2
#>      snakecase             0.11.0            0.11.0
#>        stringi              1.7.6             1.7.6
#>            sys                3.4               3.4
#>          tidyr              1.2.0             1.2.0
#>     tidyselect              1.1.2             1.1.2
#>           tzdb              0.2.0             0.2.0
#>           utf8              1.2.2             1.2.2
#>           uuid              1.0-3             1.0-3
#>    viridisLite              0.4.0             0.4.0
#>          vroom              1.5.7             1.5.7
#>           warp              0.2.0             0.2.0
#>           xml2              1.3.3             1.3.3
#>            zip              2.2.0             2.2.0
#> 
#> Use `renv::snapshot()` to save the state of your library to the lockfile.
#> Use `renv::restore()` to restore your library from the lockfile.
#> 
#> List of 3
#>  $ library     :List of 2
#>   ..$ R       :List of 2
#>   .. ..$ Version     : chr "4.1.3"
#>   .. ..$ Repositories:List of 1
#>   .. .. ..$ CRAN: chr "https://rspm.xxxxx.com/prod-cran/2022-08-09"
#>   ..$ Packages:List of 206
#>   .. ..$ rappdirs     :List of 12
#>   .. .. ..$ Package          : chr "rappdirs"
#>   .. .. ..$ Version          : chr "0.3.3"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.2)"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "rappdirs"
#>   .. .. ..$ RemoteRef        : chr "rappdirs"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.3.3"
#>   .. .. ..$ Hash             : chr "5e3c5dc0b071b21fa128676560dbe94d"
#>   .. ..$ R.methodsS3  :List of 7
#>   .. .. ..$ Package   : chr "R.methodsS3"
#>   .. .. ..$ Version   : chr "1.8.2"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 2.13.0)"
#>   .. .. ..$ Imports   : chr "utils"
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "278c286fd6e9e75d0c2e8f731ea445c8"
#>   .. ..$ dtplyr       :List of 13
#>   .. .. ..$ Package          : chr "dtplyr"
#>   .. .. ..$ Version          : chr "1.2.0"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.3)"
#>   .. .. ..$ Imports          : chr [1:10] "crayon" "data.table (>= 1.13.0)" "dplyr (>= 1.0.3)" "ellipsis" ...
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "dtplyr"
#>   .. .. ..$ RemoteRef        : chr "dtplyr"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.2.0"
#>   .. .. ..$ Hash             : chr "f62678f8c708f10ee8f419862b9b008e"
#>   .. ..$ tidyr        :List of 14
#>   .. .. ..$ Package          : chr "tidyr"
#>   .. .. ..$ Version          : chr "1.2.0"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.1)"
#>   .. .. ..$ Imports          : chr [1:11] "dplyr (>= 1.0.0)" "ellipsis (>= 0.1.0)" "glue" "lifecycle" ...
#>   .. .. ..$ LinkingTo        : chr "cpp11 (>= 0.4.0)"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "tidyr"
#>   .. .. ..$ RemoteRef        : chr "tidyr"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.2.0"
#>   .. .. ..$ Hash             : chr "d8b95b7fee945d7da6888cf7eb71a49c"
#>   .. ..$ ggplot2      :List of 7
#>   .. .. ..$ Package   : chr "ggplot2"
#>   .. .. ..$ Version   : chr "3.3.6"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.3)"
#>   .. .. ..$ Imports   : chr [1:13] "digest" "glue" "grDevices" "grid" ...
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "0fb26d0674c82705c6b701d1a61e02ea"
#>   .. ..$ bit64        :List of 6
#>   .. .. ..$ Package   : chr "bit64"
#>   .. .. ..$ Version   : chr "4.0.5"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr [1:5] "R (>= 3.0.1)" "bit (>= 4.0.0)" "utils" "methods" ...
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "9fe98599ca456d6552421db0d6772d8f"
#>   .. ..$ knitr        :List of 7
#>   .. .. ..$ Package   : chr "knitr"
#>   .. .. ..$ Version   : chr "1.39"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.3.0)"
#>   .. .. ..$ Imports   : chr [1:7] "evaluate (>= 0.15)" "highr" "methods" "stringr (>= 0.6)" ...
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "029ab7c4badd3cf8af69016b2ba27493"
#>   .. ..$ R.utils      :List of 7
#>   .. .. ..$ Package   : chr "R.utils"
#>   .. .. ..$ Version   : chr "2.12.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr [1:2] "R (>= 2.14.0)" "R.oo (>= 1.24.0)"
#>   .. .. ..$ Imports   : chr [1:4] "methods" "utils" "tools" "R.methodsS3 (>= 1.8.1)"
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "d31333e10f14027e1cbbc6f266512806"
#>   .. ..$ styler       :List of 7
#>   .. .. ..$ Package   : chr "styler"
#>   .. .. ..$ Version   : chr "1.7.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.4.0)"
#>   .. .. ..$ Imports   : chr [1:10] "cli (>= 3.1.1)" "magrittr (>= 2.0.0)" "purrr (>= 0.2.3)" "R.cache (>= 0.15.0)" ...
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "6cc6b1eb8f318b15fae4b81fe0a0d82e"
#>   .. ..$ data.table   :List of 13
#>   .. .. ..$ Package          : chr "data.table"
#>   .. .. ..$ Version          : chr "1.14.2"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.1.0)"
#>   .. .. ..$ Imports          : chr "methods"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "data.table"
#>   .. .. ..$ RemoteRef        : chr "data.table"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.14.2"
#>   .. .. ..$ Hash             : chr "36b67b5adf57b292923f5659f5f0c853"
#>   .. ..$ rpart        :List of 6
#>   .. .. ..$ Package   : chr "rpart"
#>   .. .. ..$ Version   : chr "4.1.16"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr [1:4] "R (>= 2.15.0)" "graphics" "stats" "grDevices"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "ea3ca1d9473daabb3cd0f1b4f974c1ed"
#>   .. ..$ hardhat      :List of 7
#>   .. .. ..$ Package   : chr "hardhat"
#>   .. .. ..$ Version   : chr "1.2.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.4.0)"
#>   .. .. ..$ Imports   : chr [1:4] "glue (>= 1.6.2)" "rlang (>= 1.0.3)" "tibble (>= 3.1.7)" "vctrs (>= 0.4.1)"
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "7cd2660e174e555b05aaeac979dee22b"
#>   .. ..$ generics     :List of 13
#>   .. .. ..$ Package          : chr "generics"
#>   .. .. ..$ Version          : chr "0.1.2"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.2)"
#>   .. .. ..$ Imports          : chr "methods"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "generics"
#>   .. .. ..$ RemoteRef        : chr "generics"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.1.2"
#>   .. .. ..$ Hash             : chr "177475892cf4a55865868527654a7741"
#>   .. ..$ GPfit        :List of 6
#>   .. .. ..$ Package   : chr "GPfit"
#>   .. .. ..$ Version   : chr "1.0-8"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Imports   : chr [1:2] "lhs (>= 0.5)" "lattice (>= 0.18-8)"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "29a7dccade1fd037c8262c2a239775eb"
#>   .. ..$ callr        :List of 7
#>   .. .. ..$ Package   : chr "callr"
#>   .. .. ..$ Version   : chr "3.7.1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.4)"
#>   .. .. ..$ Imports   : chr [1:3] "processx (>= 3.6.1)" "R6" "utils"
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "2fda237f24bc56508f31394beaa56877"
#>   .. ..$ usethis      :List of 7
#>   .. .. ..$ Package   : chr "usethis"
#>   .. .. ..$ Version   : chr "2.1.5"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.4)"
#>   .. .. ..$ Imports   : chr [1:21] "cli (>= 3.0.1)" "clipr (>= 0.3.0)" "crayon" "curl (>= 2.7)" ...
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "c499f488e6dd7718accffaee5bc5a79b"
#>   .. ..$ commonmark   :List of 5
#>   .. .. ..$ Package   : chr "commonmark"
#>   .. .. ..$ Version   : chr "1.8.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "2ba81b120c1655ab696c935ef33ea716"
#>   .. ..$ tibblify     :List of 13
#>   .. .. ..$ Package       : chr "tibblify"
#>   .. .. ..$ Version       : chr "0.2.0.9000"
#>   .. .. ..$ Source        : chr "GitHub"
#>   .. .. ..$ Depends       : chr "R (>= 3.4.0)"
#>   .. .. ..$ Imports       : chr [1:7] "cli (>= 3.3.0)" "lifecycle" "purrr" "rlang (>= 1.0.4)" ...
#>   .. .. ..$ LinkingTo     : chr [1:3] "cpp11 (>= 0.4.2)" "plogr" "vctrs (>= 0.4.1)"
#>   .. .. ..$ RemoteType    : chr "github"
#>   .. .. ..$ RemoteHost    : chr "api.github.com"
#>   .. .. ..$ RemoteUsername: chr "mgirlich"
#>   .. .. ..$ RemoteRepo    : chr "tibblify"
#>   .. .. ..$ RemoteRef     : chr "master"
#>   .. .. ..$ RemoteSha     : chr "588cf5cfac8f1dad6c6799d8508927129bec62bd"
#>   .. .. ..$ Hash          : chr "5c5f9a56dcb284ec197cc0aa509fd1e9"
#>   .. ..$ future       :List of 6
#>   .. .. ..$ Package   : chr "future"
#>   .. .. ..$ Version   : chr "1.27.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Imports   : chr [1:7] "digest" "globals (>= 0.15.0)" "listenv (>= 0.8.0)" "parallel" ...
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "f6811da7bee83f2cef50ee3d21c5c794"
#>   .. ..$ conflicted   :List of 7
#>   .. .. ..$ Package   : chr "conflicted"
#>   .. .. ..$ Version   : chr "1.1.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.2)"
#>   .. .. ..$ Imports   : chr [1:2] "memoise" "rlang (>= 0.3.4)"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "c6bb5e1ef58f2f1c84f238f55bd2e56a"
#>   .. ..$ bit          :List of 6
#>   .. .. ..$ Package   : chr "bit"
#>   .. .. ..$ Version   : chr "4.0.4"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 2.9.2)"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "f36715f14d94678eea9933af927bc15d"
#>   .. ..$ tzdb         :List of 7
#>   .. .. ..$ Package   : chr "tzdb"
#>   .. .. ..$ Version   : chr "0.2.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.3)"
#>   .. .. ..$ LinkingTo : chr "cpp11 (>= 0.4.0)"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "5e069fb033daf2317bd628d3100b75c5"
#>   .. ..$ rversions    :List of 6
#>   .. .. ..$ Package   : chr "rversions"
#>   .. .. ..$ Version   : chr "2.1.1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Imports   : chr [1:3] "curl" "utils" "xml2 (>= 1.0.0)"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "f88fab00907b312f8b23ec13e2d437cb"
#>   .. ..$ xml2         :List of 13
#>   .. .. ..$ Package          : chr "xml2"
#>   .. .. ..$ Version          : chr "1.3.3"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.1.0)"
#>   .. .. ..$ Imports          : chr "methods"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "xml2"
#>   .. .. ..$ RemoteRef        : chr "xml2"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.3.3"
#>   .. .. ..$ Hash             : chr "40682ed6a969ea5abfd351eb67833adc"
#>   .. ..$ lubridate    :List of 14
#>   .. .. ..$ Package          : chr "lubridate"
#>   .. .. ..$ Version          : chr "1.8.0"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr [1:2] "methods" "R (>= 3.2)"
#>   .. .. ..$ Imports          : chr "generics"
#>   .. .. ..$ LinkingTo        : chr "cpp11 (>= 0.2.7)"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "lubridate"
#>   .. .. ..$ RemoteRef        : chr "lubridate"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.8.0"
#>   .. .. ..$ Hash             : chr "2ff5eedb6ee38fb1b81205c73be1be5a"
#>   .. ..$ httpuv       :List of 8
#>   .. .. ..$ Package   : chr "httpuv"
#>   .. .. ..$ Version   : chr "1.6.5"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 2.15.1)"
#>   .. .. ..$ Imports   : chr [1:5] "Rcpp (>= 1.0.7)" "utils" "R6" "promises" ...
#>   .. .. ..$ LinkingTo : chr [1:2] "Rcpp" "later"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "97fe71f0a4a1c9890e6c2128afa04bc0"
#>   .. ..$ assertthat   :List of 6
#>   .. .. ..$ Package   : chr "assertthat"
#>   .. .. ..$ Version   : chr "0.2.1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Imports   : chr "tools"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "50c838a310445e954bc13f26f26a6ecf"
#>   .. ..$ isoband      :List of 12
#>   .. .. ..$ Package          : chr "isoband"
#>   .. .. ..$ Version          : chr "0.2.5"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Imports          : chr [1:2] "grid" "utils"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "isoband"
#>   .. .. ..$ RemoteRef        : chr "isoband"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.2.5"
#>   .. .. ..$ Hash             : chr "7ab57a6de7f48a8dc84910d1eca42883"
#>   .. ..$ tidyverse    :List of 7
#>   .. .. ..$ Package   : chr "tidyverse"
#>   .. .. ..$ Version   : chr "1.3.2"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.3)"
#>   .. .. ..$ Imports   : chr [1:29] "broom (>= 0.7.10)" "cli (>= 3.1.0)" "crayon (>= 1.4.2)" "dbplyr (>= 2.1.1)" ...
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "972389aea7fa1a34739054a810d0c6f6"
#>   .. ..$ fontawesome  :List of 7
#>   .. .. ..$ Package   : chr "fontawesome"
#>   .. .. ..$ Version   : chr "0.3.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.3.0)"
#>   .. .. ..$ Imports   : chr [1:2] "rlang (>= 0.4.10)" "htmltools (>= 0.5.1.1)"
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "a36c4a3eade472039a3ec8cb824e6dc4"
#>   .. ..$ gargle       :List of 13
#>   .. .. ..$ Package          : chr "gargle"
#>   .. .. ..$ Version          : chr "1.2.0"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.3)"
#>   .. .. ..$ Imports          : chr [1:11] "cli (>= 3.0.0)" "fs (>= 1.3.1)" "glue (>= 1.3.0)" "httr (>= 1.4.0)" ...
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "gargle"
#>   .. .. ..$ RemoteRef        : chr "gargle"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.2.0"
#>   .. .. ..$ Hash             : chr "9d234e6a87a6f8181792de6dc4a00e39"
#>   .. ..$ gower        :List of 5
#>   .. .. ..$ Package   : chr "gower"
#>   .. .. ..$ Version   : chr "1.0.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "e30deda901954a80e035ad2e972ba7fd"
#>   .. ..$ xfun         :List of 6
#>   .. .. ..$ Package   : chr "xfun"
#>   .. .. ..$ Version   : chr "0.31"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Imports   : chr [1:2] "stats" "tools"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "a318c6f752b8dcfe9fb74d897418ab2b"
#>   .. ..$ hms          :List of 12
#>   .. .. ..$ Package          : chr "hms"
#>   .. .. ..$ Version          : chr "1.1.1"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Imports          : chr [1:6] "ellipsis (>= 0.3.2)" "lifecycle" "methods" "pkgconfig" ...
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "hms"
#>   .. .. ..$ RemoteRef        : chr "hms"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.1.1"
#>   .. .. ..$ Hash             : chr "5b8a2dd0fdbe2ab4f6081e6c7be6dfca"
#>   .. ..$ jquerylib    :List of 12
#>   .. .. ..$ Package          : chr "jquerylib"
#>   .. .. ..$ Version          : chr "0.1.4"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Imports          : chr "htmltools"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "jquerylib"
#>   .. .. ..$ RemoteRef        : chr "jquerylib"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.1.4"
#>   .. .. ..$ Hash             : chr "5aab57a3bd297eee1c1d862735972182"
#>   .. ..$ evaluate     :List of 7
#>   .. .. ..$ Package   : chr "evaluate"
#>   .. .. ..$ Version   : chr "0.15"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.0.2)"
#>   .. .. ..$ Imports   : chr "methods"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "699a7a93d08c962d9f8950b2d7a227f1"
#>   .. ..$ promises     :List of 7
#>   .. .. ..$ Package   : chr "promises"
#>   .. .. ..$ Version   : chr "1.2.0.1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Imports   : chr [1:6] "R6" "Rcpp" "later" "rlang" ...
#>   .. .. ..$ LinkingTo : chr [1:2] "later" "Rcpp"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "4ab2c43adb4d4699cf3690acd378d75d"
#>   .. ..$ fansi        :List of 7
#>   .. .. ..$ Package   : chr "fansi"
#>   .. .. ..$ Version   : chr "1.0.3"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.1.0)"
#>   .. .. ..$ Imports   : chr [1:2] "grDevices" "utils"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "83a8afdbe71839506baa9f90eebad7ec"
#>   .. ..$ anytime      :List of 14
#>   .. .. ..$ Package          : chr "anytime"
#>   .. .. ..$ Version          : chr "0.3.9"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.2.0)"
#>   .. .. ..$ Imports          : chr "Rcpp (>= 0.12.9)"
#>   .. .. ..$ LinkingTo        : chr [1:2] "Rcpp (>= 0.12.9)" "BH"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "anytime"
#>   .. .. ..$ RemoteRef        : chr "anytime"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.3.9"
#>   .. .. ..$ Hash             : chr "74a64813f17b492da9c6afda6b128e3d"
#>   .. ..$ progress     :List of 6
#>   .. .. ..$ Package   : chr "progress"
#>   .. .. ..$ Version   : chr "1.2.2"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Imports   : chr [1:4] "hms" "prettyunits" "R6" "crayon"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "14dc9f7a3c91ebb14ec5bb9208a07061"
#>   .. ..$ dbplyr       :List of 7
#>   .. .. ..$ Package   : chr "dbplyr"
#>   .. .. ..$ Version   : chr "2.2.1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.1)"
#>   .. .. ..$ Imports   : chr [1:18] "assertthat (>= 0.2.0)" "blob (>= 1.2.0)" "cli (>= 3.3.0)" "DBI (>= 1.0.0)" ...
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "f6c7eb9617e4d2a86bb7182fff99c805"
#>   .. ..$ readxl       :List of 8
#>   .. .. ..$ Package   : chr "readxl"
#>   .. .. ..$ Version   : chr "1.4.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.4)"
#>   .. .. ..$ Imports   : chr [1:3] "cellranger" "tibble (>= 2.0.1)" "utils"
#>   .. .. ..$ LinkingTo : chr [1:2] "cpp11 (>= 0.4.0)" "progress"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "170c35f745563bb307e963bde0197e4f"
#>   .. ..$ DBI          :List of 6
#>   .. .. ..$ Package   : chr "DBI"
#>   .. .. ..$ Version   : chr "1.1.3"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr [1:2] "methods" "R (>= 3.0.0)"
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "b2866e62bab9378c3cc9476a1954226b"
#>   .. ..$ htmlwidgets  :List of 6
#>   .. .. ..$ Package   : chr "htmlwidgets"
#>   .. .. ..$ Version   : chr "1.5.4"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Imports   : chr [1:4] "grDevices" "htmltools (>= 0.3)" "jsonlite (>= 0.9.16)" "yaml"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "76147821cd3fcd8c4b04e1ef0498e7fb"
#>   .. ..$ googledrive  :List of 13
#>   .. .. ..$ Package          : chr "googledrive"
#>   .. .. ..$ Version          : chr "2.0.0"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.3)"
#>   .. .. ..$ Imports          : chr [1:15] "cli (>= 3.0.0)" "gargle (>= 1.2.0)" "glue (>= 1.4.2)" "httr" ...
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "googledrive"
#>   .. .. ..$ RemoteRef        : chr "googledrive"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "2.0.0"
#>   .. .. ..$ Hash             : chr "c3a25adbbfbb03f12e6f88c5fb1f3024"
#>   .. ..$ purrr        :List of 7
#>   .. .. ..$ Package   : chr "purrr"
#>   .. .. ..$ Version   : chr "0.3.4"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.2)"
#>   .. .. ..$ Imports   : chr [1:2] "magrittr (>= 1.5)" "rlang (>= 0.3.1)"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "97def703420c8ab10d8f0e6c72101e02"
#>   .. ..$ ellipsis     :List of 7
#>   .. .. ..$ Package   : chr "ellipsis"
#>   .. .. ..$ Version   : chr "0.3.2"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.2)"
#>   .. .. ..$ Imports   : chr "rlang (>= 0.3.0)"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "bb0eec2fe32e88d9e2836c2f73ea2077"
#>   .. ..$ corrplot     :List of 5
#>   .. .. ..$ Package   : chr "corrplot"
#>   .. .. ..$ Version   : chr "0.92"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "fcf11a91936fd5047b2ee9bc00595e36"
#>   .. ..$ selectr      :List of 7
#>   .. .. ..$ Package   : chr "selectr"
#>   .. .. ..$ Version   : chr "0.4-2"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.0)"
#>   .. .. ..$ Imports   : chr [1:3] "methods" "stringr" "R6"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "3838071b66e0c566d55cc26bd6e27bf4"
#>   .. ..$ dplyr        :List of 7
#>   .. .. ..$ Package   : chr "dplyr"
#>   .. .. ..$ Version   : chr "1.0.9"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.4.0)"
#>   .. .. ..$ Imports   : chr [1:12] "generics" "glue (>= 1.3.2)" "lifecycle (>= 1.0.1)" "magrittr (>= 1.5)" ...
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "f0bda1627a7f5d3f9a0b5add931596ac"
#>   .. ..$ plogr        :List of 5
#>   .. .. ..$ Package   : chr "plogr"
#>   .. .. ..$ Version   : chr "0.2.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "09eb987710984fc2905c7129c7d85e65"
#>   .. ..$ backports    :List of 12
#>   .. .. ..$ Package          : chr "backports"
#>   .. .. ..$ Version          : chr "1.4.1"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.0.0)"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "backports"
#>   .. .. ..$ RemoteRef        : chr "backports"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.4.1"
#>   .. .. ..$ Hash             : chr "c39fbec8a30d23e721980b8afb31984c"
#>   .. ..$ constructive :List of 11
#>   .. .. ..$ Package       : chr "constructive"
#>   .. .. ..$ Version       : chr "0.0.0.9000"
#>   .. .. ..$ Source        : chr "GitHub"
#>   .. .. ..$ Imports       : chr [1:4] "diffobj" "rlang (>= 1.0.0)" "styler" "waldo"
#>   .. .. ..$ RemoteType    : chr "github"
#>   .. .. ..$ RemoteUsername: chr "cynkra"
#>   .. .. ..$ RemoteRepo    : chr "constructive"
#>   .. .. ..$ RemoteRef     : chr "master"
#>   .. .. ..$ RemoteSha     : chr "41f955e1588ed4f591305a783f1e8c7f9db41212"
#>   .. .. ..$ RemoteHost    : chr "api.github.com"
#>   .. .. ..$ Hash          : chr "f625788044d8cd26a05734e9c069bf7e"
#>   .. ..$ tidymodels   :List of 7
#>   .. .. ..$ Package   : chr "tidymodels"
#>   .. .. ..$ Version   : chr "1.0.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.4)"
#>   .. .. ..$ Imports   : chr [1:21] "broom (>= 1.0.0)" "cli (>= 3.3.0)" "conflicted (>= 1.1.0)" "dials (>= 1.0.0)" ...
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "7e36c824e3208cc87f50eb5d8ce2ce42"
#>   .. ..$ vctrs        :List of 7
#>   .. .. ..$ Package   : chr "vctrs"
#>   .. .. ..$ Version   : chr "0.4.1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.3)"
#>   .. .. ..$ Imports   : chr [1:3] "cli (>= 3.2.0)" "glue" "rlang (>= 1.0.2)"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "8b54f22e2a58c4f275479c92ce041a57"
#>   .. ..$ remotes      :List of 7
#>   .. .. ..$ Package   : chr "remotes"
#>   .. .. ..$ Version   : chr "2.4.2"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.0.0)"
#>   .. .. ..$ Imports   : chr [1:4] "methods" "stats" "tools" "utils"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "227045be9aee47e6dda9bb38ac870d67"
#>   .. ..$ here         :List of 6
#>   .. .. ..$ Package   : chr "here"
#>   .. .. ..$ Version   : chr "1.0.1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Imports   : chr "rprojroot (>= 2.0.2)"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "24b224366f9c2e7534d2344d10d59211"
#>   .. ..$ cachem       :List of 12
#>   .. .. ..$ Package          : chr "cachem"
#>   .. .. ..$ Version          : chr "1.0.6"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Imports          : chr [1:2] "rlang" "fastmap"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "cachem"
#>   .. .. ..$ RemoteRef        : chr "cachem"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.0.6"
#>   .. .. ..$ Hash             : chr "648c5b3d71e6a37e3043617489a0a0e9"
#>   .. ..$ withr        :List of 7
#>   .. .. ..$ Package   : chr "withr"
#>   .. .. ..$ Version   : chr "2.5.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.2.0)"
#>   .. .. ..$ Imports   : chr [1:3] "graphics" "grDevices" "stats"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "c0e49a9760983e81e55cdd9be92e7182"
#>   .. ..$ sys          :List of 11
#>   .. .. ..$ Package          : chr "sys"
#>   .. .. ..$ Version          : chr "3.4"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "sys"
#>   .. .. ..$ RemoteRef        : chr "sys"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "3.4"
#>   .. .. ..$ Hash             : chr "b227d13e29222b4574486cfcbde077fa"
#>   .. ..$ progressr    :List of 7
#>   .. .. ..$ Package   : chr "progressr"
#>   .. .. ..$ Version   : chr "0.10.1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.5.0)"
#>   .. .. ..$ Imports   : chr [1:2] "digest" "utils"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "f785c20b96fae12a810c66717c0137a6"
#>   .. ..$ vroom        :List of 14
#>   .. .. ..$ Package          : chr "vroom"
#>   .. .. ..$ Version          : chr "1.5.7"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.1)"
#>   .. .. ..$ Imports          : chr [1:14] "bit64" "crayon" "cli" "glue" ...
#>   .. .. ..$ LinkingTo        : chr [1:3] "progress (>= 1.2.1)" "cpp11 (>= 0.2.0)" "tzdb (>= 0.1.1)"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "vroom"
#>   .. .. ..$ RemoteRef        : chr "vroom"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.5.7"
#>   .. .. ..$ Hash             : chr "976507b5a105bc3bdf6a5a5f29e0684f"
#>   .. ..$ datapasta    :List of 7
#>   .. .. ..$ Package   : chr "datapasta"
#>   .. .. ..$ Version   : chr "3.1.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.3.0)"
#>   .. .. ..$ Imports   : chr [1:4] "readr (>= 1.2.0)" "clipr (>= 0.3.0)" "rstudioapi (>= 0.6)" "methods"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "a0e4431f2a837af520e0cabe760061b2"
#>   .. ..$ prettyunits  :List of 5
#>   .. .. ..$ Package   : chr "prettyunits"
#>   .. .. ..$ Version   : chr "1.1.1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "95ef9167b75dde9d2ccc3c7528393e7e"
#>   .. ..$ parsnip      :List of 7
#>   .. .. ..$ Package   : chr "parsnip"
#>   .. .. ..$ Version   : chr "1.0.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 2.10)"
#>   .. .. ..$ Imports   : chr [1:19] "cli" "dplyr (>= 0.8.0.1)" "generics (>= 0.1.2)" "ggplot2" ...
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "94f8e3edfed8738b7afc7a6f053b31bb"
#>   .. ..$ crayon       :List of 6
#>   .. .. ..$ Package   : chr "crayon"
#>   .. .. ..$ Version   : chr "1.4.2"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Imports   : chr [1:3] "grDevices" "methods" "utils"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "0a6a65d92bd45b47b94b84244b528d17"
#>   .. ..$ arrow        :List of 8
#>   .. .. ..$ Package   : chr "arrow"
#>   .. .. ..$ Version   : chr "8.0.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.4)"
#>   .. .. ..$ Imports   : chr [1:10] "assertthat" "bit64 (>= 0.9-7)" "methods" "purrr" ...
#>   .. .. ..$ LinkingTo : chr "cpp11 (>= 0.4.2)"
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "58b7ef7a5c997e324767b86ae0bb0896"
#>   .. ..$ recipes      :List of 7
#>   .. .. ..$ Package   : chr "recipes"
#>   .. .. ..$ Version   : chr "1.0.1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr [1:2] "dplyr" "R (>= 3.4)"
#>   .. .. ..$ Imports   : chr [1:21] "cli" "ellipsis" "generics (>= 0.1.2)" "glue" ...
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "6ea4fdbc49ae227bf37eea030da5a995"
#>   .. ..$ pkgconfig    :List of 6
#>   .. .. ..$ Package   : chr "pkgconfig"
#>   .. .. ..$ Version   : chr "2.0.3"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Imports   : chr "utils"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "01f28d4278f15c76cddbea05899c5d6f"
#>   .. ..$ labeling     :List of 6
#>   .. .. ..$ Package   : chr "labeling"
#>   .. .. ..$ Version   : chr "0.4.2"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Imports   : chr [1:2] "stats" "graphics"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "3d5108641f47470611a32d0bdf357a72"
#>   .. ..$ nlme         :List of 7
#>   .. .. ..$ Package   : chr "nlme"
#>   .. .. ..$ Version   : chr "3.1-158"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.5.0)"
#>   .. .. ..$ Imports   : chr [1:4] "graphics" "stats" "utils" "lattice"
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "9469aeaeddf4f48a7ac70877d0b7ba36"
#>   .. ..$ pkgload      :List of 7
#>   .. .. ..$ Package   : chr "pkgload"
#>   .. .. ..$ Version   : chr "1.3.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.4.0)"
#>   .. .. ..$ Imports   : chr [1:10] "cli (>= 3.3.0)" "crayon" "desc" "fs" ...
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "4b20f937a363c78a5730265c1925f54a"
#>   .. ..$ infer        :List of 7
#>   .. .. ..$ Package   : chr "infer"
#>   .. .. ..$ Version   : chr "1.0.2"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.5.0)"
#>   .. .. ..$ Imports   : chr [1:13] "dplyr (>= 0.7.0)" "ggplot2" "glue (>= 1.3.0)" "grDevices" ...
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "ec3a41e963bc24f53ff06f3137742ed7"
#>   .. ..$ rematch      :List of 5
#>   .. .. ..$ Package   : chr "rematch"
#>   .. .. ..$ Version   : chr "1.0.1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "c66b930d20bb6d858cd18e1cebcfae5c"
#>   .. ..$ nnet         :List of 6
#>   .. .. ..$ Package   : chr "nnet"
#>   .. .. ..$ Version   : chr "7.3-17"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr [1:3] "R (>= 3.0.0)" "stats" "utils"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "cb1d8d9f300a7e536b89c8a88c53f610"
#>   .. ..$ gitcreds     :List of 5
#>   .. .. ..$ Package   : chr "gitcreds"
#>   .. .. ..$ Version   : chr "0.1.1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "f3aefccc1cc50de6338146b62f115de8"
#>   .. ..$ devtools     :List of 7
#>   .. .. ..$ Package   : chr "devtools"
#>   .. .. ..$ Version   : chr "2.4.3"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr [1:2] "R (>= 3.0.2)" "usethis (>= 2.0.1)"
#>   .. .. ..$ Imports   : chr [1:22] "callr (>= 3.6.0)" "cli (>= 3.0.0)" "desc (>= 1.3.0)" "ellipsis (>= 0.3.1)" ...
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "fc35e13bb582e5fe6f63f3d647a4cbe5"
#>   .. ..$ rlang        :List of 7
#>   .. .. ..$ Package   : chr "rlang"
#>   .. .. ..$ Version   : chr "1.0.4"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.4.0)"
#>   .. .. ..$ Imports   : chr "utils"
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "6539dd8c651e67e3b55b5ffea106362b"
#>   .. ..$ globals      :List of 7
#>   .. .. ..$ Package   : chr "globals"
#>   .. .. ..$ Version   : chr "0.16.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.1.2)"
#>   .. .. ..$ Imports   : chr "codetools"
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "2fb246aa501a4fa799448f3984b0c5c1"
#>   .. ..$ lifecycle    :List of 13
#>   .. .. ..$ Package          : chr "lifecycle"
#>   .. .. ..$ Version          : chr "1.0.1"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.3)"
#>   .. .. ..$ Imports          : chr [1:2] "glue" "rlang (>= 0.4.10)"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "lifecycle"
#>   .. .. ..$ RemoteRef        : chr "lifecycle"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.0.1"
#>   .. .. ..$ Hash             : chr "a6b6d352e3ed897373ab19d8395c98d0"
#>   .. ..$ workflowsets :List of 7
#>   .. .. ..$ Package   : chr "workflowsets"
#>   .. .. ..$ Version   : chr "1.0.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.4)"
#>   .. .. ..$ Imports   : chr [1:20] "cli" "dplyr (>= 1.0.0)" "generics (>= 0.1.2)" "ggplot2" ...
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "448a0d2d50cda4a7e843bda1ac33d634"
#>   .. ..$ filelock     :List of 5
#>   .. .. ..$ Package   : chr "filelock"
#>   .. .. ..$ Version   : chr "1.0.2"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "38ec653c2613bed60052ba3787bd8a2c"
#>   .. ..$ modelr       :List of 7
#>   .. .. ..$ Package   : chr "modelr"
#>   .. .. ..$ Version   : chr "0.1.8"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.2)"
#>   .. .. ..$ Imports   : chr [1:8] "broom" "magrittr" "purrr (>= 0.2.2)" "rlang (>= 0.2.0)" ...
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "9fd59716311ee82cba83dc2826fc5577"
#>   .. ..$ cellranger   :List of 7
#>   .. .. ..$ Package   : chr "cellranger"
#>   .. .. ..$ Version   : chr "1.1.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.0.0)"
#>   .. .. ..$ Imports   : chr [1:2] "rematch" "tibble"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "f61dbaec772ccd2e17705c1e872e9e7c"
#>   .. ..$ rprojroot    :List of 6
#>   .. .. ..$ Package   : chr "rprojroot"
#>   .. .. ..$ Version   : chr "2.0.3"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.0.0)"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "1de7ab598047a87bba48434ba35d497d"
#>   .. ..$ Matrix       :List of 7
#>   .. .. ..$ Package   : chr "Matrix"
#>   .. .. ..$ Version   : chr "1.4-1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.5.0)"
#>   .. .. ..$ Imports   : chr [1:6] "methods" "graphics" "grid" "stats" ...
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "699c47c606293bdfbc9fd78a93c9c8fe"
#>   .. ..$ yardstick    :List of 7
#>   .. .. ..$ Package   : chr "yardstick"
#>   .. .. ..$ Version   : chr "1.0.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.4.0)"
#>   .. .. ..$ Imports   : chr [1:7] "dplyr (>= 1.0.9)" "generics (>= 0.1.2)" "hardhat (>= 1.0.0)" "rlang (>= 1.0.2)" ...
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "c244cb8e43c5e53504b81eb159fbbde6"
#>   .. ..$ reprex       :List of 13
#>   .. .. ..$ Package          : chr "reprex"
#>   .. .. ..$ Version          : chr "2.0.1"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.3)"
#>   .. .. ..$ Imports          : chr [1:11] "callr (>= 3.6.0)" "cli (>= 2.3.1)" "clipr (>= 0.4.0)" "fs" ...
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "reprex"
#>   .. .. ..$ RemoteRef        : chr "reprex"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "2.0.1"
#>   .. .. ..$ Hash             : chr "911d101becedc0fde495bd910984bdc8"
#>   .. ..$ base64enc    :List of 6
#>   .. .. ..$ Package   : chr "base64enc"
#>   .. .. ..$ Version   : chr "0.1-3"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 2.9.0)"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "543776ae6848fde2f48ff3816d0628bc"
#>   .. ..$ whisker      :List of 5
#>   .. .. ..$ Package   : chr "whisker"
#>   .. .. ..$ Version   : chr "0.4"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "ca970b96d894e90397ed20637a0c1bbe"
#>   .. ..$ processx     :List of 7
#>   .. .. ..$ Package   : chr "processx"
#>   .. .. ..$ Version   : chr "3.7.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.4.0)"
#>   .. .. ..$ Imports   : chr [1:3] "ps (>= 1.2.0)" "R6" "utils"
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "f91df0f5f31ffdf88bc0b624f5ebab0f"
#>   .. ..$ googlesheets4:List of 13
#>   .. .. ..$ Package          : chr "googlesheets4"
#>   .. .. ..$ Version          : chr "1.0.0"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.3)"
#>   .. .. ..$ Imports          : chr [1:16] "cellranger" "cli (>= 3.0.0)" "curl" "gargle (>= 1.2.0)" ...
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "googlesheets4"
#>   .. .. ..$ RemoteRef        : chr "googlesheets4"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.0.0"
#>   .. .. ..$ Hash             : chr "9a6564184dc4a81daea4f1d7ce357c6a"
#>   .. ..$ viridisLite  :List of 12
#>   .. .. ..$ Package          : chr "viridisLite"
#>   .. .. ..$ Version          : chr "0.4.0"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 2.10)"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "viridisLite"
#>   .. .. ..$ RemoteRef        : chr "viridisLite"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.4.0"
#>   .. .. ..$ Hash             : chr "55e157e2aa88161bdb0754218470d204"
#>   .. ..$ ini          :List of 5
#>   .. .. ..$ Package   : chr "ini"
#>   .. .. ..$ Version   : chr "0.3.1"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "6154ec2223172bce8162d4153cda21f7"
#>   .. ..$ R.oo         :List of 7
#>   .. .. ..$ Package   : chr "R.oo"
#>   .. .. ..$ Version   : chr "1.25.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr [1:2] "R (>= 2.13.0)" "R.methodsS3 (>= 1.8.1)"
#>   .. .. ..$ Imports   : chr [1:2] "methods" "utils"
#>   .. .. ..$ Repository: chr "RSPM"
#>   .. .. ..$ Hash      : chr "a0900a114f4f0194cf4aa8cd4a700681"
#>   .. ..$ rcmdcheck    :List of 6
#>   .. .. ..$ Package   : chr "rcmdcheck"
#>   .. .. ..$ Version   : chr "1.4.0"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Imports   : chr [1:13] "callr (>= 3.1.1.9000)" "cli (>= 3.0.0)" "curl" "desc (>= 1.2.0)" ...
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "8f25ebe2ec38b1f2aef3b0d2ef76f6c4"
#>   .. ..$ KernSmooth   :List of 6
#>   .. .. ..$ Package   : chr "KernSmooth"
#>   .. .. ..$ Version   : chr "2.23-20"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr [1:2] "R (>= 2.5.0)" "stats"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "8dcfa99b14c296bc9f1fd64d52fd3ce7"
#>   .. ..$ sourcetools  :List of 6
#>   .. .. ..$ Package   : chr "sourcetools"
#>   .. .. ..$ Version   : chr "0.1.7"
#>   .. .. ..$ Source    : chr "Repository"
#>   .. .. ..$ Depends   : chr "R (>= 3.0.2)"
#>   .. .. ..$ Repository: chr "CRAN"
#>   .. .. ..$ Hash      : chr "947e4e02a79effa5d512473e10f41797"
#>   .. ..$ blob         :List of 12
#>   .. .. ..$ Package          : chr "blob"
#>   .. .. ..$ Version          : chr "1.2.2"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Imports          : chr [1:3] "methods" "rlang" "vctrs (>= 0.2.1)"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "blob"
#>   .. .. ..$ RemoteRef        : chr "blob"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.2.2"
#>   .. .. ..$ Hash             : chr "dc5f7a6598bb025d20d66bb758f12879"
#>   .. .. [list output truncated]
#>   ..- attr(*, "class")= chr "renv_lockfile"
#>  $ lockfile    :List of 2
#>   ..$ R       :List of 2
#>   .. ..$ Version     : chr "4.1.3"
#>   .. ..$ Repositories:List of 1
#>   .. .. ..$ CRAN: chr "https://rspm.xxxxx.com/prod-cran/2022-08-09"
#>   ..$ Packages:List of 191
#>   .. ..$ BH           :List of 12
#>   .. .. ..$ Package          : chr "BH"
#>   .. .. ..$ Version          : chr "1.78.0-0"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "BH"
#>   .. .. ..$ RemoteRef        : chr "BH"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.78.0-0"
#>   .. .. ..$ Hash             : chr "4e348572ffcaa2fb1e610e7a941f6f3a"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ DBI          :List of 6
#>   .. .. ..$ Package     : chr "DBI"
#>   .. .. ..$ Version     : chr "1.1.3"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "b2866e62bab9378c3cc9476a1954226b"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ DiceDesign   :List of 6
#>   .. .. ..$ Package     : chr "DiceDesign"
#>   .. .. ..$ Version     : chr "1.9"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "b7b812ae4484d4bbf0a0baac72e8fc01"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ GPfit        :List of 6
#>   .. .. ..$ Package     : chr "GPfit"
#>   .. .. ..$ Version     : chr "1.0-8"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "29a7dccade1fd037c8262c2a239775eb"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ KernSmooth   :List of 6
#>   .. .. ..$ Package     : chr "KernSmooth"
#>   .. .. ..$ Version     : chr "2.23-20"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "8dcfa99b14c296bc9f1fd64d52fd3ce7"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ MASS         :List of 6
#>   .. .. ..$ Package     : chr "MASS"
#>   .. .. ..$ Version     : chr "7.3-58.1"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "762e1804143a332333c054759f89a706"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ Matrix       :List of 6
#>   .. .. ..$ Package     : chr "Matrix"
#>   .. .. ..$ Version     : chr "1.4-1"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "699c47c606293bdfbc9fd78a93c9c8fe"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ R.cache      :List of 6
#>   .. .. ..$ Package     : chr "R.cache"
#>   .. .. ..$ Version     : chr "0.16.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "fe539ca3f8efb7410c3ae2cf5fe6c0f8"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ R.methodsS3  :List of 6
#>   .. .. ..$ Package     : chr "R.methodsS3"
#>   .. .. ..$ Version     : chr "1.8.2"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "278c286fd6e9e75d0c2e8f731ea445c8"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ R.oo         :List of 6
#>   .. .. ..$ Package     : chr "R.oo"
#>   .. .. ..$ Version     : chr "1.25.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "a0900a114f4f0194cf4aa8cd4a700681"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ R.utils      :List of 6
#>   .. .. ..$ Package     : chr "R.utils"
#>   .. .. ..$ Version     : chr "2.12.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "d31333e10f14027e1cbbc6f266512806"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ R6           :List of 12
#>   .. .. ..$ Package          : chr "R6"
#>   .. .. ..$ Version          : chr "2.5.1"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "R6"
#>   .. .. ..$ RemoteRef        : chr "R6"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "2.5.1"
#>   .. .. ..$ Hash             : chr "470851b6d5d0ac559e9d01bb352b4021"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ RColorBrewer :List of 6
#>   .. .. ..$ Package     : chr "RColorBrewer"
#>   .. .. ..$ Version     : chr "1.1-3"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "45f0398006e83a5b10b72a90663d8d8c"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ Rcpp         :List of 6
#>   .. .. ..$ Package     : chr "Rcpp"
#>   .. .. ..$ Version     : chr "1.0.9"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "e9c08b94391e9f3f97355841229124f2"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ SQUAREM      :List of 6
#>   .. .. ..$ Package     : chr "SQUAREM"
#>   .. .. ..$ Version     : chr "2021.1"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "0cf10dab0d023d5b46a5a14387556891"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ anytime      :List of 12
#>   .. .. ..$ Package          : chr "anytime"
#>   .. .. ..$ Version          : chr "0.3.9"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "anytime"
#>   .. .. ..$ RemoteRef        : chr "anytime"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.3.9"
#>   .. .. ..$ Hash             : chr "74a64813f17b492da9c6afda6b128e3d"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ arrow        :List of 6
#>   .. .. ..$ Package     : chr "arrow"
#>   .. .. ..$ Version     : chr "8.0.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "58b7ef7a5c997e324767b86ae0bb0896"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ askpass      :List of 6
#>   .. .. ..$ Package     : chr "askpass"
#>   .. .. ..$ Version     : chr "1.1"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "e8a22846fff485f0be3770c2da758713"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ assertthat   :List of 6
#>   .. .. ..$ Package     : chr "assertthat"
#>   .. .. ..$ Version     : chr "0.2.1"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "50c838a310445e954bc13f26f26a6ecf"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ backports    :List of 12
#>   .. .. ..$ Package          : chr "backports"
#>   .. .. ..$ Version          : chr "1.4.1"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "backports"
#>   .. .. ..$ RemoteRef        : chr "backports"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.4.1"
#>   .. .. ..$ Hash             : chr "c39fbec8a30d23e721980b8afb31984c"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ base64enc    :List of 6
#>   .. .. ..$ Package     : chr "base64enc"
#>   .. .. ..$ Version     : chr "0.1-3"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "543776ae6848fde2f48ff3816d0628bc"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ bit          :List of 6
#>   .. .. ..$ Package     : chr "bit"
#>   .. .. ..$ Version     : chr "4.0.4"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "f36715f14d94678eea9933af927bc15d"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ bit64        :List of 6
#>   .. .. ..$ Package     : chr "bit64"
#>   .. .. ..$ Version     : chr "4.0.5"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "9fe98599ca456d6552421db0d6772d8f"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ blob         :List of 12
#>   .. .. ..$ Package          : chr "blob"
#>   .. .. ..$ Version          : chr "1.2.2"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "blob"
#>   .. .. ..$ RemoteRef        : chr "blob"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.2.2"
#>   .. .. ..$ Hash             : chr "dc5f7a6598bb025d20d66bb758f12879"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ brio         :List of 12
#>   .. .. ..$ Package          : chr "brio"
#>   .. .. ..$ Version          : chr "1.1.3"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "brio"
#>   .. .. ..$ RemoteRef        : chr "brio"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.1.3"
#>   .. .. ..$ Hash             : chr "976cf154dfb043c012d87cddd8bca363"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ broom        :List of 6
#>   .. .. ..$ Package     : chr "broom"
#>   .. .. ..$ Version     : chr "1.0.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "c948329889c7b24a4201df3aef5058c2"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ bslib        :List of 6
#>   .. .. ..$ Package     : chr "bslib"
#>   .. .. ..$ Version     : chr "0.4.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "be5ee090716ce1671be6cd5d7c34d091"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ cachem       :List of 12
#>   .. .. ..$ Package          : chr "cachem"
#>   .. .. ..$ Version          : chr "1.0.6"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "cachem"
#>   .. .. ..$ RemoteRef        : chr "cachem"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.0.6"
#>   .. .. ..$ Hash             : chr "648c5b3d71e6a37e3043617489a0a0e9"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ callr        :List of 6
#>   .. .. ..$ Package     : chr "callr"
#>   .. .. ..$ Version     : chr "3.7.1"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "2fda237f24bc56508f31394beaa56877"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ cellranger   :List of 6
#>   .. .. ..$ Package     : chr "cellranger"
#>   .. .. ..$ Version     : chr "1.1.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "f61dbaec772ccd2e17705c1e872e9e7c"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ class        :List of 6
#>   .. .. ..$ Package     : chr "class"
#>   .. .. ..$ Version     : chr "7.3-20"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "da09d82223e669d270e47ed24ac8686e"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ cli          :List of 6
#>   .. .. ..$ Package     : chr "cli"
#>   .. .. ..$ Version     : chr "3.3.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "23abf173c2b783dcc43379ab9bba00ee"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ clipr        :List of 12
#>   .. .. ..$ Package          : chr "clipr"
#>   .. .. ..$ Version          : chr "0.7.1"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "clipr"
#>   .. .. ..$ RemoteRef        : chr "clipr"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.7.1"
#>   .. .. ..$ Hash             : chr "ebaa97ac99cc2daf04e77eecc7b781d7"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ clock        :List of 12
#>   .. .. ..$ Package          : chr "clock"
#>   .. .. ..$ Version          : chr "0.6.0"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "clock"
#>   .. .. ..$ RemoteRef        : chr "clock"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.6.0"
#>   .. .. ..$ Hash             : chr "78ecb042cd9558b7ab6230e6243bef87"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ codetools    :List of 6
#>   .. .. ..$ Package     : chr "codetools"
#>   .. .. ..$ Version     : chr "0.2-18"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "019388fc48e48b3da0d3a76ff94608a8"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ colorspace   :List of 12
#>   .. .. ..$ Package          : chr "colorspace"
#>   .. .. ..$ Version          : chr "2.0-2"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "colorspace"
#>   .. .. ..$ RemoteRef        : chr "colorspace"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "2.0-2"
#>   .. .. ..$ Hash             : chr "6baccb763ee83c0bd313460fdb8b8a84"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ commonmark   :List of 6
#>   .. .. ..$ Package     : chr "commonmark"
#>   .. .. ..$ Version     : chr "1.8.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "2ba81b120c1655ab696c935ef33ea716"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ conflicted   :List of 6
#>   .. .. ..$ Package     : chr "conflicted"
#>   .. .. ..$ Version     : chr "1.1.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "c6bb5e1ef58f2f1c84f238f55bd2e56a"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ constructive :List of 11
#>   .. .. ..$ Package       : chr "constructive"
#>   .. .. ..$ Version       : chr "0.0.0.9000"
#>   .. .. ..$ Source        : chr "GitHub"
#>   .. .. ..$ RemoteType    : chr "github"
#>   .. .. ..$ RemoteUsername: chr "cynkra"
#>   .. .. ..$ RemoteRepo    : chr "constructive"
#>   .. .. ..$ RemoteRef     : chr "master"
#>   .. .. ..$ RemoteSha     : chr "41f955e1588ed4f591305a783f1e8c7f9db41212"
#>   .. .. ..$ RemoteHost    : chr "api.github.com"
#>   .. .. ..$ Hash          : chr "f625788044d8cd26a05734e9c069bf7e"
#>   .. .. ..$ Requirements  : list()
#>   .. ..$ corrplot     :List of 6
#>   .. .. ..$ Package     : chr "corrplot"
#>   .. .. ..$ Version     : chr "0.92"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "fcf11a91936fd5047b2ee9bc00595e36"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ cpp11        :List of 6
#>   .. .. ..$ Package     : chr "cpp11"
#>   .. .. ..$ Version     : chr "0.4.2"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "fa53ce256cd280f468c080a58ea5ba8c"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ crayon       :List of 12
#>   .. .. ..$ Package          : chr "crayon"
#>   .. .. ..$ Version          : chr "1.4.2"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "crayon"
#>   .. .. ..$ RemoteRef        : chr "crayon"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.4.2"
#>   .. .. ..$ Hash             : chr "0a6a65d92bd45b47b94b84244b528d17"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ curl         :List of 12
#>   .. .. ..$ Package          : chr "curl"
#>   .. .. ..$ Version          : chr "4.3.2"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "curl"
#>   .. .. ..$ RemoteRef        : chr "curl"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "4.3.2"
#>   .. .. ..$ Hash             : chr "022c42d49c28e95d69ca60446dbabf88"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ data.table   :List of 12
#>   .. .. ..$ Package          : chr "data.table"
#>   .. .. ..$ Version          : chr "1.14.2"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "data.table"
#>   .. .. ..$ RemoteRef        : chr "data.table"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.14.2"
#>   .. .. ..$ Hash             : chr "36b67b5adf57b292923f5659f5f0c853"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ datapasta    :List of 12
#>   .. .. ..$ Package          : chr "datapasta"
#>   .. .. ..$ Version          : chr "3.1.0"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "datapasta"
#>   .. .. ..$ RemoteRef        : chr "datapasta"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "3.1.0"
#>   .. .. ..$ Hash             : chr "a0e4431f2a837af520e0cabe760061b2"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ dbplyr       :List of 6
#>   .. .. ..$ Package     : chr "dbplyr"
#>   .. .. ..$ Version     : chr "2.2.1"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "f6c7eb9617e4d2a86bb7182fff99c805"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ desc         :List of 12
#>   .. .. ..$ Package          : chr "desc"
#>   .. .. ..$ Version          : chr "1.4.0"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "desc"
#>   .. .. ..$ RemoteRef        : chr "desc"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.4.0"
#>   .. .. ..$ Hash             : chr "28763d08fadd0b733e3cee9dab4e12fe"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ dials        :List of 6
#>   .. .. ..$ Package     : chr "dials"
#>   .. .. ..$ Version     : chr "1.0.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "e691be0f62b0efa6124384a06a3e3215"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ diffobj      :List of 12
#>   .. .. ..$ Package          : chr "diffobj"
#>   .. .. ..$ Version          : chr "0.3.5"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "diffobj"
#>   .. .. ..$ RemoteRef        : chr "diffobj"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.3.5"
#>   .. .. ..$ Hash             : chr "bcaa8b95f8d7d01a5dedfd959ce88ab8"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ diffviewer   :List of 6
#>   .. .. ..$ Package     : chr "diffviewer"
#>   .. .. ..$ Version     : chr "0.1.1"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "8dfb2780d1c20a2399d9716c9a7f205a"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ digest       :List of 12
#>   .. .. ..$ Package          : chr "digest"
#>   .. .. ..$ Version          : chr "0.6.29"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "digest"
#>   .. .. ..$ RemoteRef        : chr "digest"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.6.29"
#>   .. .. ..$ Hash             : chr "cf6b206a045a684728c3267ef7596190"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ dplyr        :List of 6
#>   .. .. ..$ Package     : chr "dplyr"
#>   .. .. ..$ Version     : chr "1.0.9"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "f0bda1627a7f5d3f9a0b5add931596ac"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ dtplyr       :List of 12
#>   .. .. ..$ Package          : chr "dtplyr"
#>   .. .. ..$ Version          : chr "1.2.0"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "dtplyr"
#>   .. .. ..$ RemoteRef        : chr "dtplyr"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.2.0"
#>   .. .. ..$ Hash             : chr "f62678f8c708f10ee8f419862b9b008e"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ ellipsis     :List of 6
#>   .. .. ..$ Package     : chr "ellipsis"
#>   .. .. ..$ Version     : chr "0.3.2"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "bb0eec2fe32e88d9e2836c2f73ea2077"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ evaluate     :List of 6
#>   .. .. ..$ Package     : chr "evaluate"
#>   .. .. ..$ Version     : chr "0.15"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "699a7a93d08c962d9f8950b2d7a227f1"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ fansi        :List of 6
#>   .. .. ..$ Package     : chr "fansi"
#>   .. .. ..$ Version     : chr "1.0.3"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "83a8afdbe71839506baa9f90eebad7ec"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ farver       :List of 12
#>   .. .. ..$ Package          : chr "farver"
#>   .. .. ..$ Version          : chr "2.1.0"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "farver"
#>   .. .. ..$ RemoteRef        : chr "farver"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "2.1.0"
#>   .. .. ..$ Hash             : chr "c98eb5133d9cb9e1622b8691487f11bb"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ fastmap      :List of 12
#>   .. .. ..$ Package          : chr "fastmap"
#>   .. .. ..$ Version          : chr "1.1.0"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "fastmap"
#>   .. .. ..$ RemoteRef        : chr "fastmap"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.1.0"
#>   .. .. ..$ Hash             : chr "77bd60a6157420d4ffa93b27cf6a58b8"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ filelock     :List of 6
#>   .. .. ..$ Package     : chr "filelock"
#>   .. .. ..$ Version     : chr "1.0.2"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "38ec653c2613bed60052ba3787bd8a2c"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ fontawesome  :List of 6
#>   .. .. ..$ Package     : chr "fontawesome"
#>   .. .. ..$ Version     : chr "0.3.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "a36c4a3eade472039a3ec8cb824e6dc4"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ forcats      :List of 6
#>   .. .. ..$ Package     : chr "forcats"
#>   .. .. ..$ Version     : chr "0.5.1"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "81c3244cab67468aac4c60550832655d"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ foreach      :List of 6
#>   .. .. ..$ Package     : chr "foreach"
#>   .. .. ..$ Version     : chr "1.5.2"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "618609b42c9406731ead03adf5379850"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ fs           :List of 6
#>   .. .. ..$ Package     : chr "fs"
#>   .. .. ..$ Version     : chr "1.5.2"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "7c89603d81793f0d5486d91ab1fc6f1d"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ furrr        :List of 6
#>   .. .. ..$ Package     : chr "furrr"
#>   .. .. ..$ Version     : chr "0.3.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "c7cf394610e3aaf086fa4b66c382016e"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ future       :List of 6
#>   .. .. ..$ Package     : chr "future"
#>   .. .. ..$ Version     : chr "1.27.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "f6811da7bee83f2cef50ee3d21c5c794"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ future.apply :List of 6
#>   .. .. ..$ Package     : chr "future.apply"
#>   .. .. ..$ Version     : chr "1.9.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "8ec2bd333ccd4df6bf70e68dded6c364"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ gargle       :List of 12
#>   .. .. ..$ Package          : chr "gargle"
#>   .. .. ..$ Version          : chr "1.2.0"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "gargle"
#>   .. .. ..$ RemoteRef        : chr "gargle"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.2.0"
#>   .. .. ..$ Hash             : chr "9d234e6a87a6f8181792de6dc4a00e39"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ generics     :List of 12
#>   .. .. ..$ Package          : chr "generics"
#>   .. .. ..$ Version          : chr "0.1.2"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "generics"
#>   .. .. ..$ RemoteRef        : chr "generics"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.1.2"
#>   .. .. ..$ Hash             : chr "177475892cf4a55865868527654a7741"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ ggplot2      :List of 6
#>   .. .. ..$ Package     : chr "ggplot2"
#>   .. .. ..$ Version     : chr "3.3.6"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "0fb26d0674c82705c6b701d1a61e02ea"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ ggrepel      :List of 6
#>   .. .. ..$ Package     : chr "ggrepel"
#>   .. .. ..$ Version     : chr "0.9.1"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "08ab869f37e6a7741a64ab9069bcb67d"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ globals      :List of 6
#>   .. .. ..$ Package     : chr "globals"
#>   .. .. ..$ Version     : chr "0.16.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "2fb246aa501a4fa799448f3984b0c5c1"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ glue         :List of 6
#>   .. .. ..$ Package     : chr "glue"
#>   .. .. ..$ Version     : chr "1.6.2"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "4f2596dfb05dac67b9dc558e5c6fba2e"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ gmailr       :List of 12
#>   .. .. ..$ Package          : chr "gmailr"
#>   .. .. ..$ Version          : chr "1.0.1"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "gmailr"
#>   .. .. ..$ RemoteRef        : chr "gmailr"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.0.1"
#>   .. .. ..$ Hash             : chr "185e047cb2392acf320b8bc657a55c92"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ googledrive  :List of 12
#>   .. .. ..$ Package          : chr "googledrive"
#>   .. .. ..$ Version          : chr "2.0.0"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "googledrive"
#>   .. .. ..$ RemoteRef        : chr "googledrive"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "2.0.0"
#>   .. .. ..$ Hash             : chr "c3a25adbbfbb03f12e6f88c5fb1f3024"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ googlesheets4:List of 12
#>   .. .. ..$ Package          : chr "googlesheets4"
#>   .. .. ..$ Version          : chr "1.0.0"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "googlesheets4"
#>   .. .. ..$ RemoteRef        : chr "googlesheets4"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.0.0"
#>   .. .. ..$ Hash             : chr "9a6564184dc4a81daea4f1d7ce357c6a"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ gower        :List of 6
#>   .. .. ..$ Package     : chr "gower"
#>   .. .. ..$ Version     : chr "1.0.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "e30deda901954a80e035ad2e972ba7fd"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ gsubfn       :List of 6
#>   .. .. ..$ Package     : chr "gsubfn"
#>   .. .. ..$ Version     : chr "0.7"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "a8ebb0bb0edcf041a7649ee43a0e1735"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ gtable       :List of 6
#>   .. .. ..$ Package     : chr "gtable"
#>   .. .. ..$ Version     : chr "0.3.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "ac5c6baf7822ce8732b343f14c072c4d"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ hardhat      :List of 6
#>   .. .. ..$ Package     : chr "hardhat"
#>   .. .. ..$ Version     : chr "1.2.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "7cd2660e174e555b05aaeac979dee22b"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ haven        :List of 12
#>   .. .. ..$ Package          : chr "haven"
#>   .. .. ..$ Version          : chr "2.4.3"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "haven"
#>   .. .. ..$ RemoteRef        : chr "haven"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "2.4.3"
#>   .. .. ..$ Hash             : chr "10bec8a8264f3eb59531e8c4c0303f96"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ here         :List of 6
#>   .. .. ..$ Package     : chr "here"
#>   .. .. ..$ Version     : chr "1.0.1"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "24b224366f9c2e7534d2344d10d59211"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ highr        :List of 12
#>   .. .. ..$ Package          : chr "highr"
#>   .. .. ..$ Version          : chr "0.9"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "highr"
#>   .. .. ..$ RemoteRef        : chr "highr"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.9"
#>   .. .. ..$ Hash             : chr "8eb36c8125038e648e5d111c0d7b2ed4"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ hms          :List of 12
#>   .. .. ..$ Package          : chr "hms"
#>   .. .. ..$ Version          : chr "1.1.1"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "hms"
#>   .. .. ..$ RemoteRef        : chr "hms"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "1.1.1"
#>   .. .. ..$ Hash             : chr "5b8a2dd0fdbe2ab4f6081e6c7be6dfca"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ htmltools    :List of 12
#>   .. .. ..$ Package          : chr "htmltools"
#>   .. .. ..$ Version          : chr "0.5.2"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "htmltools"
#>   .. .. ..$ RemoteRef        : chr "htmltools"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.5.2"
#>   .. .. ..$ Hash             : chr "526c484233f42522278ab06fb185cb26"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ htmlwidgets  :List of 6
#>   .. .. ..$ Package     : chr "htmlwidgets"
#>   .. .. ..$ Version     : chr "1.5.4"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "76147821cd3fcd8c4b04e1ef0498e7fb"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ httpuv       :List of 6
#>   .. .. ..$ Package     : chr "httpuv"
#>   .. .. ..$ Version     : chr "1.6.5"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "97fe71f0a4a1c9890e6c2128afa04bc0"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ httr         :List of 6
#>   .. .. ..$ Package     : chr "httr"
#>   .. .. ..$ Version     : chr "1.4.3"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "88d1b310583777edf01ccd1216fb0b2b"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ ids          :List of 6
#>   .. .. ..$ Package     : chr "ids"
#>   .. .. ..$ Version     : chr "1.0.1"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "99df65cfef20e525ed38c3d2577f7190"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ infer        :List of 6
#>   .. .. ..$ Package     : chr "infer"
#>   .. .. ..$ Version     : chr "1.0.2"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "ec3a41e963bc24f53ff06f3137742ed7"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ ipred        :List of 6
#>   .. .. ..$ Package     : chr "ipred"
#>   .. .. ..$ Version     : chr "0.9-13"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "83aed0b881998c125aac48cab08141e4"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ isoband      :List of 12
#>   .. .. ..$ Package          : chr "isoband"
#>   .. .. ..$ Version          : chr "0.2.5"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "isoband"
#>   .. .. ..$ RemoteRef        : chr "isoband"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.2.5"
#>   .. .. ..$ Hash             : chr "7ab57a6de7f48a8dc84910d1eca42883"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ iterators    :List of 6
#>   .. .. ..$ Package     : chr "iterators"
#>   .. .. ..$ Version     : chr "1.0.14"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "8954069286b4b2b0d023d1b288dce978"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ janitor      :List of 12
#>   .. .. ..$ Package          : chr "janitor"
#>   .. .. ..$ Version          : chr "2.1.0"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "janitor"
#>   .. .. ..$ RemoteRef        : chr "janitor"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "2.1.0"
#>   .. .. ..$ Hash             : chr "6de84a8c67fb247e721166049c84695f"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ jquerylib    :List of 12
#>   .. .. ..$ Package          : chr "jquerylib"
#>   .. .. ..$ Version          : chr "0.1.4"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "jquerylib"
#>   .. .. ..$ RemoteRef        : chr "jquerylib"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com/"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.1.4"
#>   .. .. ..$ Hash             : chr "5aab57a3bd297eee1c1d862735972182"
#>   .. .. ..$ Requirements     : list()
#>   .. ..$ jsonlite     :List of 6
#>   .. .. ..$ Package     : chr "jsonlite"
#>   .. .. ..$ Version     : chr "1.8.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "RSPM"
#>   .. .. ..$ Hash        : chr "d07e729b27b372429d42d24d503613a0"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ knitr        :List of 6
#>   .. .. ..$ Package     : chr "knitr"
#>   .. .. ..$ Version     : chr "1.39"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "029ab7c4badd3cf8af69016b2ba27493"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ labeling     :List of 6
#>   .. .. ..$ Package     : chr "labeling"
#>   .. .. ..$ Version     : chr "0.4.2"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "3d5108641f47470611a32d0bdf357a72"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ later        :List of 6
#>   .. .. ..$ Package     : chr "later"
#>   .. .. ..$ Version     : chr "1.3.0"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "7e7b457d7766bc47f2a5f21cc2984f8e"
#>   .. .. ..$ Requirements: list()
#>   .. ..$ lattice      :List of 6
#>   .. .. ..$ Package     : chr "lattice"
#>   .. .. ..$ Version     : chr "0.20-45"
#>   .. .. ..$ Source      : chr "Repository"
#>   .. .. ..$ Repository  : chr "CRAN"
#>   .. .. ..$ Hash        : chr "b64cdbb2b340437c4ee047a1f4c4377b"
#>   .. .. ..$ Requirements: list()
#>   .. .. [list output truncated]
#>   ..- attr(*, "class")= chr "renv_lockfile"
#>  $ synchronized: logi FALSE

Created on 2022-09-02 by the reprex package (v2.0.1)

@kevinushey
Copy link
Collaborator

Thanks! Here's one comparison point with anytime:

Library

#>   .. ..$ anytime      :List of 14
#>   .. .. ..$ Package          : chr "anytime"
#>   .. .. ..$ Version          : chr "0.3.9"
#>   .. .. ..$ Source           : chr "Repository"
#>   .. .. ..$ Depends          : chr "R (>= 3.2.0)"
#>   .. .. ..$ Imports          : chr "Rcpp (>= 0.12.9)"
#>   .. .. ..$ LinkingTo        : chr [1:2] "Rcpp (>= 0.12.9)" "BH"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "anytime"
#>   .. .. ..$ RemoteRef        : chr "anytime"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.3.9"
#>   .. .. ..$ Hash             : chr "74a64813f17b492da9c6afda6b128e3d"

Lockfile

#>   .. ..$ anytime      :List of 12
#>   .. .. ..$ Package          : chr "anytime"
#>   .. .. ..$ Version          : chr "0.3.9"
#>   .. .. ..$ Source           : chr "CRAN"
#>   .. .. ..$ Repository       : chr "CRAN"
#>   .. .. ..$ RemoteType       : chr "standard"
#>   .. .. ..$ RemotePkgRef     : chr "anytime"
#>   .. .. ..$ RemoteRef        : chr "anytime"
#>   .. .. ..$ RemoteRepos      : chr "https://cran.rstudio.com"
#>   .. .. ..$ RemotePkgPlatform: chr "aarch64-apple-darwin20"
#>   .. .. ..$ RemoteSha        : chr "0.3.9"
#>   .. .. ..$ Hash             : chr "74a64813f17b492da9c6afda6b128e3d"
#>   .. .. ..$ Requirements     : list()

@andreranza
Copy link
Author

andreranza commented Sep 1, 2022

Oh, I see what is causing the problem now. I installed this R version using "rig" which it does actually leverage {pak} as I am seeing.

So, I guess that this is triggering the issue as you suggested. I was not aware there might be these differences.

Edit:
In the end doing a renv::snapshot() actually solved the problem.

Thanks again for having pointed this out!

@andreranza
Copy link
Author

Also, I got the chance to reproduce the problem on a fresh environment where R was not installed using rig.

So, I just wanted to add that probably {pak} is not the problem here, but instead the library representation given in the snapshot from the RStudio Package Manager (RSPM) I am using. Also because rig install only base packages with pak, I guess. But I am not aware of the details.

Anyway this last fix worked very well for me!

Thanks again.

@kevinushey
Copy link
Collaborator

Great, thank you for taking the time to file a bug report and follow up!

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

No branches or pull requests

2 participants