insightsengineering / teal

Exploratory Web Apps for Analyzing Clinical Trial Data
https://insightsengineering.github.io/teal/
Other
167 stars 32 forks source link

uncaught error when `dplyr` not installed #1207

Closed chlebowa closed 2 months ago

chlebowa commented 2 months ago

What happened?

A red error appears if an app is run on a fresh installation:

image

``` app <- init( data = within(teal_data(), i <- iris)), modules = example_modules() ) runApp(app, launch.browser = TRUE) ```

sessionInfo()

R version 4.3.3 (2024-02-29 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)

Relevant log output

No response

Code of Conduct

Contribution Guidelines

Security Policy

chlebowa commented 2 months ago

This could belong in teal.slice, actually.

m7pr commented 2 months ago

I wonder how is this possible, since teal.slice has dplyr in the Imports? https://github.com/insightsengineering/teal.slice/blob/main/DESCRIPTION#L39

What commands did you use to install both teal and teal.slice? Would you share package versions/session info, at least partially? It would be the best to reproduce if we could get a reprex in a Docker image, but it's not mandatory.

chlebowa commented 2 months ago

I simply ran install.packages("teal") as the first command on a fresh R installation. sessionInfo is invalid now because I installed dplyr to make sure this goes away.

m7pr commented 2 months ago

I think we can reproduce by setting .libPaths() to a new folder so that we can reproduce in a clean fresh R installation. Will try in a second

m7pr commented 2 months ago

I think there are 2 typos in your Details code, it should be

app <- init(
  data = within(teal_data(), i <- iris),
  modules = example_module()
)
runApp(app, launch.browser = TRUE)
m7pr commented 2 months ago

I tried with renv to get a clean/empty R library but dplyr gets installed

R version 4.3.0 (2023-04-21 ucrt) -- "Already Tomorrow"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

- Project 'C:/Rprojects/teal_installation' loaded. [renv 1.0.0]
> .libPaths()
[1] "C:/Rprojects/teal_installation/renv/library/R-4.3/x86_64-w64-mingw32"                    
[2] "C:/Users/m7pr/AppData/Local/R/cache/R/renv/sandbox/R-4.3/x86_64-w64-mingw32/c8642867"
> install.packages('teal')
# Downloading packages -------------------------------------------------------

- Downloading teal from CRAN ...                OK [2.1 Mb in 2.4s]
- Downloading digest from CRAN ...              OK [210.2 Kb in 7.5s]
- Downloading shiny from CRAN ...               OK [4.6 Mb in 0.9s]
- Downloading httpuv from CRAN ...              OK [964.6 Kb in 0.67s]
- Downloading promises from CRAN ...            OK [1.9 Mb in 0.77s]
- Downloading htmltools from CRAN ...           OK [352.3 Kb in 0.87s]
- Downloading bslib from CRAN ...               OK [5.3 Mb in 1.3s]
- Downloading sass from CRAN ...                OK [2.5 Mb in 0.78s]
- Downloading teal.logger from CRAN ...         OK [52.3 Kb in 1.3s]
- Downloading teal.reporter from CRAN ...       OK [635.3 Kb in 1.7s]
- Downloading flextable from CRAN ...           OK [1.3 Mb in 0.88s]
- Downloading knitr from CRAN ...               OK [1 Mb in 0.9s]
- Downloading xfun from CRAN ...                OK [480.2 Kb in 0.89s]
- Downloading tinytex from CRAN ...             OK [138 Kb in 0.88s]
- Downloading ragg from CRAN ...                OK [1.8 Mb in 1.0s]
- Downloading systemfonts from CRAN ...         OK [1.5 Mb in 0.89s]
- Downloading crul from CRAN ...                OK [646.2 Kb in 1.9s]
- Downloading data.table from CRAN ...          OK [2.3 Mb in 1.2s]
- Downloading shinybusy from CRAN ...           OK [607 Kb in 1.3s]
- Downloading shinyWidgets from CRAN ...        OK [1.4 Mb in 1.9s]
- Downloading munsell from CRAN ...             OK [241 Kb in 0.99s]
- Downloading rtables from CRAN ...             OK [3.6 Mb in 4.9s]
- Downloading formatters from CRAN ...          OK [4.4 Mb in 2.2s]
- Downloading styler from CRAN ...              OK [830.3 Kb in 0.78s]
- Downloading tidyselect from CRAN ...          OK [221.5 Kb in 0.58s]

The following package(s) will be installed:

