Skip to content

Commit 4f12cea

Browse files
bump to devel
1 parent e4d5eb4 commit 4f12cea

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/R-check.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,19 @@ jobs:
2323
matrix:
2424
config:
2525
- {os: macOS-latest, r: 'release'}
26+
- {os: macOS-latest, r: 'oldrel'}
2627

2728
- {os: windows-latest, r: 'devel'}
2829
- {os: windows-latest, r: 'release'}
30+
- {os: windows-latest, r: 'oldrel'}
2931
# Use 3.6 to trigger usage of RTools35
3032
#- {os: windows-latest, r: '3.6'}
3133

3234
# Use older ubuntu to maximise backward compatibility
3335
- {os: ubuntu-18.04, r: 'devel', http-user-agent: 'release'}
3436
- {os: ubuntu-18.04, r: 'release'}
3537
- {os: ubuntu-18.04, r: 'oldrel'}
36-
- {os: ubuntu-18.04, r: '3.6.0'}
38+
#- {os: ubuntu-18.04, r: '3.6.0'}
3739
#- {os: ubuntu-18.04, r: '3.5.0'}
3840
#- {os: ubuntu-18.04, r: '3.4.0'}
3941

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: correlation
33
Title: Methods for Correlation Analysis
4-
Version: 0.8.1
4+
Version: 0.8.1.1
55
Authors@R:
66
c(person(given = "Dominique",
77
family = "Makowski",

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# correlation 0.8.x
2+
13
# correlation 0.8.1
24

35
- Maintenance release for *datawizard* package update.

0 commit comments

Comments
 (0)