* using log directory 'd:/RCompile/CRANincoming/R-devel/archipelago.Rcheck' * using R Under development (unstable) (2025-02-25 r87824 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 'archipelago/DESCRIPTION' ... OK * this is package 'archipelago' version '0.0.0.9000' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Dylan Lawless ' New submission Version contains large components (0.0.0.9000) Non-FOSS package license (`use_mit_license()`, `use_gpl3_license()` or friends to pick a license) Possibly misspelled words in DESCRIPTION: VSAT (8:73, 8:195, 8:774) customizability (8:626) The Title field starts with the package name. The Title field should be in title case. Current version is: 'Archipelago plot method for illustration of variant set association test statistics' In title case that is: 'Archipelago Plot Method for Illustration of Variant Set Association Test Statistics' The Description field should not start with the package name, 'This package' or similar. * 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 whether package 'archipelago' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... WARNING Non-standard license specification: `use_mit_license()`, `use_gpl3_license()` or friends to pick a license Standardizable: FALSE * checking top-level files ... NOTE Non-standard files/directories found at top level: 'cran-comments.md' 'docs' 'revdep' * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... NOTE Problems with news in 'NEWS.md': No news entries found. * 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: 'dplyr' 'ggplot2' 'library' or 'require' calls in package code: '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 archipelago_plot: no visible global function definition for '%>%' archipelago_plot: no visible binding for global variable 'quantile' archipelago_plot: no visible global function definition for 'bind_rows' archipelago_plot: no visible global function definition for 'aggregate' archipelago_plot: no visible global function definition for 'filter' archipelago_plot: no visible binding for global variable 'metric' archipelago_plot: no visible global function definition for 'arrange' archipelago_plot: no visible binding for global variable 'pos' archipelago_plot: no visible global function definition for 'mutate' archipelago_plot: no visible binding for global variable 'set_ID' archipelago_plot: no visible global function definition for 'group_by' archipelago_plot: no visible binding for global variable 'CHR' archipelago_plot: no visible global function definition for 'summarise' archipelago_plot: no visible global function definition for 'left_join' archipelago_plot: no visible global function definition for 'ggplot' archipelago_plot: no visible global function definition for 'geom_point' archipelago_plot: no visible global function definition for 'aes' archipelago_plot: no visible binding for global variable 'P' archipelago_plot: no visible global function definition for 'ylab' archipelago_plot: no visible global function definition for 'geom_hline' archipelago_plot: no visible global function definition for 'theme_bw' archipelago_plot: no visible global function definition for 'ggtitle' archipelago_plot: no visible global function definition for 'theme' archipelago_plot: no visible global function definition for 'element_blank' archipelago_plot: no visible global function definition for 'element_line' archipelago_plot: no visible global function definition for 'margin' archipelago_plot: no visible global function definition for 'guides' archipelago_plot: no visible global function definition for 'ggsave' archipelago_plot: no visible binding for global variable 'color_group' archipelago_plot: no visible binding for global variable 'color_condition' archipelago_plot: no visible global function definition for 'geom_segment' archipelago_plot: no visible binding for global variable 'pos_variant_set' archipelago_plot: no visible binding for global variable 'pos_variant' archipelago_plot: no visible binding for global variable 'P_variant_set' archipelago_plot: no visible binding for global variable 'P_variant' archipelago_plot: no visible global function definition for 'scale_color_manual' archipelago_plot: no visible global function definition for 'scale_x_continuous' archipelago_plot: no visible global function definition for 'xlab' Undefined global functions or variables: %>% CHR P P_variant P_variant_set aes aggregate arrange bind_rows color_condition color_group element_blank element_line filter geom_hline geom_point geom_segment ggplot ggsave ggtitle group_by guides left_join margin metric mutate pos pos_variant pos_variant_set quantile scale_color_manual scale_x_continuous set_ID summarise theme theme_bw xlab ylab Consider adding importFrom("stats", "aggregate", "filter", "quantile") to your NAMESPACE file. * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... NOTE Rd file 'archipelago_plot.Rd': \usage lines wider than 90 characters: "Variant Set Association Test\nwith individual variant contributions\nand contributions for significant VSAT", These lines will be truncated in the PDF manual. * checking Rd cross-references ... OK * checking for missing documentation entries ... WARNING Undocumented data sets: 'df2' 'df1' 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 data for ASCII and uncompressed saves ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'testthat.R' * checking PDF version of manual ... [12s] OK * checking HTML version of manual ... OK * DONE Status: 3 WARNINGs, 5 NOTEs