tests/testthat/test-get_climate_txt.R

stics_version <- get_stics_versions_compat()$latest_version
version_num <- get_version_num()

context("Counting rows of climate file")

workspace_path <- get_examples_path("txt", stics_version = stics_version)

meteo <- get_climate_txt(workspace_path)

test_that("Count rows climate file", {
  expect_equal(nrow(meteo), 366)
})
SticsRPacks/SticsRFiles documentation built on July 4, 2025, 4:19 p.m.