rstudio / gt

Easily generate information-rich, publication-quality tables from R
https://gt.rstudio.com
Other
2k stars 203 forks source link

Unable to Install gt due to juicyjuice and V8 package dependencies #1385

Closed lanacodes123 closed 2 months ago

lanacodes123 commented 1 year ago

MacOS: Ventura 13.4.1 R studio: "Ghost Orchid" Release (077589bc, 2021-09-20) for macOS

I am unable to install gt, and the solution proposed in issue #1302 is not working. I have tried installing gt on its own, as well as pre-installing V8 and juicyjuice, and none of these solutions work. I receive the following error.

install.packages("gt") also installing the dependencies ‘V8’, ‘juicyjuice’

Warning in install.packages : unable to access index for repository http://cran.rstudio.com/bin/macosx/big-sur-arm64/contrib/4.1: cannot open URL 'http://cran.rstudio.com/bin/macosx/big-sur-arm64/contrib/4.1/PACKAGES' Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘V8’ Do you want to attempt to install these from sources? (Yes/no/cancel) yes installing the source packages ‘V8’, ‘juicyjuice’, ‘gt’

trying URL 'http://cran.rstudio.com/src/contrib/V8_4.3.3.tar.gz' Content type 'application/x-gzip' length 678153 bytes (662 KB)

downloaded 662 KB

trying URL 'http://cran.rstudio.com/src/contrib/juicyjuice_0.1.0.tar.gz' Content type 'application/x-gzip' length 1121080 bytes (1.1 MB)

downloaded 1.1 MB

trying URL 'http://cran.rstudio.com/src/contrib/gt_0.9.0.tar.gz' Content type 'application/x-gzip' length 1506998 bytes (1.4 MB)

downloaded 1.4 MB

The downloaded source packages are in ‘/private/var/folders/mw/d1ns1mss1jq0_l6lwkd820vr0000gn/T/RtmpBEfd2U/downloaded_packages’

olivroy commented 2 months ago

Duplicate of #1284