* using log directory 'd:/RCompile/CRANincoming/R-devel/musicvisu.Rcheck' * using R Under development (unstable) (2024-07-30 r86939 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 'musicvisu/DESCRIPTION' ... OK * this is package 'musicvisu' version '0.1.0' * checking CRAN incoming feasibility ... NOTE Maintainer: 'Aidin Ghazagh ' New submission License components with restrictions and base license permitting such: MIT + file LICENSE File 'LICENSE': MIT License Copyright (c) 2024 Aidin Ghazagh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Possibly misspelled words in DESCRIPTION: Visialize (3:14) Unknown, possibly misspelled, fields in DESCRIPTION: 'Video' Found the following (possibly) invalid URLs: URL: https://linkedin.com/in/aidin-ghazagh (moved to https://www.linkedin.com/in/aidin-ghazagh) From: README.md Status: 301 Message: Moved Permanently For content that is 'Moved Permanently', please change http to https, add trailing slashes, or replace the old by the new URL. * 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 'musicvisu' 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. License stub is invalid DCF. * checking top-level files ... OK * 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 '::' or ':::' import not declared from: 'scales' 'library' or 'require' calls not declared from: 'ggplot2' 'tidyverse' 'library' or 'require' calls in package code: 'ggplot2' 'tidyverse' 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 lyrics_chart: no visible global function definition for 'str_squish' lyrics_chart: no visible global function definition for 'str_remove_all' lyrics_chart: no visible global function definition for 'str_replace_all' lyrics_chart: no visible global function definition for 'str_to_lower' lyrics_chart: no visible global function definition for 'read_file' lyrics_chart: no visible global function definition for 'str_split_1' lyrics_chart: no visible global function definition for 'mutate' lyrics_chart: no visible global function definition for 'arrange' lyrics_chart: no visible global function definition for 'filter' lyrics_chart: no visible global function definition for 'summarise' lyrics_chart: no visible global function definition for 'group_by' lyrics_chart: no visible global function definition for 'tibble' lyrics_chart: no visible binding for global variable 'word' lyrics_chart: no visible global function definition for 'n' lyrics_chart: no visible binding for global variable 'count' lyrics_chart: no visible global function definition for 'desc' lyrics_chart: no visible global function definition for 'str_to_title' lyrics_chart: no visible global function definition for 'ggplot' lyrics_chart: no visible global function definition for 'aes' lyrics_chart: no visible global function definition for 'reorder' lyrics_chart: no visible global function definition for 'geom_col' lyrics_chart: no visible global function definition for 'labs' lyrics_chart: no visible global function definition for 'theme_classic' lyrics_chart: no visible global function definition for 'theme' lyrics_chart: no visible global function definition for 'element_text' lyrics_chart: no visible global function definition for 'scale_y_continuous' lyrics_chart: no visible global function definition for 'ggsave' notes_chart: no visible global function definition for 'ggplot' notes_chart: no visible global function definition for 'aes' notes_chart: no visible binding for global variable 'Timestamp' notes_chart: no visible binding for global variable 'Note' notes_chart: no visible global function definition for 'geom_step' notes_chart: no visible global function definition for 'geom_point' notes_chart: no visible global function definition for 'labs' notes_chart: no visible global function definition for 'theme_minimal' notes_chart: no visible global function definition for 'theme' notes_chart: no visible global function definition for 'element_rect' notes_chart: no visible global function definition for 'element_text' notes_chart: no visible global function definition for 'margin' notes_chart: no visible global function definition for 'element_blank' notes_chart: no visible global function definition for 'scale_x_continuous' notes_chart: no visible global function definition for 'scale_y_discrete' notes_chart: no visible global function definition for 'ggsave' Undefined global functions or variables: Note Timestamp aes arrange count desc element_blank element_rect element_text filter geom_col geom_point geom_step ggplot ggsave group_by labs margin mutate n read_file reorder scale_x_continuous scale_y_continuous scale_y_discrete str_remove_all str_replace_all str_split_1 str_squish str_to_lower str_to_title summarise theme theme_classic theme_minimal tibble word Consider adding importFrom("stats", "filter", "reorder") 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 ... WARNING Codoc mismatches from Rd file 'frequencies_to_notes.Rd': frequencies_to_notes Code: function(frequencies, A4_freq = 440, A4_note = 69) Docs: function(c 440 840 261) Argument names in code not in docs: frequencies A4_freq A4_note Argument names in docs not in code: c 440 840 261 Mismatches in argument names: Position: 1 Code: frequencies Docs: c 440 840 261 Codoc mismatches from Rd file 'notes_chart.Rd': notes_chart Code: function(notes, timestamps, output) Docs: function(notes, timestamps, output_dir) Argument names in code not in docs: output Argument names in docs not in code: output_dir Mismatches in argument names: Position: 3 Code: output Docs: output_dir * checking Rd \usage sections ... WARNING Undocumented arguments in Rd file 'frequencies_to_notes.Rd' 'c("440", "840", "261")' Documented arguments not in \usage in Rd file 'frequencies_to_notes.Rd': 'frequencies' Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter 'Writing R documentation files' in the 'Writing R Extensions' manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... ERROR Running examples in 'musicvisu-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: frequencies_to_notes > ### Title: Frequencies To Notes > ### Aliases: frequencies_to_notes > > ### ** Examples > > frequencies <- c("440", "840", "261") > notes <- frequencies_to_notes(frequencies) Error in frequencies_to_notes(frequencies) : frequencies vector should be numeric Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'testthat.R' * checking PDF version of manual ... [13s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 3 WARNINGs, 3 NOTEs