Skip to content

Commit

Permalink
drop support for R 4.1 + redoc
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Apr 25, 2024
1 parent b313e8f commit 753c11f
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
on:
push:
branches:
- main
- master
- development
- LandWeb
pull_request:
branches:
- main
- master
- development

Expand All @@ -27,15 +28,11 @@ jobs:
- {os: windows-latest, nosuggests: false, r: 'release'}
- {os: windows-latest, nosuggests: false, r: 'oldrel/1'}
- {os: windows-latest, nosuggests: false, r: 'oldrel/2'}
- {os: windows-latest, nosuggests: false, r: 'oldrel/3'}
- {os: windows-latest, nosuggests: false, r: 'oldrel/4'}
- {os: ubuntu-20.04, nosuggests: false, r: 'devel'}
- {os: ubuntu-20.04, nosuggests: false, r: 'release'}
- {os: ubuntu-20.04, nosuggests: true, r: 'release'}
- {os: ubuntu-20.04, nosuggests: false, r: 'oldrel/1'}
- {os: ubuntu-20.04, nosuggests: false, r: 'oldrel/2'}
- {os: ubuntu-20.04, nosuggests: false, r: 'oldrel/3'}
- {os: ubuntu-20.04, nosuggests: false, r: 'oldrel/4'}

env:
_R_CHECK_DEPENDS_ONLY_: ${{ matrix.config.nosuggests }}
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ URL:
https://github.com/PredictiveEcology/NetLogoR/,
https://groups.google.com/g/netlogor
Version: 1.0.5.9000
Date: 2023-12-21
Date: 2024-04-25
Authors@R: c(
person("Sarah", "Bauduin", email = "sarahbauduin@hotmail.fr",
role = c("aut"), comment = c(ORCID = "0000-0002-3252-5894")),
Expand All @@ -46,7 +46,7 @@ Authors@R: c(
role = "cph")
)
Depends:
R (>= 4.1)
R (>= 4.2)
Imports:
data.table,
grDevices,
Expand Down Expand Up @@ -75,7 +75,7 @@ ByteCompile: yes
Encoding: UTF-8
Language: en-CA
License: GPL-3
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
VignetteBuilder: knitr, rmarkdown
Collate:
'Agent-classes.R'
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ S3method(points,agentMatrix)
S3method(rbind,agentMatrix)
S3method(tail,agentMatrix)
export("bbox<-")
export()
export(NLall)
export(NLany)
export(NLcount)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# NetLogoR (development version)

## Dependency changes
* drop support for R 4.1 due to changes in dependency packages

# NetLogoR 1.0.5

## Dependency changes
Expand Down
31 changes: 15 additions & 16 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,25 @@ See `NEWS.md` for a full list of changes.
## Test environments

### Previous R versions
* Ubuntu 20.04 (GitHub), R 4.2.3
* Ubuntu 20.04 (GitHub), R 4.2.3
* Windows (GitHub), R 4.2.3
* Windows (GitHub), R 4.2.3
* Windows (win-builder), R 4.2.3
* Ubuntu 20.04 (GitHub), R 4.2.3, 4.3.3
* Windows (GitHub), R 4.2.3, 4.3.3
* Windows (win-builder), R 4.3.3

### Current R versions
* macOS 12.6.3 Monterey (GitHub), 4.3.2 (2023-10-31)
* Ubuntu 20.04 (GitHub), 4.3.2 (2023-10-31)
* Ubuntu 20.04 (local), 4.3.2 (2023-10-31)
* Windows (GitHub), 4.3.2 (2023-10-31 ucrt)
* Windows (local), 4.3.2 (2023-10-31 ucrt)
* Windows (win-builder), 4.3.2 (2023-10-31 ucrt)
* macOS 12.6.3 (GitHub), R 4.4.0
* macOS 13.3.1 (mac-builder), R 4.4.0
* macOS 14.4.1 (local), R 4.4.0
* Ubuntu 20.04 (GitHub), R 4.4.0
* Ubuntu 20.04 (local), R 4.4.0
* Windows (GitHub), R 4.4.0
* Windows (local), R 4.4.0
* Windows (win-builder), R 4.4.0

### Development R version
* Ubuntu 20.04 (GitHub), R-devel (2023-07-03 r84633)
* Ubuntu 20.04 (local), R-devel (2023-07-03 r84633)
* Windows (GitHub), R-devel (2023-12-20 r85711 ucrt)
* Windows (win-builder), R-devel (2023-12-20 r85711 ucrt)
* Windows (local), R-devel (2023-12-20 r85711 ucrt)
* Ubuntu 20.04 (GitHub), R-devel (2024-04-23 r86473)
* Ubuntu 20.04 (local), R-devel (2024-04-24 r86484)
* Windows (GitHub), R-devel (2024-04-24 r86483 ucrt)
* Windows (win-builder), R-devel (2024-04-23 r86473 ucrt)

## R CMD check results

Expand Down
4 changes: 3 additions & 1 deletion man/turtlesOwn.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/updateList.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 753c11f

Please sign in to comment.