Last updated on 2025-12-06 00:48:54 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 3.55 | 35.45 | 39.00 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 2.95 | 18.43 | 21.38 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 60.05 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 58.03 | OK | |||
| r-devel-windows-x86_64 | 0.1.4 | 6.00 | 52.00 | 58.00 | OK | |
| r-patched-linux-x86_64 | 0.1.4 | 4.05 | 32.07 | 36.12 | OK | |
| r-release-linux-x86_64 | 0.1.4 | 3.55 | 32.90 | 36.45 | OK | |
| r-release-macos-arm64 | 0.1.4 | OK | ||||
| r-release-macos-x86_64 | 0.1.4 | 4.00 | 36.00 | 40.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 7.00 | 54.00 | 61.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.1.4 | 3.00 | 28.00 | 31.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.1.4 | 7.00 | 61.00 | 68.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
Version: 0.1.4
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘pinnacle.API’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64