* using log directory 'd:/RCompile/CRANincoming/R-devel/ggsankeyfier.Rcheck' * using R Under development (unstable) (2024-02-28 r85999 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 12.3.0 GNU Fortran (GCC) 12.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'ggsankeyfier/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'ggsankeyfier' version '0.1.5' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Pepijn de Vries ' New submission Possibly misspelled words in DESCRIPTION: Sankey (3:15, 24:14) * 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 'ggsankeyfier' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R 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 ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... ERROR Running examples in 'ggsankeyfier-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: scale_waist_continuous > ### Title: Sankey edge waist line scales > ### Aliases: scale_waist_continuous scale_waist_datetime scale_waist_binned > ### scale_waist_discrete scale_waist_manual scale_waist_identity > > ### ** Examples > > library(ggplot2) > data("ecosystem_services") > > p <- + ggplot(ecosystem_services_pivot2, aes(x = stage, y = RCSES, group = node, + connector = connector, edge_id = edge_id, + waist = RCSES)) + + geom_sankeynode(v_space = "auto") + + geom_sankeyedge(v_space = "auto", aes(fill = service_section)) > > p + scale_waist_binned(range = c(0.1, 2)) Error in ggplot2::binned_scale("waist", palette = scales::rescale_pal(range), : argument "scale_name" is missing, with no default Calls: scale_waist_binned -> -> ggproto -> list2 Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'testthat.R' * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [20s] ERROR Error(s) in re-building vignettes: --- re-building 'data_management.Rmd' using rmarkdown --- finished re-building 'data_management.Rmd' --- re-building 'decorating.Rmd' using rmarkdown Quitting from lines 121-124 [curve_waist] (decorating.Rmd) Error: processing vignette 'decorating.Rmd' failed with diagnostics: Problem while computing aesthetics. ℹ Error occurred in the 1st layer. Caused by error in `ggplot2::continuous_scale()`: ! argument "scale_name" is missing, with no default --- failed re-building 'decorating.Rmd' --- re-building 'loopdeloop.Rmd' using rmarkdown --- finished re-building 'loopdeloop.Rmd' --- re-building 'positioning.Rmd' using rmarkdown --- finished re-building 'positioning.Rmd' SUMMARY: processing the following file failed: 'decorating.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... [12s] OK * checking HTML version of manual ... OK * DONE Status: 2 ERRORs, 1 NOTE