Skip to content

Commit f38818c

Browse files
committed
CRAN release
1 parent 3666919 commit f38818c

4 files changed

Lines changed: 18 additions & 17 deletions

File tree

CRAN-RELEASE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This package was submitted to CRAN on 2021-01-11.
2-
Once it is accepted, delete this file and tag the release (commit 43813f9).
1+
This package was submitted to CRAN on 2021-01-14.
2+
Once it is accepted, delete this file and tag the release (commit 3666919).

README-plot-1.png

22 Bytes
Loading

README.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ output: github_document
33
---
44
<!-- badges: start -->
55
![Build Status](https://travis-ci.org/mastoffel/partR2.svg?branch=master)
6+
[![CRAN total downloads](http://cranlogs.r-pkg.org/badges/grand-total/partR2?color=blue)](https://cran.r-project.org/package=partR2)
7+
68
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
79
[![Codecov test coverage](https://codecov.io/gh/mastoffel/partR2/branch/master/graph/badge.svg)](https://codecov.io/gh/mastoffel/partR2?branch=master)
810
<!-- badges: end -->

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
![Build
55
Status](https://travis-ci.org/mastoffel/partR2.svg?branch=master)
6+
[![CRAN total
7+
downloads](http://cranlogs.r-pkg.org/badges/grand-total/partR2?color=blue)](https://cran.r-project.org/package=partR2)
8+
69
[![Lifecycle:
710
maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
811
[![Codecov test
@@ -63,25 +66,21 @@ mod <- lmer(Biomass ~ Year + Temperature + SpeciesDiversity + (1|Population),
6366
#>
6467
#>
6568
#> R2 (marginal) and 95% CI for the full model:
66-
#> # A tibble: 1 x 5
67-
#> R2 CI_lower CI_upper nboot ndf
68-
#> <dbl> <dbl> <dbl> <int> <dbl>
69-
#> 1 0.513 0.445 0.594 100 4
69+
#> R2 CI_lower CI_upper nboot ndf
70+
#> 0.5133 0.4405 0.6085 100 4
7071
#>
7172
#> ----------
7273
#>
7374
#> Part (semi-partial) R2:
74-
#> # A tibble: 8 x 6
75-
#> `Predictor(s)` R2 CI_lower CI_upper nboot ndf
76-
#> <chr> <dbl> <dbl> <dbl> <int> <dbl>
77-
#> 1 Model 0.513 0.445 0.594 100 4
78-
#> 2 SpeciesDiversity 0.173 0.0762 0.282 100 3
79-
#> 3 Temperature 0.306 0.221 0.398 100 3
80-
#> 4 Year 0.014 0 0.145 100 3
81-
#> 5 SpeciesDiversity+Temperature 0.492 0.423 0.571 100 2
82-
#> 6 SpeciesDiversity+Year 0.186 0.0905 0.293 100 2
83-
#> 7 Temperature+Year 0.328 0.246 0.417 100 2
84-
#> 8 SpeciesDiversity+Temperature+Year 0.513 0.445 0.594 100 1
75+
#> Predictor(s) R2 CI_lower CI_upper nboot ndf
76+
#> Model 0.5133 0.4405 0.6085 100 4
77+
#> SpeciesDiversity 0.1729 0.0581 0.3024 100 3
78+
#> Temperature 0.3058 0.2082 0.4260 100 3
79+
#> Year 0.0140 0.0000 0.1663 100 3
80+
#> SpeciesDiversity+Temperature 0.4916 0.4133 0.5903 100 2
81+
#> SpeciesDiversity+Year 0.1862 0.0732 0.3148 100 2
82+
#> Temperature+Year 0.3276 0.2318 0.4463 100 2
83+
#> SpeciesDiversity+Temperature+Year 0.5133 0.4405 0.6085 100 1
8584
```
8685

8786
And to plot the results:

0 commit comments

Comments
 (0)