- anytime           [0.3.9]
- askpass           [1.2.0]
- backports         [1.4.1]
- base64enc         [0.1-3]
- BH                [1.84.0-0]
- bslib             [0.7.0]
- cachem            [1.0.8]
- checkmate         [2.3.1]
- cli               [3.6.2]
- colorspace        [2.1-0]
- commonmark        [1.9.1]
- cpp11             [0.4.7]
- crayon            [1.5.2]
- crosstalk         [1.2.1]
- crul              [1.4.2]
- curl              [5.2.1]
- data.table        [1.15.4]
- digest            [0.6.35]
- dplyr             [1.1.4]
- evaluate          [0.23]
- fansi             [1.0.6]
- farver            [2.1.1]
- fastmap           [1.1.1]
- flextable         [0.9.5]
- fontawesome       [0.5.2]
- fontBitstreamVera [0.1.1]
- fontLiberation    [0.1.0]
- fontquiver        [0.2.1]
- formatters        [0.5.6]
- fs                [1.6.3]
- gdtools           [0.3.7]
- generics          [0.1.3]
- gfonts            [0.2.0]
- ggplot2           [3.5.0]
- glue              [1.7.0]
- gtable            [0.3.4]
- highr             [0.10]
- htmltools         [0.5.8.1]
- htmlwidgets       [1.6.4]
- httpcode          [0.3.0]
- httpuv            [1.6.15]
- httr              [1.4.7]
- isoband           [0.2.7]
- jquerylib         [0.1.4]
- jsonlite          [1.8.8]
- knitr             [1.46]
- labeling          [0.4.3]
- later             [1.3.2]
- lazyeval          [0.2.2]
- lifecycle         [1.0.4]
- logger            [0.3.0]
- magrittr          [2.0.3]
- memoise           [2.0.1]
- mime              [0.12]
- munsell           [0.5.1]
- officer           [0.6.5]
- openssl           [2.1.1]
- pillar            [1.9.0]
- pkgconfig         [2.0.3]
- plotly            [4.10.4]
- promises          [1.3.0]
- purrr             [1.0.2]
- R.cache           [0.16.0]
- R.methodsS3       [1.8.2]
- R.oo              [1.26.0]
- R.utils           [2.12.3]
- R6                [2.5.1]
- ragg              [1.3.0]
- rappdirs          [0.3.3]
- RColorBrewer      [1.1-3]
- Rcpp              [1.0.12]
- rlang             [1.1.3]
- rmarkdown         [2.26]
- rprojroot         [2.0.4]
- rtables           [0.6.7]
- sass              [0.4.9]
- scales            [1.3.0]
- shiny             [1.8.1.1]
- shinybusy         [0.3.3]
- shinycssloaders   [1.0.0]
- shinyjs           [2.1.0]
- shinyWidgets      [0.8.4]
- sourcetools       [0.1.7-1]
- stringi           [1.8.3]
- stringr           [1.5.1]
- styler            [1.10.3]
- sys               [3.4.2]
- systemfonts       [1.0.6]
- teal              [0.15.2]
- teal.code         [0.5.0]
- teal.data         [0.5.0]
- teal.logger       [0.2.0]
- teal.reporter     [0.3.1]
- teal.slice        [0.5.0]
- teal.widgets      [0.4.2]
- textshaping       [0.3.7]
- tibble            [3.2.1]
- tidyr             [1.3.1]
- tidyselect        [1.2.1]
- tinytex           [0.50]
- triebeard         [0.4.1]
- urltools          [1.7.3]
- utf8              [1.2.4]
- uuid              [1.2-0]
- vctrs             [0.6.5]
- viridisLite       [0.4.2]
- withr             [3.0.0]
- xfun              [0.43]
- xml2              [1.3.6]
- xtable            [1.8-4]
- yaml              [2.3.8]
- zip               [2.3.1]

These packages will be installed into "C:/Rprojects/teal_installation/renv/library/R-4.3/x86_64-w64-mingw32".

Do you want to proceed? [Y/n]: Y

# Installing packages --------------------------------------------------------

