Skip to content

Commit

Permalink
📝 test actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoisilva committed Apr 23, 2024
1 parent 46705ec commit 394bdb0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release'}
# - {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
Expand All @@ -29,7 +29,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
1 change: 0 additions & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Sys.setenv("R_TESTS" = "")
shinytest2::test_app()
10 changes: 0 additions & 10 deletions vignettes/installation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ The `movedesign` package requires many non-default packages. If you are met with
remotes::install_github("ecoisilva/movedesign", dependencies = TRUE)
```

<!-- ## Check if `rgdal` installed correctly: -->

<!-- During installation in Linux systems (for example, Ubuntu 20.04), `rgdal` (one of the dependencies of `movedesign`) may fail to install correctly. One potential solution is to install `rgdal` through the terminal (not the R console!): -->

<!-- ```bash -->
<!-- # packages libgdal-dev and libproj-dev are also required: -->
<!-- sudo apt-get install gdal-bin proj-bin libgdal-dev libproj-dev -->
<!-- sudo apt install r-cran-rgdal -->
<!-- ``` -->

## Failed to install 'unknown package' from GitHub:

**Step 1:** Generate a GitHub personal access token with the following command in the RStudio console:
Expand Down

0 comments on commit 394bdb0

Please sign in to comment.