Last updated on 2023-10-01 07:52:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.2 | 7.92 | 77.57 | 85.49 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.2 | 6.38 | 56.50 | 62.88 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.4.2 | 105.38 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.2 | 115.28 | ERROR | |||
r-devel-windows-x86_64 | 0.4.2 | 11.00 | 86.00 | 97.00 | ERROR | |
r-patched-linux-x86_64 | 0.4.2 | 5.28 | 72.30 | 77.58 | OK | |
r-release-linux-x86_64 | 0.4.2 | 5.70 | 72.47 | 78.17 | OK | |
r-release-macos-arm64 | 0.4.2 | 53.00 | OK | |||
r-release-macos-x86_64 | 0.4.2 | 109.00 | OK | |||
r-release-windows-x86_64 | 0.4.2 | 13.00 | 96.00 | 109.00 | ERROR | |
r-oldrel-macos-arm64 | 0.4.2 | 105.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.2 | 61.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.2 | 14.00 | 108.00 | 122.00 | OK |
Version: 0.4.2
Check: examples
Result: ERROR
Running examples in ‘fqar-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/20s]
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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.2
Check: examples
Result: 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.4.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/19s]
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
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.4.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/37s]
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
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.4.2
Check: tests
Result: ERROR
Running 'testthat.R' [12s]
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
Flavor: r-devel-windows-x86_64
Version: 0.4.2
Check: tests
Result: ERROR
Running 'testthat.R' [15s]
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
Flavor: r-release-windows-x86_64