- Installing backports ...                      OK [linked from cache in 0.0032s]
- Installing checkmate ...                      OK [linked from cache in 0.014s]
- Installing jsonlite ...                       OK [linked from cache in 0.0029s]
- Installing cli ...                            OK [linked from cache in 0.0051s]
- Installing glue ...                           OK [linked from cache in 0.013s]
- Installing rlang ...                          OK [linked from cache in 0.0027s]
- Installing lifecycle ...                      OK [linked from cache in 0.0038s]
- Installing logger ...                         OK [linked from cache in 0.0033s]
- Installing magrittr ...                       OK [linked from cache in 0.0031s]
- Installing digest ...                         OK [installed binary and cached in 0.59s]
- Installing Rcpp ...                           OK [linked from cache in 0.0034s]
- Installing later ...                          OK [linked from cache in 0.0042s]
- Installing fastmap ...                        OK [linked from cache in 0.0031s]
- Installing R6 ...                             OK [linked from cache in 0.0039s]
- Installing promises ...                       OK [installed binary and cached in 0.6s]
- Installing httpuv ...                         OK [installed binary and cached in 0.49s]
- Installing mime ...                           OK [linked from cache in 0.002s]
- Installing xtable ...                         OK [linked from cache in 0.0033s]
- Installing base64enc ...                      OK [linked from cache in 0.0058s]
- Installing htmltools ...                      OK [installed binary and cached in 0.35s]
- Installing fontawesome ...                    OK [linked from cache in 0.002s]
- Installing sourcetools ...                    OK [linked from cache in 0.0017s]
- Installing crayon ...                         OK [linked from cache in 0.0024s]
- Installing withr ...                          OK [linked from cache in 0.0019s]
- Installing commonmark ...                     OK [linked from cache in 0.0021s]
- Installing cachem ...                         OK [linked from cache in 0.0031s]
- Installing jquerylib ...                      OK [linked from cache in 0.0023s]
- Installing memoise ...                        OK [linked from cache in 0.0018s]
- Installing fs ...                             OK [linked from cache in 0.0026s]
- Installing rappdirs ...                       OK [linked from cache in 0.0022s]
- Installing sass ...                           OK [installed binary and cached in 0.47s]
- Installing bslib ...                          OK [installed binary and cached in 2.9s]
- Installing shiny ...                          OK [installed binary and cached in 0.69s]
- Installing shinyjs ...                        OK [linked from cache in 0.0024s]
- Installing teal.code ...                      OK [linked from cache in 0.0015s]
- Installing teal.logger ...                    OK [installed binary and cached in 0.35s]
- Installing evaluate ...                       OK [linked from cache in 0.0012s]
- Installing xfun ...                           OK [installed binary and cached in 0.45s]
- Installing highr ...                          OK [linked from cache in 0.0012s]
- Installing yaml ...                           OK [linked from cache in 0.0017s]
- Installing knitr ...                          OK [installed binary and cached in 0.46s]
- Installing tinytex ...                        OK [installed binary and cached in 0.34s]
- Installing rmarkdown ...                      OK [linked from cache in 0.0028s]
- Installing cpp11 ...                          OK [linked from cache in 0.0019s]
- Installing systemfonts ...                    OK [installed binary and cached in 0.35s]
- Installing textshaping ...                    OK [linked from cache in 0.0019s]
- Installing ragg ...                           OK [installed binary and cached in 0.46s]
- Installing zip ...                            OK [linked from cache in 0.0013s]
- Installing xml2 ...                           OK [linked from cache in 0.0024s]
- Installing sys ...                            OK [linked from cache in 0.0014s]
- Installing askpass ...                        OK [linked from cache in 0.0021s]
- Installing openssl ...                        OK [linked from cache in 0.0034s]
- Installing uuid ...                           OK [linked from cache in 0.0026s]
- Installing officer ...                        OK [linked from cache in 0.0024s]
- Installing curl ...                           OK [linked from cache in 0.0015s]
- Installing triebeard ...                      OK [linked from cache in 0.0038s]
- Installing urltools ...                       OK [linked from cache in 0.0021s]
- Installing httpcode ...                       OK [linked from cache in 0.0017s]
- Installing crul ...                           OK [installed binary and cached in 0.46s]
- Installing gfonts ...                         OK [linked from cache in 0.0021s]
- Installing fontBitstreamVera ...              OK [linked from cache in 0.0013s]
- Installing fontLiberation ...                 OK [linked from cache in 0.0017s]
- Installing fontquiver ...                     OK [linked from cache in 0.0022s]
- Installing gdtools ...                        OK [linked from cache in 0.0019s]
- Installing data.table ...                     OK [installed binary and cached in 0.45s]
- Installing flextable ...                      OK [installed binary and cached in 0.46s]
- Installing htmlwidgets ...                    OK [linked from cache in 0.0032s]
- Installing shinybusy ...                      OK [installed binary and cached in 0.45s]
- Installing BH ...                             OK [linked from cache in 0.0025s]
- Installing anytime ...                        OK [linked from cache in 0.0015s]
- Installing shinyWidgets ...                   OK [installed binary and cached in 0.7s]
- Installing teal.reporter ...                  OK [installed binary and cached in 0.46s]
- Installing gtable ...                         OK [linked from cache in 0.0015s]
- Installing isoband ...                        OK [linked from cache in 0.0021s]
- Installing farver ...                         OK [linked from cache in 0.0018s]
- Installing labeling ...                       OK [linked from cache in 0.0033s]
- Installing colorspace ...                     OK [linked from cache in 0.0018s]
- Installing munsell ...                        OK [installed binary and cached in 1.0s]
- Installing RColorBrewer ...                   OK [linked from cache in 0.0016s]
- Installing viridisLite ...                    OK [linked from cache in 0.0015s]
- Installing scales ...                         OK [linked from cache in 0.0026s]
- Installing fansi ...                          OK [linked from cache in 0.0015s]
- Installing utf8 ...                           OK [linked from cache in 0.0019s]
- Installing vctrs ...                          OK [linked from cache in 0.0036s]
- Installing pillar ...                         OK [linked from cache in 0.0017s]
- Installing pkgconfig ...                      OK [linked from cache in 0.0017s]
- Installing tibble ...                         OK [linked from cache in 0.0015s]
- Installing ggplot2 ...                        OK [linked from cache in 0.0025s]
- Installing formatters ...                     OK [installed binary and cached in 0.45s]
- Installing stringi ...                        OK [linked from cache in 0.0023s]
- Installing rtables ...                        OK [installed binary and cached in 0.35s]
- Installing purrr ...                          OK [linked from cache in 0.0022s]
- Installing R.methodsS3 ...                    OK [linked from cache in 0.003s]
- Installing R.oo ...                           OK [linked from cache in 0.0021s]
- Installing R.utils ...                        OK [linked from cache in 0.0017s]
- Installing R.cache ...                        OK [linked from cache in 0.0024s]
- Installing rprojroot ...                      OK [linked from cache in 0.0031s]
- Installing styler ...                         OK [installed binary and cached in 0.35s]
- Installing teal.widgets ...                   OK [linked from cache in 0.0022s]
- Installing teal.data ...                      OK [linked from cache in 0.0023s]
- Installing generics ...                       OK [linked from cache in 0.0017s]
- Installing tidyselect ...                     OK [installed binary and cached in 0.46s]
- Installing dplyr ...                          OK [linked from cache in 0.0021s]
- Installing httr ...                           OK [linked from cache in 0.0015s]
- Installing stringr ...                        OK [linked from cache in 0.0033s]
- Installing tidyr ...                          OK [linked from cache in 0.0033s]
- Installing lazyeval ...                       OK [linked from cache in 0.0064s]
- Installing crosstalk ...                      OK [linked from cache in 0.0028s]
- Installing plotly ...                         OK [linked from cache in 0.0022s]
- Installing shinycssloaders ...                OK [linked from cache in 0.0016s]
- Installing teal.slice ...                     OK [linked from cache in 0.0029s]
- Installing teal ...                           OK [installed binary and cached in 0.46s]

