diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index b454749..5a36976 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -28,9 +28,7 @@ jobs: # Install dependencies, including EveTemplate - name: Install dependencies - run: | - install.packages('remotes') - remotes::install_github("neuroconductor/EveTemplate") + run: remotes::install_github("neuroconductor/EveTemplate") - uses: r-lib/actions/setup-r-dependencies@v2 with: diff --git a/DESCRIPTION b/DESCRIPTION index d91f8f8..5551896 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -21,7 +21,8 @@ Imports: reshape2, parallel, roxygen2, - DT + DT, + remotes SystemRequirements: FSL (FMRIB Software Library, available at https://fsl.fmrib.ox.ac.uk/fsl/docs/#/install/index) LinkingTo: Rcpp