Skip to content

Commit

Permalink
CRAN check fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Nov 29, 2021
1 parent e0e013e commit 243b513
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Makefile
^revdep$
^\.lintr$
^\.github$
^CRAN-RELEASE$
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ RdMacros:
ByteCompile: true
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate',
'namespace'))
RoxygenNote: 7.1.2
4 changes: 2 additions & 2 deletions R/accuracy.R
Original file line number Diff line number Diff line change
Expand Up @@ -315,15 +315,15 @@ CRPS <- function(.dist, .actual, n_quantiles = 1000, na.rm = TRUE, ...){
#' integral of the quantile score over all possible quantiles:
#'
#' \deqn{
#' \text{CRPS}(F,y) = 2 \int_0^1 s_p(q_p,y) dp
#' CRPS(F,y) = 2 \int_0^1 s_p(q_p,y) dp
#' }{
#' CRPS(F,y) = 2 integral_0^1 s_p(q_p,y) dp
#' }
#'
#' It can be computed directly from the distribution via:
#'
#' \deqn{
#' \text{CRPS}(F,y) = \int_{-\infty}^\infty (F(x) - 1{y\leq x})^2 dx
#' CRPS(F,y) = \int_{-\infty}^\infty (F(x) - 1{y\leq x})^2 dx
#' }{
#' CRPS(F,y) = integral_{-\infty}^\infty (F(x) - 1{y\leq x})^2 dx
#' }
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ knitr::opts_chunk$set(

# fabletools
[![R build status](https://github.com/tidyverts/fabletools/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverts/fabletools)
[![Code test coverage](https://codecov.io/gh/tidyverts/fabletools/branch/master/graph/badge.svg)](https://codecov.io/gh/tidyverts/fabletools?branch=master)
[![Code test coverage](https://codecov.io/gh/tidyverts/fabletools/branch/master/graph/badge.svg)](https://app.codecov.io/gh/tidyverts/fabletools?branch=master)
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![R build
status](https://github.com/tidyverts/fabletools/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverts/fabletools)
[![Code test
coverage](https://codecov.io/gh/tidyverts/fabletools/branch/master/graph/badge.svg)](https://codecov.io/gh/tidyverts/fabletools?branch=master)
coverage](https://codecov.io/gh/tidyverts/fabletools/branch/master/graph/badge.svg)](https://app.codecov.io/gh/tidyverts/fabletools?branch=master)
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)

Expand Down
4 changes: 2 additions & 2 deletions man/distribution_accuracy_measures.Rd

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

0 comments on commit 243b513

Please sign in to comment.