NIEHS / chopin

Computation of Spatial Data by Hierarchical and Objective Partitioning of Inputs for Parallel Processing
https://niehs.github.io/chopin/
Other
10 stars 3 forks source link

PAT requirements for installation from GitHub in Mac #74

Closed sigmafelix closed 3 months ago

sigmafelix commented 5 months ago
remotes::install_github("NIEHS/chopin")
# Using GitHub PAT from the git credential store.
# Error: Failed to install 'chopin' from GitHub:
#  HTTP error 403.
#  Resource protected by organization SAML enforcement. You must grant your Personal Access token access to this organization.
#
#  Rate limit remaining: 4995/5000
#  Rate limit reset at: 2024-04-24 18:41:23 UTC

It looks like people who have a personal access token available for organization access can install the package via remotes or pak. I found this message only on Mac, so I will check it with other devices later.

sessionInfo ```r > sessionInfo() R version 4.3.2 (2023-10-31) Platform: aarch64-apple-darwin20 (64-bit) Running under: macOS Sonoma 14.4.1 Matrix products: default BLAS: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRblas.0.dylib LAPACK: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.11.0 locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 time zone: America/New_York tzcode source: internal ```
sigmafelix commented 3 months ago

PAT (classic) seems to resolve the problem. Issue closed.