Last updated on 2025-03-14 06:52:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.10 | 89.25 | 100.72 | 189.97 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9.10 | 70.89 | 73.28 | 144.17 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9.10 | 392.01 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.10 | 361.98 | NOTE | |||
r-devel-macos-arm64 | 0.9.10 | 82.00 | OK | |||
r-devel-macos-x86_64 | 0.9.10 | 152.00 | OK | |||
r-devel-windows-x86_64 | 0.9.10 | 116.00 | 0.00 | 116.00 | FAIL | |
r-patched-linux-x86_64 | 0.9.10 | OK | ||||
r-release-linux-x86_64 | 0.9.10 | 98.34 | 97.07 | 195.41 | OK | |
r-release-macos-arm64 | 0.9.10 | 82.00 | NOTE | |||
r-release-macos-x86_64 | 0.9.10 | 123.00 | NOTE | |||
r-release-windows-x86_64 | 0.9.10 | 111.00 | 176.00 | 287.00 | NOTE | |
r-oldrel-macos-arm64 | 0.9.10 | NOTE | ||||
r-oldrel-macos-x86_64 | 0.9.10 | 161.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.9.10 | 132.00 | 264.00 | 396.00 | NOTE |
Version: 0.9.10
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
add.dynamic.regression.Rd: SdPrior
add.monthly.annual.cycle.Rd: zoo
bsts.Rd: zoo
descriptive-plots.Rd: zoo, yearmon
mbsts.Rd: SpikeSlabPrior
plot.bsts.mixed.Rd: TimeSeriesBoxplot
to.posixt.Rd: yearmon
wide.to.long.Rd: zoo
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 0.9.10
Check: compiled code
Result: NOTE
File ‘bsts/libs/bsts.so’:
Found non-API call to R: ‘Rf_isFrame’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.9.10
Check: examples
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> ## (Sorry, Rebecca Black! https://www.youtube.com/watch?v=kfVsfOSbJY0)
> ## diff.days[i] is the number of days between days[i-1] and days[i].
> ## We know that days[i] is the end of a week if diff.days[i] < 0.
> diff.days <- tail(as.numeric(days), -1) - head(as.numeric(days), -1)
> contains.end <- c(FALSE, diff.days < 0)
>
> goog.weekly <- HarveyCumulator(goog, contains.end, 1)
>
>
>
>
>
> cleanEx()
> nameEx("StateSpecification")
> ### * StateSpecification
>
> flush(stderr()); flush(stdout())
>
> ### Name: StateSpecification
> ### Title: Add a state component to a Bayesian structural time series model
> ### Aliases: state.specification StateSpecification
> ### Keywords: models regression
>
> ### ** Examples
>
> data(AirPassengers)
> y <- log(AirPassengers)
> ss <- AddLocalLinearTrend(list(), y)
> ss <- AddSeasonal(ss, y, nseasons = 12)
> model <- bsts(y, state.specification = ss, niter = 500)
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64
Version: 0.9.10
Check: installed package size
Result: NOTE
installed size is 110.8Mb
sub-directories of 1Mb or more:
libs 109.9Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64