* using log directory 'd:/Rcompile/CRANpkg/local/4.4/civis.Rcheck' * using R version 4.4.0 RC (2024-04-16 r86468 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 'civis/DESCRIPTION' ... OK * this is package 'civis' version '3.1.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 'civis' can be installed ... OK * checking installed package size ... OK * checking package directory ... 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 code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [1s] 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 ... [33s] OK * checking Rd files ... [14s] NOTE checkRd: (-1) enhancements_get_civis_data_match.Rd:60: Lost braces; missing escapes or markup? 60 | \item{inputFieldMapping}{list, The field (i.e., column) mapping for the input table. See https://api.civisanalytics.com/enhancements/field-mapping for a list of valid field types and descriptions. Each field type should be mapped to a string specifying a column name in the input table. For field types that support multiple values (e.g., the "phone" field), a list of column names can be provided (e.g., {"phone": ["home_phone", "mobile_phone"], ...}).} | ^ checkRd: (-1) enhancements_patch_civis_data_match.Rd:53: Lost braces; missing escapes or markup? 53 | \item{input_field_mapping}{list optional. The field (i.e., column) mapping for the input table. See https://api.civisanalytics.com/enhancements/field-mapping for a list of valid field types and descriptions. Each field type should be mapped to a string specifying a column name in the input table. For field types that support multiple values (e.g., the "phone" field), a list of column names can be provided (e.g., {"phone": ["home_phone", "mobile_phone"], ...}).} | ^ checkRd: (-1) enhancements_patch_civis_data_match.Rd:125: Lost braces; missing escapes or markup? 125 | \item{inputFieldMapping}{list, The field (i.e., column) mapping for the input table. See https://api.civisanalytics.com/enhancements/field-mapping for a list of valid field types and descriptions. Each field type should be mapped to a string specifying a column name in the input table. For field types that support multiple values (e.g., the "phone" field), a list of column names can be provided (e.g., {"phone": ["home_phone", "mobile_phone"], ...}).} | ^ checkRd: (-1) enhancements_post_civis_data_match.Rd:24: Lost braces; missing escapes or markup? 24 | \item{input_field_mapping}{list required. The field (i.e., column) mapping for the input table. See https://api.civisanalytics.com/enhancements/field-mapping for a list of valid field types and descriptions. Each field type should be mapped to a string specifying a column name in the input table. For field types that support multiple values (e.g., the "phone" field), a list of column names can be provided (e.g., {"phone": ["home_phone", "mobile_phone"], ...}).} | ^ checkRd: (-1) enhancements_post_civis_data_match.Rd:122: Lost braces; missing escapes or markup? 122 | \item{inputFieldMapping}{list, The field (i.e., column) mapping for the input table. See https://api.civisanalytics.com/enhancements/field-mapping for a list of valid field types and descriptions. Each field type should be mapped to a string specifying a column name in the input table. For field types that support multiple values (e.g., the "phone" field), a list of column names can be provided (e.g., {"phone": ["home_phone", "mobile_phone"], ...}).} | ^ checkRd: (-1) enhancements_post_civis_data_match_clone.Rd:71: Lost braces; missing escapes or markup? 71 | \item{inputFieldMapping}{list, The field (i.e., column) mapping for the input table. See https://api.civisanalytics.com/enhancements/field-mapping for a list of valid field types and descriptions. Each field type should be mapped to a string specifying a column name in the input table. For field types that support multiple values (e.g., the "phone" field), a list of column names can be provided (e.g., {"phone": ["home_phone", "mobile_phone"], ...}).} | ^ checkRd: (-1) enhancements_put_civis_data_match.Rd:27: Lost braces; missing escapes or markup? 27 | \item{input_field_mapping}{list required. The field (i.e., column) mapping for the input table. See https://api.civisanalytics.com/enhancements/field-mapping for a list of valid field types and descriptions. Each field type should be mapped to a string specifying a column name in the input table. For field types that support multiple values (e.g., the "phone" field), a list of column names can be provided (e.g., {"phone": ["home_phone", "mobile_phone"], ...}).} | ^ checkRd: (-1) enhancements_put_civis_data_match.Rd:125: Lost braces; missing escapes or markup? 125 | \item{inputFieldMapping}{list, The field (i.e., column) mapping for the input table. See https://api.civisanalytics.com/enhancements/field-mapping for a list of valid field types and descriptions. Each field type should be mapped to a string specifying a column name in the input table. For field types that support multiple values (e.g., the "phone" field), a list of column names can be provided (e.g., {"phone": ["home_phone", "mobile_phone"], ...}).} | ^ checkRd: (-1) enhancements_put_civis_data_match_archive.Rd:62: Lost braces; missing escapes or markup? 62 | \item{inputFieldMapping}{list, The field (i.e., column) mapping for the input table. See https://api.civisanalytics.com/enhancements/field-mapping for a list of valid field types and descriptions. Each field type should be mapped to a string specifying a column name in the input table. For field types that support multiple values (e.g., the "phone" field), a list of column names can be provided (e.g., {"phone": ["home_phone", "mobile_phone"], ...}).} | ^ checkRd: (-1) models_get.Rd:29: Lost braces; missing escapes or markup? 29 | \item{crossValidationParameters}{list, Cross validation parameter grid for tree methods, e.g. {"n_estimators": [100, 200, 500], "learning_rate": [0.01, 0.1], "max_depth": [2, 3]}.} | ^ checkRd: (-1) models_list.Rd:60: Lost braces; missing escapes or markup? 60 | \item{crossValidationParameters}{list, Cross validation parameter grid for tree methods, e.g. {"n_estimators": [100, 200, 500], "learning_rate": [0.01, 0.1], "max_depth": [2, 3]}.} | ^ checkRd: (-1) models_put_archive.Rd:31: Lost braces; missing escapes or markup? 31 | \item{crossValidationParameters}{list, Cross validation parameter grid for tree methods, e.g. {"n_estimators": [100, 200, 500], "learning_rate": [0.01, 0.1], "max_depth": [2, 3]}.} | ^ checkRd: (-1) scripts_get.Rd:46: Lost braces; missing escapes or markup? 46 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_get_containers.Rd:52: Lost braces; missing escapes or markup? 52 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_get_custom.Rd:52: Lost braces; missing escapes or markup? 52 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_get_javascript.Rd:46: Lost braces; missing escapes or markup? 46 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_get_python3.Rd:46: Lost braces; missing escapes or markup? 46 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_get_r.Rd:46: Lost braces; missing escapes or markup? 46 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_get_sql.Rd:46: Lost braces; missing escapes or markup? 46 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_patch.Rd:36: Lost braces; missing escapes or markup? 36 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_patch.Rd:105: Lost braces; missing escapes or markup? 105 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_patch_containers.Rd:50: Lost braces; missing escapes or markup? 50 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_patch_containers.Rd:152: Lost braces; missing escapes or markup? 152 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_patch_custom.Rd:115: Lost braces; missing escapes or markup? 115 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_patch_javascript.Rd:43: Lost braces; missing escapes or markup? 43 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_patch_javascript.Rd:120: Lost braces; missing escapes or markup? 120 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_patch_python3.Rd:46: Lost braces; missing escapes or markup? 46 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_patch_python3.Rd:134: Lost braces; missing escapes or markup? 134 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_patch_r.Rd:46: Lost braces; missing escapes or markup? 46 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_patch_r.Rd:134: Lost braces; missing escapes or markup? 134 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_patch_sql.Rd:44: Lost braces; missing escapes or markup? 44 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_patch_sql.Rd:132: Lost braces; missing escapes or markup? 132 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post.Rd:37: Lost braces; missing escapes or markup? 37 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post.Rd:94: Lost braces; missing escapes or markup? 94 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_containers.Rd:57: Lost braces; missing escapes or markup? 57 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_containers.Rd:152: Lost braces; missing escapes or markup? 152 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_containers_clone.Rd:63: Lost braces; missing escapes or markup? 63 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_custom.Rd:118: Lost braces; missing escapes or markup? 118 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_custom_clone.Rd:63: Lost braces; missing escapes or markup? 63 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_javascript.Rd:47: Lost braces; missing escapes or markup? 47 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_javascript.Rd:120: Lost braces; missing escapes or markup? 120 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_javascript_clone.Rd:57: Lost braces; missing escapes or markup? 57 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_python3.Rd:46: Lost braces; missing escapes or markup? 46 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_python3.Rd:134: Lost braces; missing escapes or markup? 134 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_python3_clone.Rd:57: Lost braces; missing escapes or markup? 57 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_r.Rd:46: Lost braces; missing escapes or markup? 46 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_r.Rd:134: Lost braces; missing escapes or markup? 134 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_r_clone.Rd:57: Lost braces; missing escapes or markup? 57 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_sql.Rd:48: Lost braces; missing escapes or markup? 48 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_sql.Rd:132: Lost braces; missing escapes or markup? 132 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_post_sql_clone.Rd:57: Lost braces; missing escapes or markup? 57 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_containers.Rd:59: Lost braces; missing escapes or markup? 59 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_containers.Rd:152: Lost braces; missing escapes or markup? 152 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_containers_archive.Rd:54: Lost braces; missing escapes or markup? 54 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_custom.Rd:115: Lost braces; missing escapes or markup? 115 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_custom_archive.Rd:54: Lost braces; missing escapes or markup? 54 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_javascript.Rd:49: Lost braces; missing escapes or markup? 49 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_javascript.Rd:120: Lost braces; missing escapes or markup? 120 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_javascript_archive.Rd:48: Lost braces; missing escapes or markup? 48 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_python3.Rd:48: Lost braces; missing escapes or markup? 48 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_python3.Rd:134: Lost braces; missing escapes or markup? 134 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_python3_archive.Rd:48: Lost braces; missing escapes or markup? 48 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_r.Rd:48: Lost braces; missing escapes or markup? 48 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_r.Rd:134: Lost braces; missing escapes or markup? 134 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_r_archive.Rd:48: Lost braces; missing escapes or markup? 48 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_sql.Rd:50: Lost braces; missing escapes or markup? 50 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_sql.Rd:132: Lost braces; missing escapes or markup? 132 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) scripts_put_sql_archive.Rd:48: Lost braces; missing escapes or markup? 48 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) templates_get_scripts.Rd:28: Lost braces; missing escapes or markup? 28 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) templates_patch_scripts.Rd:42: Lost braces; missing escapes or markup? 42 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) templates_post_scripts.Rd:45: Lost braces; missing escapes or markup? 45 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ checkRd: (-1) templates_put_scripts.Rd:42: Lost braces; missing escapes or markup? 42 | \item allowedValues array, The possible values this parameter can take, effectively making this an enumerable parameter. Allowed values is an array of hashes of the following format: `{label: 'Import', 'value': 'import'}` | ^ * 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 line endings in shell scripts ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [3s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [12s] OK Running 'testthat.R' [12s] * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [13s] OK * checking PDF version of manual ... [60s] OK * checking HTML version of manual ... [150s] OK * DONE Status: 1 NOTE