Skip to content

Commit

Permalink
tired
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyao Tian committed Sep 6, 2024
1 parent 85c5d25 commit 196b1b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 196b1b0

Please sign in to comment.