Skip to content

Commit

Permalink
require R>=4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Jul 4, 2024
1 parent 10c1dd2 commit 3388242
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
examples
rchk
repo
revdep
scripts
tools
wiki
www
yaml
examples/
rchk/
repo/
revdep/
scripts/
tools/
wiki/
www/
yaml/
tests/Makefile
tests/(.+?)\.png$
tests/(.+?)\.pdf$
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
config:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: '3.6.0'}
- {os: ubuntu-latest, r: '4.1.0'}
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'release'}

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: ouch
Type: Package
Title: Ornstein-Uhlenbeck Models for Phylogenetic Comparative Hypotheses
Version: 2.19-4
Version: 2.20-0
Date: 2024-07-04
Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="kingaa@umich.edu",comment=c(ORCID="0000-0001-6159-3207")),
person(given=c("Marguerite","A."),family="Butler",role=c("ctb")))
Maintainer: Aaron A. King <kingaa@umich.edu>
Description: Fit and compare Ornstein-Uhlenbeck models for evolution along a phylogenetic tree.
Depends: R(>= 3.6)
Depends: R(>= 4.1)
Imports: methods, stats, graphics, grDevices, utils, subplex
Suggests: ape
URL: https://kingaa.github.io/ouch/
Expand Down

0 comments on commit 3388242

Please sign in to comment.