* using log directory 'd:/RCompile/CRANincoming/R-devel/healthprediction.Rcheck' * using R Under development (unstable) (2024-04-24 r86484 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'healthprediction/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'healthprediction' version '0.1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Neha Dhake ' New submission Possibly misspelled words in DESCRIPTION: careplan (8:157) datapoint (10:72) diabeties (7:96) The Title field should be in title case. Current version is: 'builds and runs prediction of health data' In title case that is: 'Builds and Runs Prediction of Health Data' The Description field should not start with the package name, 'This package' or similar. * checking package namespace information ... NOTE Found export directive that requires package 'methods': 'exportMethods' Remove all such namespace directives (if obsolete) or ensure that the DESCRIPTION Depends or Imports field contains 'methods'. * 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 'healthprediction' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Description field: should contain one or more complete sentences. * checking top-level files ... NOTE Non-standard files/directories found at top level: 'Main.R' 'Markdown.Rmd' 'Markdown.html' 'Markdown.log' 'Markdown.tex' 'boxplot.jpeg' 'boxplotA-All.jpeg' 'rsconnect' * 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 ... NOTE package 'methods' is used but not declared * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE generate_output_file,data.frame-data.frame-character-character-character-logical: no visible binding for global variable 'Diabetes_binary' generate_output_file,data.frame-data.frame-character-character-character-logical: no visible binding for global variable 'Percentage' Undefined global functions or variables: Diabetes_binary Percentage * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... WARNING Undocumented code objects: 'Prediction_data' 'Training_data' 'output' Undocumented data sets: 'Prediction_data' 'Training_data' 'output' All user-level objects in a package should have documentation entries. See chapter 'Writing R documentation files' in the 'Writing R Extensions' manual. * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... ERROR Running examples in 'healthprediction-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: read_validate_clean_dataset > ### Title: Read, Validate, and Optionally Clean a Dataset > ### Aliases: read_validate_clean_dataset > ### read_validate_clean_dataset,character,character,character,character-method > > ### ** Examples > > # Assuming you have a CSV file with columns "ID" ,"Binary_result" and other parameters > expected_cols <- c("ID", "Binary_result") > data <- read_validate_clean_dataset("path/to/your/data.csv", expected_cols) Error in read_validate_clean_dataset("path/to/your/data.csv", expected_cols) : File does not exist:path/to/your/data.csv Calls: read_validate_clean_dataset -> read_validate_clean_dataset Execution halted * checking PDF version of manual ... [22s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 1 WARNING, 6 NOTEs