Skip to content

Commit 60f9c6e

Browse files
committed
fix workflow
1 parent 7c80b96 commit 60f9c6e

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
config:
3131
- {os: macOS-latest, r: 'release'}
3232
- {os: windows-latest, r: 'release'}
33-
- {os: ubuntu-latest, r: 'release'}
33+
- {os: ubuntu-22.04, r: 'release'}
3434
# - {os: windows-latest, r: '3.6'}
3535
# - {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" }
3636
# - {os: ubuntu-16.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ License: GPL-3
2222
Encoding: UTF-8
2323
LazyData: true
2424
Roxygen: list(markdown = TRUE)
25-
RoxygenNote: 7.2.3
25+
RoxygenNote: 7.3.3
2626
URL: https://docs.ropensci.org/nlrx/, https://github.com/ropensci/nlrx/
2727
BugReports: https://github.com/ropensci/nlrx/issues/
2828
Imports:

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
# nlrx 0.4.6
3+
4+
## Functionality
5+
6+
* Updated readr::file_write function to avoid pkg break due to deprecation
7+
* added support to download_netLogo() for up to NetLogo version 6.4.0
8+
29
# nlrx 0.4.5
310

411
## Functionality

cran-comments.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
This is a resubmission. In this version I have:
44

5-
* Fixed a typo in the package documentation to resolve CRAN check Notes
5+
* Updated readr::file_write function to avoid pkg break due to deprecation
66

77

88
# Original (Re-) Submission
99

10-
nlrx version 0.4.5
10+
nlrx version 0.4.6
1111

1212
## CRAN check error fixes
1313

14-
* Fixed a typo in the package documentation (nldoc_write_nldoc)
14+
* None
1515

16-
## Changes in version 0.4.5
16+
## Changes in version 0.4.6
1717

18-
* None
18+
* Updated readr::file_write function to avoid pkg break due to deprecation
1919

2020
## R CMD check results
2121

0 commit comments

Comments
 (0)