Successfully installed 112 packages in 17 seconds.

> library(teal)
Loading required package: shiny
Loading required package: teal.data
Loading required package: teal.code
Loading required package: teal.slice
Registered S3 method overwritten by 'teal':
  method        from      
  c.teal_slices teal.slice

You are using teal version 0.15.2

Attaching package: ‘teal’

The following objects are masked from ‘package:teal.slice’:

    as.teal_slices, teal_slices

Warning messages:
1: package ‘teal.data’ was built under R version 4.3.3 
2: package ‘teal.slice’ was built under R version 4.3.3 
> app <- init(
+   data = within(teal_data(), i <- iris),
+   modules = example_module()
+ )
> runApp(app, launch.browser = TRUE)
image
chlebowa commented 2 months ago

I think there are 2 typos in your Details code, it should be

You're right, sorry about that.

m7pr commented 2 months ago

Just tried to install teal on a fresh new R 4.4.0 version with zero libraries pre-installed and I do not experience the issue you mentioned. I would say it could be a temporary issue on your machine (maybe lack of the priviledges while installing dependencies, or inability to connect to CRAN mirror while looking for some dependencies during a small period of time).

I do not see issues with the installation of teal in a clean R setup.

image
App code ```r app <- init( data = within(teal_data(), i <- iris), modules = example_module() ) runApp(app, launch.browser = TRUE) ```
Installation code and output ```r R version 4.4.0 (2024-04-24 ucrt) -- "Puppy Cup" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > install.packages("teal") Installing package into ‘C:/Users/kosinsm4/AppData/Local/R/win-library/4.4’ (as ‘lib’ is unspecified) also installing the dependencies ‘triebeard’, ‘sys’, ‘urltools’, ‘httpcode’, ‘colorspace’, ‘askpass’, ‘crul’, ‘fontBitstreamVera’, ‘fontLiberation’, ‘fs’, ‘rappdirs’, ‘fansi’, ‘utf8’, ‘pkgconfig’, ‘farver’, ‘labeling’, ‘munsell’, ‘curl’, ‘openssl’, ‘stringr’, ‘cpp11’, ‘BH’, ‘systemfonts’, ‘gfonts’, ‘fontquiver’, ‘textshaping’, ‘R.methodsS3’, ‘R.oo’, ‘R.utils’, ‘Rcpp’, ‘base64enc’, ‘jquerylib’, ‘memoise’, ‘sass’, ‘generics’, ‘pillar’, ‘tibble’, ‘tidyselect’, ‘vctrs’, ‘scales’, ‘httr’, ‘viridisLite’, ‘htmlwidgets’, ‘tidyr’, ‘RColorBrewer’, ‘lazyeval’, ‘crosstalk’, ‘purrr’, ‘data.table’, ‘anytime’, ‘gdtools’, ‘officer’, ‘ragg’, ‘uuid’, ‘xml2’, ‘evaluate’, ‘highr’, ‘xfun’, ‘tinytex’, ‘gtable’, ‘isoband’, ‘formatters’, ‘stringi’, ‘R.cache’, ‘rprojroot’, ‘httpuv’, ‘mime’, ‘xtable’, ‘fontawesome’, ‘htmltools’, ‘R6’, ‘sourcetools’, ‘later’, ‘promises’, ‘crayon’, ‘fastmap’, ‘withr’, ‘commonmark’, ‘glue’, ‘bslib’, ‘cachem’, ‘dplyr’, ‘plotly’, ‘shinycssloaders’, ‘shinyWidgets’, ‘backports’, ‘cli’, ‘digest’, ‘flextable’, ‘knitr’, ‘rmarkdown’, ‘shinybusy’, ‘yaml’, ‘zip’, ‘ggplot2’, ‘rtables’, ‘styler’, ‘shiny’, ‘teal.data’, ‘teal.slice’, ‘checkmate’, ‘jsonlite’, ‘lifecycle’, ‘logger’, ‘magrittr’, ‘rlang’, ‘shinyjs’, ‘teal.code’, ‘teal.logger’, ‘teal.reporter’, ‘teal.widgets’ trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/triebeard_0.4.1.zip' Content type 'application/zip' length 506804 bytes (494 KB) downloaded 494 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/sys_3.4.2.zip' Content type 'application/zip' length 47847 bytes (46 KB) downloaded 46 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/urltools_1.7.3.zip' Content type 'application/zip' length 618887 bytes (604 KB) downloaded 604 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/httpcode_0.3.0.zip' Content type 'application/zip' length 35353 bytes (34 KB) downloaded 34 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/colorspace_2.1-0.zip' Content type 'application/zip' length 2634813 bytes (2.5 MB) downloaded 2.5 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/askpass_1.2.0.zip' Content type 'application/zip' length 74658 bytes (72 KB) downloaded 72 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/crul_1.4.2.zip' Content type 'application/zip' length 670110 bytes (654 KB) downloaded 654 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/fontBitstreamVera_0.1.1.zip' Content type 'application/zip' length 697821 bytes (681 KB) downloaded 681 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/fontLiberation_0.1.0.zip' Content type 'application/zip' length 4530297 bytes (4.3 MB) downloaded 4.3 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/fs_1.6.4.zip' Content type 'application/zip' length 413174 bytes (403 KB) downloaded 403 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/rappdirs_0.3.3.zip' Content type 'application/zip' length 52555 bytes (51 KB) downloaded 51 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/fansi_1.0.6.zip' Content type 'application/zip' length 323265 bytes (315 KB) downloaded 315 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/utf8_1.2.4.zip' Content type 'application/zip' length 150945 bytes (147 KB) downloaded 147 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/pkgconfig_2.0.3.zip' Content type 'application/zip' length 22815 bytes (22 KB) downloaded 22 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/farver_2.1.1.zip' Content type 'application/zip' length 1515472 bytes (1.4 MB) downloaded 1.4 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/labeling_0.4.3.zip' Content type 'application/zip' length 63169 bytes (61 KB) downloaded 61 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/munsell_0.5.1.zip' Content type 'application/zip' length 244343 bytes (238 KB) downloaded 238 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/curl_5.2.1.zip' Content type 'application/zip' length 3219519 bytes (3.1 MB) downloaded 3.1 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/openssl_2.1.2.zip' Content type 'application/zip' length 3192492 bytes (3.0 MB) downloaded 3.0 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/stringr_1.5.1.zip' Content type 'application/zip' length 323783 bytes (316 KB) downloaded 316 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/cpp11_0.4.7.zip' Content type 'application/zip' length 304458 bytes (297 KB) downloaded 297 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/BH_1.84.0-0.zip' Content type 'application/zip' length 21468602 bytes (20.5 MB) downloaded 20.5 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/systemfonts_1.0.6.zip' Content type 'application/zip' length 1319771 bytes (1.3 MB) downloaded 1.3 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/gfonts_0.2.0.zip' Content type 'application/zip' length 2873859 bytes (2.7 MB) downloaded 2.7 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/fontquiver_0.2.1.zip' Content type 'application/zip' length 2278579 bytes (2.2 MB) downloaded 2.2 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/textshaping_0.3.7.zip' Content type 'application/zip' length 1193594 bytes (1.1 MB) downloaded 1.1 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/R.methodsS3_1.8.2.zip' Content type 'application/zip' length 84569 bytes (82 KB) downloaded 82 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/R.oo_1.26.0.zip' Content type 'application/zip' length 994617 bytes (971 KB) downloaded 971 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/R.utils_2.12.3.zip' Content type 'application/zip' length 1445756 bytes (1.4 MB) downloaded 1.4 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/Rcpp_1.0.12.zip' Content type 'application/zip' length 2885204 bytes (2.8 MB) downloaded 2.8 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/base64enc_0.1-3.zip' Content type 'application/zip' length 33130 bytes (32 KB) downloaded 32 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/jquerylib_0.1.4.zip' Content type 'application/zip' length 526054 bytes (513 KB) downloaded 513 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/memoise_2.0.1.zip' Content type 'application/zip' length 50993 bytes (49 KB) downloaded 49 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/sass_0.4.9.zip' Content type 'application/zip' length 2613641 bytes (2.5 MB) downloaded 2.5 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/generics_0.1.3.zip' Content type 'application/zip' length 82885 bytes (80 KB) downloaded 80 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/pillar_1.9.0.zip' Content type 'application/zip' length 662915 bytes (647 KB) downloaded 647 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/tibble_3.2.1.zip' Content type 'application/zip' length 695110 bytes (678 KB) downloaded 678 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/tidyselect_1.2.1.zip' Content type 'application/zip' length 227805 bytes (222 KB) downloaded 222 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/vctrs_0.6.5.zip' Content type 'application/zip' length 1358565 bytes (1.3 MB) downloaded 1.3 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/scales_1.3.0.zip' Content type 'application/zip' length 713904 bytes (697 KB) downloaded 697 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/httr_1.4.7.zip' Content type 'application/zip' length 496637 bytes (484 KB) downloaded 484 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/viridisLite_0.4.2.zip' Content type 'application/zip' length 1300797 bytes (1.2 MB) downloaded 1.2 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/htmlwidgets_1.6.4.zip' Content type 'application/zip' length 813371 bytes (794 KB) downloaded 794 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/tidyr_1.3.1.zip' Content type 'application/zip' length 1266525 bytes (1.2 MB) downloaded 1.2 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/RColorBrewer_1.1-3.zip' Content type 'application/zip' length 54471 bytes (53 KB) downloaded 53 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/lazyeval_0.2.2.zip' Content type 'application/zip' length 163369 bytes (159 KB) downloaded 159 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/crosstalk_1.2.1.zip' Content type 'application/zip' length 416301 bytes (406 KB) downloaded 406 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/purrr_1.0.2.zip' Content type 'application/zip' length 510589 bytes (498 KB) downloaded 498 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/data.table_1.15.4.zip' Content type 'application/zip' length 2416570 bytes (2.3 MB) downloaded 2.3 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/anytime_0.3.9.zip' Content type 'application/zip' length 725766 bytes (708 KB) downloaded 708 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/gdtools_0.3.7.zip' Content type 'application/zip' length 2199402 bytes (2.1 MB) downloaded 2.1 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/officer_0.6.6.zip' Content type 'application/zip' length 1743353 bytes (1.7 MB) downloaded 1.7 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/ragg_1.3.1.zip' Content type 'application/zip' length 1966935 bytes (1.9 MB) downloaded 1.9 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/uuid_1.2-0.zip' Content type 'application/zip' length 52680 bytes (51 KB) downloaded 51 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/xml2_1.3.6.zip' Content type 'application/zip' length 1612917 bytes (1.5 MB) downloaded 1.5 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/evaluate_0.23.zip' Content type 'application/zip' length 85285 bytes (83 KB) downloaded 83 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/highr_0.10.zip' Content type 'application/zip' length 46739 bytes (45 KB) downloaded 45 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/xfun_0.43.zip' Content type 'application/zip' length 496499 bytes (484 KB) downloaded 484 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/tinytex_0.51.zip' Content type 'application/zip' length 143135 bytes (139 KB) downloaded 139 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/gtable_0.3.5.zip' Content type 'application/zip' length 227189 bytes (221 KB) downloaded 221 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/isoband_0.2.7.zip' Content type 'application/zip' length 1929108 bytes (1.8 MB) downloaded 1.8 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/formatters_0.5.6.zip' Content type 'application/zip' length 4557523 bytes (4.3 MB) downloaded 4.3 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/stringi_1.8.4.zip' Content type 'application/zip' length 15027635 bytes (14.3 MB) downloaded 14.3 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/R.cache_0.16.0.zip' Content type 'application/zip' length 113360 bytes (110 KB) downloaded 110 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/rprojroot_2.0.4.zip' Content type 'application/zip' length 114963 bytes (112 KB) downloaded 112 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/httpuv_1.6.15.zip' Content type 'application/zip' length 1003432 bytes (979 KB) downloaded 979 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/mime_0.12.zip' Content type 'application/zip' length 40893 bytes (39 KB) downloaded 39 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/xtable_1.8-4.zip' Content type 'application/zip' length 710644 bytes (693 KB) downloaded 693 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/fontawesome_0.5.2.zip' Content type 'application/zip' length 1351106 bytes (1.3 MB) downloaded 1.3 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/htmltools_0.5.8.1.zip' Content type 'application/zip' length 362884 bytes (354 KB) downloaded 354 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/R6_2.5.1.zip' Content type 'application/zip' length 84999 bytes (83 KB) downloaded 83 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/sourcetools_0.1.7-1.zip' Content type 'application/zip' length 128024 bytes (125 KB) downloaded 125 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/later_1.3.2.zip' Content type 'application/zip' length 448566 bytes (438 KB) downloaded 438 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/promises_1.3.0.zip' Content type 'application/zip' length 2008586 bytes (1.9 MB) downloaded 1.9 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/crayon_1.5.2.zip' Content type 'application/zip' length 164475 bytes (160 KB) downloaded 160 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/fastmap_1.1.1.zip' Content type 'application/zip' length 135056 bytes (131 KB) downloaded 131 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/withr_3.0.0.zip' Content type 'application/zip' length 249534 bytes (243 KB) downloaded 243 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/commonmark_1.9.1.zip' Content type 'application/zip' length 142226 bytes (138 KB) downloaded 138 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/glue_1.7.0.zip' Content type 'application/zip' length 163346 bytes (159 KB) downloaded 159 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/bslib_0.7.0.zip' Content type 'application/zip' length 5570964 bytes (5.3 MB) downloaded 5.3 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/cachem_1.0.8.zip' Content type 'application/zip' length 73789 bytes (72 KB) downloaded 72 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/dplyr_1.1.4.zip' Content type 'application/zip' length 1582166 bytes (1.5 MB) downloaded 1.5 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/plotly_4.10.4.zip' Content type 'application/zip' length 3233390 bytes (3.1 MB) downloaded 3.1 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/shinycssloaders_1.0.0.zip' Content type 'application/zip' length 141134 bytes (137 KB) downloaded 137 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/shinyWidgets_0.8.6.zip' Content type 'application/zip' length 1535046 bytes (1.5 MB) downloaded 1.5 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/backports_1.4.1.zip' Content type 'application/zip' length 104628 bytes (102 KB) downloaded 102 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/cli_3.6.2.zip' Content type 'application/zip' length 1362055 bytes (1.3 MB) downloaded 1.3 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/digest_0.6.35.zip' Content type 'application/zip' length 219378 bytes (214 KB) downloaded 214 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/flextable_0.9.6.zip' Content type 'application/zip' length 3228539 bytes (3.1 MB) downloaded 3.1 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/knitr_1.46.zip' Content type 'application/zip' length 1093858 bytes (1.0 MB) downloaded 1.0 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/rmarkdown_2.26.zip' Content type 'application/zip' length 2694477 bytes (2.6 MB) downloaded 2.6 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/shinybusy_0.3.3.zip' Content type 'application/zip' length 623172 bytes (608 KB) downloaded 608 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/yaml_2.3.8.zip' Content type 'application/zip' length 119105 bytes (116 KB) downloaded 116 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/zip_2.3.1.zip' Content type 'application/zip' length 434136 bytes (423 KB) downloaded 423 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/ggplot2_3.5.1.zip' Content type 'application/zip' length 5012061 bytes (4.8 MB) downloaded 4.8 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/rtables_0.6.7.zip' Content type 'application/zip' length 3827628 bytes (3.7 MB) downloaded 3.7 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/styler_1.10.3.zip' Content type 'application/zip' length 854874 bytes (834 KB) downloaded 834 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/shiny_1.8.1.1.zip' Content type 'application/zip' length 4827611 bytes (4.6 MB) downloaded 4.6 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/teal.data_0.6.0.zip' Content type 'application/zip' length 2167885 bytes (2.1 MB) downloaded 2.1 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/teal.slice_0.5.1.zip' Content type 'application/zip' length 1698359 bytes (1.6 MB) downloaded 1.6 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/checkmate_2.3.1.zip' Content type 'application/zip' length 746705 bytes (729 KB) downloaded 729 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/jsonlite_1.8.8.zip' Content type 'application/zip' length 1107125 bytes (1.1 MB) downloaded 1.1 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/lifecycle_1.0.4.zip' Content type 'application/zip' length 140906 bytes (137 KB) downloaded 137 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/logger_0.3.0.zip' Content type 'application/zip' length 754897 bytes (737 KB) downloaded 737 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/magrittr_2.0.3.zip' Content type 'application/zip' length 229357 bytes (223 KB) downloaded 223 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/rlang_1.1.3.zip' Content type 'application/zip' length 1613819 bytes (1.5 MB) downloaded 1.5 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/shinyjs_2.1.0.zip' Content type 'application/zip' length 1110822 bytes (1.1 MB) downloaded 1.1 MB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/teal.code_0.5.0.zip' Content type 'application/zip' length 203998 bytes (199 KB) downloaded 199 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/teal.logger_0.2.0.zip' Content type 'application/zip' length 53940 bytes (52 KB) downloaded 52 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/teal.reporter_0.3.1.zip' Content type 'application/zip' length 674595 bytes (658 KB) downloaded 658 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/teal.widgets_0.4.2.zip' Content type 'application/zip' length 200381 bytes (195 KB) downloaded 195 KB trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.4/teal_0.15.2.zip' Content type 'application/zip' length 2191800 bytes (2.1 MB) downloaded 2.1 MB package ‘triebeard’ successfully unpacked and MD5 sums checked package ‘sys’ successfully unpacked and MD5 sums checked package ‘urltools’ successfully unpacked and MD5 sums checked package ‘httpcode’ successfully unpacked and MD5 sums checked package ‘colorspace’ successfully unpacked and MD5 sums checked package ‘askpass’ successfully unpacked and MD5 sums checked package ‘crul’ successfully unpacked and MD5 sums checked package ‘fontBitstreamVera’ successfully unpacked and MD5 sums checked package ‘fontLiberation’ successfully unpacked and MD5 sums checked package ‘fs’ successfully unpacked and MD5 sums checked package ‘rappdirs’ successfully unpacked and MD5 sums checked package ‘fansi’ successfully unpacked and MD5 sums checked package ‘utf8’ successfully unpacked and MD5 sums checked package ‘pkgconfig’ successfully unpacked and MD5 sums checked package ‘farver’ successfully unpacked and MD5 sums checked package ‘labeling’ successfully unpacked and MD5 sums checked package ‘munsell’ successfully unpacked and MD5 sums checked package ‘curl’ successfully unpacked and MD5 sums checked package ‘openssl’ successfully unpacked and MD5 sums checked package ‘stringr’ successfully unpacked and MD5 sums checked package ‘cpp11’ successfully unpacked and MD5 sums checked package ‘BH’ successfully unpacked and MD5 sums checked package ‘systemfonts’ successfully unpacked and MD5 sums checked package ‘gfonts’ successfully unpacked and MD5 sums checked package ‘fontquiver’ successfully unpacked and MD5 sums checked package ‘textshaping’ successfully unpacked and MD5 sums checked package ‘R.methodsS3’ successfully unpacked and MD5 sums checked package ‘R.oo’ successfully unpacked and MD5 sums checked package ‘R.utils’ successfully unpacked and MD5 sums checked package ‘Rcpp’ successfully unpacked and MD5 sums checked package ‘base64enc’ successfully unpacked and MD5 sums checked package ‘jquerylib’ successfully unpacked and MD5 sums checked package ‘memoise’ successfully unpacked and MD5 sums checked package ‘sass’ successfully unpacked and MD5 sums checked package ‘generics’ successfully unpacked and MD5 sums checked package ‘pillar’ successfully unpacked and MD5 sums checked package ‘tibble’ successfully unpacked and MD5 sums checked package ‘tidyselect’ successfully unpacked and MD5 sums checked package ‘vctrs’ successfully unpacked and MD5 sums checked package ‘scales’ successfully unpacked and MD5 sums checked package ‘httr’ successfully unpacked and MD5 sums checked package ‘viridisLite’ successfully unpacked and MD5 sums checked package ‘htmlwidgets’ successfully unpacked and MD5 sums checked package ‘tidyr’ successfully unpacked and MD5 sums checked package ‘RColorBrewer’ successfully unpacked and MD5 sums checked package ‘lazyeval’ successfully unpacked and MD5 sums checked package ‘crosstalk’ successfully unpacked and MD5 sums checked package ‘purrr’ successfully unpacked and MD5 sums checked package ‘data.table’ successfully unpacked and MD5 sums checked package ‘anytime’ successfully unpacked and MD5 sums checked package ‘gdtools’ successfully unpacked and MD5 sums checked package ‘officer’ successfully unpacked and MD5 sums checked package ‘ragg’ successfully unpacked and MD5 sums checked package ‘uuid’ successfully unpacked and MD5 sums checked package ‘xml2’ successfully unpacked and MD5 sums checked package ‘evaluate’ successfully unpacked and MD5 sums checked package ‘highr’ successfully unpacked and MD5 sums checked package ‘xfun’ successfully unpacked and MD5 sums checked package ‘tinytex’ successfully unpacked and MD5 sums checked package ‘gtable’ successfully unpacked and MD5 sums checked package ‘isoband’ successfully unpacked and MD5 sums checked package ‘formatters’ successfully unpacked and MD5 sums checked package ‘stringi’ successfully unpacked and MD5 sums checked package ‘R.cache’ successfully unpacked and MD5 sums checked package ‘rprojroot’ successfully unpacked and MD5 sums checked package ‘httpuv’ successfully unpacked and MD5 sums checked package ‘mime’ successfully unpacked and MD5 sums checked package ‘xtable’ successfully unpacked and MD5 sums checked package ‘fontawesome’ successfully unpacked and MD5 sums checked package ‘htmltools’ successfully unpacked and MD5 sums checked package ‘R6’ successfully unpacked and MD5 sums checked package ‘sourcetools’ successfully unpacked and MD5 sums checked package ‘later’ successfully unpacked and MD5 sums checked package ‘promises’ successfully unpacked and MD5 sums checked package ‘crayon’ successfully unpacked and MD5 sums checked package ‘fastmap’ successfully unpacked and MD5 sums checked package ‘withr’ successfully unpacked and MD5 sums checked package ‘commonmark’ successfully unpacked and MD5 sums checked package ‘glue’ successfully unpacked and MD5 sums checked package ‘bslib’ successfully unpacked and MD5 sums checked package ‘cachem’ successfully unpacked and MD5 sums checked package ‘dplyr’ successfully unpacked and MD5 sums checked package ‘plotly’ successfully unpacked and MD5 sums checked package ‘shinycssloaders’ successfully unpacked and MD5 sums checked package ‘shinyWidgets’ successfully unpacked and MD5 sums checked package ‘backports’ successfully unpacked and MD5 sums checked package ‘cli’ successfully unpacked and MD5 sums checked package ‘digest’ successfully unpacked and MD5 sums checked package ‘flextable’ successfully unpacked and MD5 sums checked package ‘knitr’ successfully unpacked and MD5 sums checked package ‘rmarkdown’ successfully unpacked and MD5 sums checked package ‘shinybusy’ successfully unpacked and MD5 sums checked package ‘yaml’ successfully unpacked and MD5 sums checked package ‘zip’ successfully unpacked and MD5 sums checked package ‘ggplot2’ successfully unpacked and MD5 sums checked package ‘rtables’ successfully unpacked and MD5 sums checked package ‘styler’ successfully unpacked and MD5 sums checked package ‘shiny’ successfully unpacked and MD5 sums checked package ‘teal.data’ successfully unpacked and MD5 sums checked package ‘teal.slice’ successfully unpacked and MD5 sums checked package ‘checkmate’ successfully unpacked and MD5 sums checked package ‘jsonlite’ successfully unpacked and MD5 sums checked package ‘lifecycle’ successfully unpacked and MD5 sums checked package ‘logger’ successfully unpacked and MD5 sums checked package ‘magrittr’ successfully unpacked and MD5 sums checked package ‘rlang’ successfully unpacked and MD5 sums checked package ‘shinyjs’ successfully unpacked and MD5 sums checked package ‘teal.code’ successfully unpacked and MD5 sums checked package ‘teal.logger’ successfully unpacked and MD5 sums checked package ‘teal.reporter’ successfully unpacked and MD5 sums checked package ‘teal.widgets’ successfully unpacked and MD5 sums checked package ‘teal’ successfully unpacked and MD5 sums checked The downloaded binary packages are in C:\Users\kosinsm4\AppData\Local\Temp\RtmpAPKB2G\downloaded_packages ```
chlebowa commented 2 months ago

Fair enough 👌 I'll let you know if it comes up again.