Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Water
dataRetrieval
Commits
469cc33d
Commit
469cc33d
authored
Jul 29, 2021
by
Laura A DeCicco
Browse files
Getting R versions to update automatically
parent
c5498438
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/R-CMD-check.yaml
View file @
469cc33d
...
...
@@ -18,11 +18,11 @@ jobs:
fail-fast
:
false
matrix
:
config
:
-
{
os
:
macOS-latest
,
r
:
'
devel
'
}
-
{
os
:
macOS
-latest
,
r
:
'
4.1
'
}
-
{
os
:
windows-
latest
,
r
:
'
4.1'
}
-
{
os
:
ubuntu-1
8
.04
,
r
:
'
4.1
'
,
rspm
:
"
https://packagemanager.rstudio.com/cran/__linux__/
bionic
/latest"
}
-
{
os
:
ubuntu-1
8
.04
,
r
:
'
4.0
'
,
rspm
:
"
https://packagemanager.rstudio.com/cran/__linux__/
bionic
/latest"
}
-
{
os
:
macOS-latest
,
r
:
'
release
'
}
-
{
os
:
windows
-latest
,
r
:
'
release
'
}
-
{
os
:
ubuntu-16.04
,
r
:
'
devel'
,
rspm
:
"
https://packagemanager.rstudio.com/cran/__linux__/xenial/
latest
"
,
http-user-agent
:
"
R/4.0.0
(ubuntu-16.04)
R
(4.0.0
x86_64-pc-linux-gnu
x86_64
linux-gnu)
on
GitHub
Actions"
}
-
{
os
:
ubuntu-1
6
.04
,
r
:
'
release
'
,
rspm
:
"
https://packagemanager.rstudio.com/cran/__linux__/
xenial
/latest"
}
-
{
os
:
ubuntu-1
6
.04
,
r
:
'
oldrel
'
,
rspm
:
"
https://packagemanager.rstudio.com/cran/__linux__/
xenial
/latest"
}
env
:
R_REMOTES_NO_ERRORS_FROM_WARNINGS
:
true
...
...
.github/workflows/test-coverage.yaml
View file @
469cc33d
...
...
@@ -28,8 +28,8 @@ jobs:
uses
:
actions/cache@v1
with
:
path
:
${{ env.R_LIBS_USER }}
key
:
macOS-r-4.0-
1
-${{ hashFiles('.github/depends.Rds') }}
restore-keys
:
macOS-r-4.0-
1
-
key
:
macOS-r-4.0-
2
-${{ hashFiles('.github/depends.Rds') }}
restore-keys
:
macOS-r-4.0-
2
-
-
name
:
Install dependencies
run
:
|
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment