File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
29
29
- {os: windows-latest, r: '3.6'}
30
30
31
31
# Use older ubuntu to maximise backward compatibility
32
- - {os: ubuntu-18 .04, r: 'devel', http-user-agent: 'release'}
33
- - {os: ubuntu-18 .04, r: 'release'}
34
- - {os: ubuntu-18 .04, r: 'oldrel-1'}
35
- - {os: ubuntu-18 .04, r: 'oldrel-2'}
32
+ - {os: ubuntu-20 .04, r: 'devel', http-user-agent: 'release'}
33
+ - {os: ubuntu-20 .04, r: 'release'}
34
+ - {os: ubuntu-20 .04, r: 'oldrel-1'}
35
+ - {os: ubuntu-20 .04, r: 'oldrel-2'}
36
36
# kernlab can't be installed for R <= 3.5
37
- # - {os: ubuntu-18 .04, r: 'oldrel-3'}
38
- # - {os: ubuntu-18 .04, r: 'oldrel-4'}
37
+ # - {os: ubuntu-20 .04, r: 'oldrel-3'}
38
+ # - {os: ubuntu-20 .04, r: 'oldrel-4'}
39
39
40
40
env :
41
41
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -17,6 +17,5 @@ StripTrailingWhitespace: Yes
17
17
18
18
BuildType: Package
19
19
PackageUseDevtools: Yes
20
- PackageCleanBeforeInstall: Yes
21
20
PackageInstallArgs: --no-multiarch --with-keep.source
22
21
PackageRoxygenize: rd,collate,namespace
You can’t perform that action at this time.
0 commit comments