Last updated on 2026-06-08 13:50:46 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 3.87 | 35.64 | 39.51 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 2.93 | 23.66 | 26.59 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 7.00 | 59.22 | 66.22 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 60.19 | OK | |||
| r-devel-windows-x86_64 | 0.1.4 | 7.00 | 52.00 | 59.00 | OK | |
| r-patched-linux-x86_64 | 0.1.4 | 3.26 | 32.11 | 35.37 | OK | |
| r-release-linux-x86_64 | 0.1.4 | 3.23 | 32.54 | 35.77 | OK | |
| r-release-macos-arm64 | 0.1.4 | 1.00 | 14.00 | 15.00 | OK | |
| r-release-macos-x86_64 | 0.1.4 | 3.00 | 39.00 | 42.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 6.00 | 53.00 | 59.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.4 | 3.00 | 37.00 | 40.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.4 | 7.00 | 64.00 | 71.00 | OK |
Version: 0.1.4
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Marco Blume <marco.blume@pinnaclesports.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Marco",
family = "Blume",
role = c("aut", "cre"),
email = "marco.blume@pinnaclesports.com"),
person(given = "Michael",
family = "Yan",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘pinnacle.data-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: USA_Election_2016
> ### Title: USA_Election_2016
> ### Aliases: USA_Election_2016
> ### Keywords: datasets
>
> ### ** Examples
>
> if (require("odds.converter")) {
+ library(tidyverse)
+ # What is Hilary Clinton's the highest implied winning probability at Pinnacle?
+
+ USA_Election_2016[which.min(USA_Election_2016$MoneyUS1),"EnteredDateTime"]
+ odds.converter::odds.us2prob(min(USA_Election_2016$MoneyUS1))
+ }
Loading required package: odds.converter
Error in library(tidyverse) : there is no package called ‘tidyverse’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc