* using log directory 'd:/RCompile/CRANincoming/R-devel/Plantbreeding.Rcheck' * using R Under development (unstable) (2024-12-01 r87412 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.3.0 GNU Fortran (GCC) 13.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'Plantbreeding/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'Plantbreeding' version '0.1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Prity Kumari ' New submission Possibly misspelled words in DESCRIPTION: AMMI (9:65) ANOVA (9:17) Eberhart (8:68) GCV (7:67) PCV (7:72) genotype (9:27) heritability (7:77) No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Prity", family = "Kumari", role = c("aut", "cre"), email = "psingh2506@gmail.com") as necessary. The Title field should be in title case. Current version is: 'Stability analysis in Plant Breeding' In title case that is: 'Stability Analysis in Plant Breeding' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking serialization versions ... OK * checking whether package 'Plantbreeding' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE License components which are templates and need '+ file LICENSE': MIT * checking top-level files ... NOTE Non-standard file/directory found at top level: 'globals.R' * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... WARNING 'library' or 'require' calls not declared from: 'agricolae' 'dplyr' 'ggplot2' 'library' or 'require' calls in package code: 'agricolae' 'dplyr' 'ggplot2' Please use :: or requireNamespace() instead. See section 'Suggested packages' in the 'Writing R Extensions' manual. * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE ammi_analysis: no visible binding for global variable 'ENV' ammi_analysis: no visible binding for global variable 'mean_Y' ammi_analysis: no visible binding for global variable 'GEN' ammi_analysis: no visible binding for global variable 'PC1' ammi_analysis: no visible binding for global variable 'PC2' ammi_analysis: no visible binding for global variable 'type' ammi_analysis: no visible binding for global variable 'PC' ammi_analysis: no visible binding for global variable 'Variance' breeding_metrics: no visible global function definition for 'as.formula' breeding_metrics: no visible global function definition for 'aov' gxe_analysis: no visible global function definition for 'as.formula' gxe_analysis: no visible global function definition for 'aov' stability_analysis: no visible global function definition for '%>%' stability_analysis: no visible binding for global variable 'Genotype' stability_analysis: no visible binding for global variable 'Trait' stability_analysis: no visible global function definition for 'sd' stability_analysis: no visible binding for global variable 'Environment' stability_analysis: no visible binding for global variable 'EnvMean' stability_analysis: no visible global function definition for 'do' stability_analysis: no visible global function definition for 'lm' stability_analysis: no visible binding for global variable '.' stability_analysis: no visible global function definition for 'coef' stability_analysis: no visible global function definition for 'residuals' Undefined global functions or variables: %>% . ENV EnvMean Environment GEN Genotype PC PC1 PC2 Trait Variance aov as.formula coef do lm mean_Y residuals sd type Consider adding importFrom("stats", "aov", "as.formula", "coef", "lm", "residuals", "sd") to your NAMESPACE file. * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... OK * checking PDF version of manual ... [13s] OK * checking HTML version of manual ... OK * DONE Status: 1 WARNING, 4 NOTEs