Skip to content

Commit

Permalink
Commented out temporary restriction of R_FUTURE_GLOBALS_MAXSIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
tripartio authored Dec 9, 2024
1 parent 93f541f commit 4feb524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
R_FUTURE_GLOBALS_MAXSIZE: 75000000
# R_FUTURE_GLOBALS_MAXSIZE: 75000000

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4feb524

Please sign in to comment.