Skip to content

Commit c5506e2

Browse files
committed
Merge branch 'v.1.0.7'
2 parents bdd5a30 + f89d630 commit c5506e2

File tree

112 files changed

+3198
-2819
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+3198
-2819
lines changed

.github/.gitignore

100644100755
File mode changed.

.github/ISSUE_TEMPLATE.md

100644100755
File mode changed.

.github/encrypt_secret.sh

100644100755
File mode changed.

.github/updated.R

100644100755
File mode changed.

.github/workflows/R-CMD-check.yaml

100644100755
File mode changed.

.github/workflows/pkgdown.yaml

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ jobs:
1212
with:
1313
r-version: '3.6.1'
1414
- uses: r-lib/actions/setup-pandoc@master
15-
15+
1616
- name: INSTALL SYSTEM DEPENDENCIES [macOS]
1717
if: runner.os == 'macOS'
1818
env:
1919
RHUB_PLATFORM: osx-x86_64-clang
2020
run: |
21-
brew cask install xquartz
21+
brew cask install xquartz
2222
2323
- name: Query dependencies
2424
run: |
2525
install.packages("Rcpp")
2626
install.packages('remotes')
2727
saveRDS(remotes::dev_package_deps(dependencies = "Imports"), ".github/depends.Rds", version = 2)
2828
shell: Rscript {0}
29-
29+
3030
- name: Cache R packages
3131
uses: actions/cache@v1
3232
with:

.github/workflows/pr-commands.yaml

100644100755
File mode changed.

.github/workflows/test-coverage.yaml

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
env:
4949
RHUB_PLATFORM: osx-x86_64-clang
5050
run: |
51+
rm '/usr/local/bin/gfortran'
5152
brew install udunits
5253
brew install gdal
5354
brew install freetype

.github/workflows/updated.yaml

100644100755
File mode changed.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ docs
99
static
1010
pkgdown/favicon
1111
revdep
12+
build_package.R

0 commit comments

Comments
 (0)