Last updated on 2025-09-13 00:51:13 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
iNEXT | 13 | ||
iNEXT.3D | 13 | ||
iNEXT.4steps | 13 | ||
iNEXT.beta3D | 13 | ||
MF.beta4 | 1 | 12 | |
SpadeR | 2 | 11 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in 'MF.beta4-Ex.R' failed
The error most likely occurred in:
> ### Name: MFggplot
> ### Title: ggplot2 extension for a MF1_single or MF2_multiple object
> ### Aliases: MFggplot
>
> ### ** Examples
>
>
> library(dplyr)
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
>
> ### Use the entire of 209 plots data from six countries
>
>
>
>
> ### Use partial data to calculate multifunctionality based on 3 plots in each country, not by pairs
> ### (Take the first 3 plots in each country)
>
> data("forest_function_data_raw")
> data("forest_biodiversity_data")
>
> forest_function_data_raw_3plots <- forest_function_data_raw[c(1:3,29:31,67:69,103:105,
+ 146:148,174:176),]
> forest_function_data_normalized_3plots <-
+ function_normalization(data = forest_function_data_raw_3plots,
+ fun_cols = 6:31,
+ negative = c("soil_cn_ff_10","wue"),
+ by_group = "country")
> forest_biodiversity_data_3plots <-
+ forest_biodiversity_data[c(1:6,49:52,141:148,230:232,351:355,411:417),]
>
> output5 <- MF2_multiple(func_data = forest_function_data_normalized_3plots[,6:32],
+ species_data = forest_biodiversity_data_3plots,
+ weight = 1,
+ by_group = "country", by_pair = FALSE)
>
> ## BEF relationships: display fitted line of linear model
> figure_all_plots <- MFggplot(output5, model = "lm", caption = "slope")
Error in ll(object) : could not find function "ll"
Calls: MFggplot ... tibble_quos -> eval_tidy -> <Anonymous> -> AIC.default
Execution halted
Flavor: r-devel-windows-x86_64
Current CRAN status: NOTE: 2, OK: 11
Version: 0.1.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Anne Chao <chao@stat.nthu.edu.tw>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Anne",
family = "Chao",
role = c("aut", "cre"),
email = "chao@stat.nthu.edu.tw"),
person(given = c("K.", "H."),
family = "Ma",
role = "aut"),
person(given = c("T.", "C."),
family = "Hsieh",
role = "aut"),
person(given = "Chun-Huo",
family = "Chiu",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc