Skip to content

Commit

Permalink
fixing issue #111
Browse files Browse the repository at this point in the history
  • Loading branch information
oggioniale committed Jan 10, 2024
1 parent 5eb8f54 commit e657e36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ jobs:
run: |
Rscript -e "install.packages('remotes', repos='https://ftp.belnet.be/mirror/CRAN')"
- name: Install MODIStsp
run: |
Rscript -e "remotes::install_url('https://cran.r-project.org/src/contrib/Archive/MODIStsp/MODIStsp_2.1.0.tar.gz')"
- name: Query dependencies
run: |
install.packages("remotes")
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Suggests:
testthat (>= 3.0.0),
withr
Remotes:
MODIStsp (>= 2.1.0)
ropensci/MODIStsp@v2.1.0
VignetteBuilder:
knitr
RdMacros:
Expand Down

0 comments on commit e657e36

Please sign in to comment.