| test_geospatialsuite_package_simple | R Documentation |
Simplified testing function that focuses on core functionality with minimal dependencies and robust error handling. Designed for 100% success rate. This replaces the complex testing function with simple, reliable tests.
test_geospatialsuite_package_simple(
test_output_dir = tempdir(),
verbose = FALSE
)
test_output_dir |
Directory for test outputs (default: tempdir()) |
verbose |
Print detailed test progress messages |
List of test results with success/failure status for each component
# Quick test (essential functions only)
test_results <- test_geospatialsuite_package_simple()
# Verbose test
test_results <- test_geospatialsuite_package_simple(verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.