Last updated on 2025-12-07 07:50:24 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| biometrics | 1 | 12 | |
| datana | 1 | 3 | 9 |
Current CRAN status: ERROR: 1, OK: 12
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘biometrics-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: domvar
> ### Title: Function to compute a dominant stand-level variable based on a
> ### sample plot data.
> ### Aliases: domvar
>
> ### ** Examples
>
>
> ##Creates a fake dataframe
> set.seed(45)
> x <- round(rnorm(20,mean=45,sd=10),1); y=round(1.3+35*(1-exp(-.07*x)),1)
> df<-data.frame(dap=x,atot=y)
> head(df)
dap atot
1 48.4 35.1
2 38.0 33.9
3 41.2 34.3
4 37.5 33.8
5 36.0 33.5
6 41.7 34.4
> datana::descstat(df)
Error in loadNamespace(x) : there is no package called ‘datana’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: ERROR: 1, NOTE: 3, OK: 9
Version: 1.1.5
Check: package dependencies
Result: ERROR
Package required but not available: ‘Hmisc’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.5
Check: installed package size
Result: NOTE
installed size is 5.8Mb
sub-directories of 1Mb or more:
data 5.3Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64