* using log directory 'd:/Rcompile/CRANpkg/local/4.2/fqar.Rcheck' * using R version 4.2.3 (2023-03-15 ucrt) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: UTF-8 * checking for file 'fqar/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'fqar' version '0.4.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 'fqar' 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 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 ... [8s] OK * checking Rd files ... [1s] 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [5s] ERROR Running examples in 'fqar-Ex.R' failed The error most likely occurred in: > ### Name: assessment_glance > ### Title: Obtain tidy summary information for a floristic quality > ### assessment > ### Aliases: assessment_glance > > ### ** Examples > > # While assessment_glance can be used with a .csv file downloaded manually > # from the universal FQA website, it is most typically used in combination > # with download_assessment(). > > edison <- download_assessment(25002) Unable to connect. Please check internet connection. > assessment_glance(edison) Error: data_set must be a dataframe obtained from the universalFQA.org website. Type ?download_assessment for help. Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... [35s] ERROR Running 'testthat.R' [35s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(fqar) > > test_check("fqar") Unable to connect. Please check internet connection. Unable to connect. Please check internet connection. Unable to connect. Please check internet connection. Unable to connect. Please check internet connection. Unable to connect. Please check internet connection. Unable to connect. Please check internet connection. Unable to connect. Please check internet connection. Unable to connect. Please check internet connection. Unable to connect. Please check internet connection. [ FAIL 9 | WARN 0 | SKIP 23 | PASS 140 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-assessment_glance.R:13:3', 'test-assessment_inventory.R:11:3', 'test-assessment_list_glance.R:13:3', 'test-database_glance.R:13:3', 'test-database_inventory.R:10:3', 'test-download_assessment.R:10:3', 'test-download_assessment_internal.R:10:3', 'test-download_assessment_list.R:3:3', 'test-download_database.R:6:3', 'test-download_database_internal.R:10:3', 'test-download_transect.R:10:3', 'test-download_transect_internal.R:10:3', 'test-download_transect_list.R:3:3', 'test-index_fqa_assessments.R:6:3', 'test-index_fqa_assessments_internal.R:10:3', 'test-index_fqa_databases.R:5:3', 'test-index_fqa_databases_internal.R:5:3', 'test-index_fqa_transects.R:6:3', 'test-index_fqa_transects_internal.R:10:3', 'test-transect_glance.R:12:3', 'test-transect_inventory.R:12:3', 'test-transect_list_glance.R:13:3', 'test-transect_phys.R:11:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-is_transect_list.R:4:3'): is_transect_list works ─────────────── Error: transect_list must be a list of dataframes obtained from universalFQA.org. Type ?download_transect_list for help. Backtrace: ▆ 1. └─fqar::transect_list_inventory(test_transect_list) at test-is_transect_list.R:4:2 ── Error ('test-species_acronym.R:8:3'): species_acronym works ───────────────── Error: database must be a data frame obtained from the universalFQA.org website. Type ?download_assessment for help. Backtrace: ▆ 1. └─fqar::database_inventory(db) at test-species_acronym.R:8:2 ── Error ('test-species_c.R:6:3'): species_c works ───────────────────────────── Error: database must be a data frame obtained from the universalFQA.org website. Type ?download_assessment for help. Backtrace: ▆ 1. └─fqar::database_inventory(db) at test-species_c.R:6:2 ── Error ('test-species_common_name.R:8:3'): species_common_name works ───────── Error: database must be a data frame obtained from the universalFQA.org website. Type ?download_assessment for help. Backtrace: ▆ 1. └─fqar::database_inventory(db) at test-species_common_name.R:8:2 ── Error ('test-species_nativity.R:8:3'): species_nativity works ─────────────── Error: database must be a data frame obtained from the universalFQA.org website. Type ?download_assessment for help. Backtrace: ▆ 1. └─fqar::database_inventory(db) at test-species_nativity.R:8:2 ── Error ('test-species_phys.R:8:3'): species_phys works ─────────────────────── Error: database must be a data frame obtained from the universalFQA.org website. Type ?download_assessment for help. Backtrace: ▆ 1. └─fqar::database_inventory(db) at test-species_phys.R:8:2 ── Error ('test-species_w.R:6:3'): species_w works ───────────────────────────── Error: database must be a data frame obtained from the universalFQA.org website. Type ?download_assessment for help. Backtrace: ▆ 1. └─fqar::database_inventory(db) at test-species_w.R:6:2 ── Error ('test-transect_list_inventory.R:6:3'): transect_list_inventory works ── Error: transect_list must be a list of dataframes obtained from universalFQA.org. Type ?download_transect_list for help. Backtrace: ▆ 1. └─fqar::transect_list_inventory(test_transect_list) at test-transect_list_inventory.R:6:2 ── Error ('test-transect_subplot_inventories.R:4:3'): transect_subplot_inventories works ── Error: data_set must be a dataframe obtained from the universalFQA.org website. Type ?download_transect for help. Backtrace: ▆ 1. └─fqar::transect_subplot_inventories(test_transect) at test-transect_subplot_inventories.R:4:2 [ FAIL 9 | WARN 0 | SKIP 23 | PASS 140 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [2s] OK * checking PDF version of manual ... OK * DONE Status: 2 ERRORs