Learn R Programming

geospatialsuite (version 0.1.1)

test_geospatialsuite_package_simple: Test GeoSpatialSuite with simplified, robust tests

Description

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.

Usage

test_geospatialsuite_package_simple(
  test_output_dir = tempdir(),
  verbose = FALSE
)

Value

List of test results with success/failure status for each component

Arguments

test_output_dir

Directory for test outputs (default: tempdir())

verbose

Print detailed test progress messages

Examples

Run this code
# \donttest{
# Quick test (essential functions only)
test_results <- test_geospatialsuite_package_simple()

# Verbose test
test_results <- test_geospatialsuite_package_simple(verbose = TRUE)
# }

Run the code above in your browser using DataLab