Skip to content

Commit f0a9053

Browse files
committedOct 2, 2022
CRAN fixes
1 parent 5f83383 commit f0a9053

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed
 

‎.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
raw
1515
^doc$
1616
^Meta$
17+
^CRAN-SUBMISSION$

‎CRAN-RELEASE

-2
This file was deleted.

‎DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Package: rangeMapper
2-
Version: 2.0.2
2+
Version: 2.0.3
33
Authors@R: c(
44
person("Mihai", "Valcu", ,"valcu@orn.mpg.de", c("aut", "cre"), comment = c(ORCID = '0000-0002-6907-7802') ),
55
person("James", "Dale", , "J.Dale@massey.ac.nz", "aut", comment = c( ORCID = '0000-0001-5950-5829') ),
66
person("Joan", "Maspons", role = "ctb")
77
)
88
Title: A Platform for the Study of Macro-Ecology of Life History Traits
99
Depends:
10-
R (>= 3.5.0)
10+
R (>= 4.0.0)
1111
Imports:
1212
graphics,
1313
methods,

‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ rmarkdown::render('README.Rmd')
1111
[![R-CMD-check](https://github.com/mpio-be/rangeMapper/workflows/R-CMD-check/badge.svg)](https://github.com/mpio-be/rangeMapper/actions)
1212
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/rangeMapper)](https://CRAN.R-project.org/package=rangeMapper)
1313
[![status](https://tinyverse.netlify.com/badge/rangeMapper)](https://CRAN.R-project.org/package=rangeMapper)
14-
[![Codecov test
15-
coverage](https://codecov.io/gh/mpio-be/rangeMapper/branch/master/graph/badge.svg)](https://codecov.io/gh/mpio-be/rangeMapper?branch=master)
14+
1615

1716
<!-- badges: end -->
1817
<h4>

‎cran-comments.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Test environments
22

3-
* local Ubuntu 20.04, R 4.0.3
4-
* rhub::check_on_solaris()
3+
* local Ubuntu 22.04, R 4.2.1
4+
* rhub::check_for_cran()
55
* Github Actions "windows-latest (release)"
66
* Github Actions "macOS-latest (release)"
7-
* Github Actions "ubuntu-20.04-latest (release)"
8-
* Github Actions "ubuntu-20.04-latest (devel)"
7+
* Github Actions "ubuntu-22.04-latest (release)"
8+
* Github Actions "ubuntu-22.04-latest (devel)"
99

1010
## R CMD check results
1111

0 commit comments

Comments
 (0)
Please sign in to comment.