File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,19 @@ jobs:
23
23
matrix :
24
24
config :
25
25
- {os: macOS-latest, r: 'release'}
26
+ - {os: macOS-latest, r: 'oldrel'}
26
27
27
28
- {os: windows-latest, r: 'devel'}
28
29
- {os: windows-latest, r: 'release'}
30
+ - {os: windows-latest, r: 'oldrel'}
29
31
# Use 3.6 to trigger usage of RTools35
30
32
# - {os: windows-latest, r: '3.6'}
31
33
32
34
# Use older ubuntu to maximise backward compatibility
33
35
- {os: ubuntu-18.04, r: 'devel', http-user-agent: 'release'}
34
36
- {os: ubuntu-18.04, r: 'release'}
35
37
- {os: ubuntu-18.04, r: 'oldrel'}
36
- - {os: ubuntu-18.04, r: '3.6.0'}
38
+ # - {os: ubuntu-18.04, r: '3.6.0'}
37
39
# - {os: ubuntu-18.04, r: '3.5.0'}
38
40
# - {os: ubuntu-18.04, r: '3.4.0'}
39
41
Original file line number Diff line number Diff line change 1
1
Type: Package
2
2
Package: correlation
3
3
Title: Methods for Correlation Analysis
4
- Version: 0.8.1
4
+ Version: 0.8.1.1
5
5
Authors@R:
6
6
c(person(given = "Dominique",
7
7
family = "Makowski",
Original file line number Diff line number Diff line change
1
+ # correlation 0.8.x
2
+
1
3
# correlation 0.8.1
2
4
3
5
- Maintenance release for * datawizard* package update.
You can’t perform that action at this time.
0 commit comments