We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a4431 commit bb4aa3dCopy full SHA for bb4aa3d
2 files changed
.Rprofile
.github/workflows/R-CMD-check.yaml
@@ -37,14 +37,9 @@ jobs:
37
- name: Setup R
38
uses: r-lib/actions/setup-r@v2
39
with:
40
- # Install the R version specified by the current strategy.
41
r-version: ${{ matrix.r-version }}
42
- # Use pre-built binaries from Posit's public package manager to
43
- # speed up R dependency installation.
44
use-public-rspm: true
45
- # Specify additional repositories to pull dependencies not
46
- # available on CRAN (i.e. `BPCells`).
47
- # extra-repositories: 'https://bnprks.r-universe.dev'
+
48
49
# Install R dependencies.
50
- name: Install Dependencies
0 commit comments