Skip to content

Commit

Permalink
Merge pull request #145 from AQLT/develop
Browse files Browse the repository at this point in the history
Some corrections
  • Loading branch information
AQLT authored May 9, 2024
2 parents f8367a0 + 1afe169 commit 080b51e
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 122 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- {os: windows-latest, r: 'release', java: 12, os-name: windows}
- {os: windows-latest, r: 'devel', java: 12, os-name: windows}
#- {os: windows-latest, r: 'oldrel', java: 12, os-name: windows}
- {os: macOS-latest, r: 'release', java: 12, os-name: macos}
- {os: macOS-latest, r: 'release', java: 13, os-name: macos}
- {os: macOS-latest, r: 'devel', java: 17, os-name: macos}
#- {os: macOS-latest, r: 'oldrel', java: 12, os-name: macos}
- {os: windows-latest, r: 'devel', java: 17, os-name: windows}
Expand All @@ -34,8 +34,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-java@v1
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.config.java }}

- uses: r-lib/actions/setup-r@v2
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# RJDemetra 0.2.7

- results of `user_defined_variables()` were updated.

- README correction.

# RJDemetra 0.2.6

Expand Down
Loading

0 comments on commit 080b51e

Please sign in to comment.