Last updated on 2025-03-21 05:52:34 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
distr | 4 | 11 | |
distrDoc | 15 | ||
distrEllipse | 15 | ||
distrMod | 15 | ||
distrRmetrics | 15 | ||
distrSim | 15 | ||
distrTeach | 15 | ||
distrTEst | 1 | 14 | |
RobAStRDA | 6 | 9 | |
RobExtremes | 15 | ||
startupmsg | 15 |
Current CRAN status: ERROR: 4, OK: 11
Version: 2.9.7
Check: examples
Result: ERROR
Running examples in ‘distr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Cauchy-class
> ### Title: Class "Cauchy"
> ### Aliases: Cauchy-class Cauchy initialize,Cauchy-method
> ### Keywords: distribution
>
> ### ** Examples
>
> C <- Cauchy(location = 1, scale = 1) # C is a Cauchy distribution with location=1 and scale=1.
> r(C)(1) # one random number generated from this distribution, e.g. 4.104603
[1] 2.10252
> d(C)(1) # Density of this distribution is 0.3183099 for x=1.
[1] 0.3183099
> p(C)(1) # Probability that x<1 is 0.5.
[1] 0.5
> q(C)(.1) # Probability that x<-2.077684 is 0.1.
[1] -2.077684
> ## in RStudio or Jupyter IRKernel, use q.l(.)(.) instead of q(.)(.)
> location(C) # location of this distribution is 1.
[1] 1
> location(C) <- 2 # location of this distribution is now 2.
> is(C,"Td") # no
[1] FALSE
> C0 <- Cauchy() # standard, i.e. location = 0, scale = 1
> is(C0,"Td") # yes
[1] TRUE
> as(C0,"Td")
Error in asMethod@generic :
no applicable method for `@` applied to an object of class "function"
Calls: as -> assign
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.9.7
Check: examples
Result: ERROR
Running examples in ‘distr-Ex.R’ failed
The error most likely occurred in:
> ### Name: Cauchy-class
> ### Title: Class "Cauchy"
> ### Aliases: Cauchy-class Cauchy initialize,Cauchy-method
> ### Keywords: distribution
>
> ### ** Examples
>
> C <- Cauchy(location = 1, scale = 1) # C is a Cauchy distribution with location=1 and scale=1.
> r(C)(1) # one random number generated from this distribution, e.g. 4.104603
[1] 2.10252
> d(C)(1) # Density of this distribution is 0.3183099 for x=1.
[1] 0.3183099
> p(C)(1) # Probability that x<1 is 0.5.
[1] 0.5
> q(C)(.1) # Probability that x<-2.077684 is 0.1.
[1] -2.077684
> ## in RStudio or Jupyter IRKernel, use q.l(.)(.) instead of q(.)(.)
> location(C) # location of this distribution is 1.
[1] 1
> location(C) <- 2 # location of this distribution is now 2.
> is(C,"Td") # no
[1] FALSE
> C0 <- Cauchy() # standard, i.e. location = 0, scale = 1
> is(C0,"Td") # yes
[1] TRUE
> as(C0,"Td")
Error in asMethod@generic :
no applicable method for `@` applied to an object of class "function"
Calls: as -> assign
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: OK: 15
Current CRAN status: NOTE: 1, OK: 14
Version: 2.8.3
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘distrEx’
Flavor: r-oldrel-macos-arm64
Current CRAN status: NOTE: 6, OK: 9
Version: 1.2.2
Check: installed package size
Result: NOTE
installed size is 11.5Mb
sub-directories of 1Mb or more:
R 11.4Mb
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
Current CRAN status: OK: 15
Current CRAN status: OK: 15