* using log directory 'd:/Rcompile/CRANpkg/local/3.6/visachartR.Rcheck' * using R version 3.6.3 (2020-02-29) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'visachartR/DESCRIPTION' ... OK * this is package 'visachartR' version '1.0.2' * package encoding: UTF-8 * 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 'visachartR' can be installed ... OK * checking installed package size ... NOTE installed size is 7.4Mb sub-directories of 1Mb or more: help 1.3Mb htmlwidgets 6.1Mb * checking package 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 ... [3s] OK * checking Rd files ... OK * checking Rd metadata ... 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 ... ERROR Running examples in 'visachartR-Ex.R' failed The error most likely occurred in: > ### Name: circle_packing > ### Title: circle_packing > ### Aliases: circle_packing > > ### ** Examples > > library(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > data.frame(parent = c(NA, "A", "A", "C", "C"), + node = c("A", "B", "C", "D", "E"), + size = c(NA, 8L, 7L, 6L, 5L)) %>% + circle_packing("node", "parent", "size", + accessibility = list(hideTextures = TRUE, + hideDataTableButton = TRUE)) > library(tidyverse) -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- v ggplot2 3.3.3 v purrr 0.3.4 v tibble 3.1.1 v stringr 1.4.0 v tidyr 1.1.3 v forcats 0.5.1 v readr 1.4.0 -- Conflicts ------------------------------------------ tidyverse_conflicts() -- x dplyr::filter() masks stats::filter() x dplyr::lag() masks stats::lag() > data.frame(Orange) %>% + mutate(age = as.character(age)) %>% + bind_rows(data.frame(Tree = c(rep("Trees", 5), NA), + age = c(1:5, "Trees"))) %>% + circle_packing("age", "Tree", "circumference", + accessibility=list(hideTextures = TRUE, + includeDataKeyNames = TRUE, + hideDataTableButton = TRUE)) Error: Can't combine `..1$Tree` > and `..2$Tree` >. Backtrace: x 1. +-`%>%`(...) 2. +-visachartR::circle_packing(...) 3. | \-visachartR::visaChart(...) 4. \-dplyr::bind_rows(...) 5. \-vctrs::vec_rbind(!!!dots, .names_to = .id) 6. \-(function () ... 7. \-vctrs:::vec_ptype2.ordered.factor(...) 8. \-vctrs::stop_incompatible_type(x, y, x_arg = x_arg, y_arg = y_arg) 9. \-vctrs:::stop_incompatible(...) 10. \-vctrs:::stop_vctrs(...) Execution halted * checking PDF version of manual ... OK * DONE Status: 1 ERROR, 1 NOTE