Skip to contents

soilFlux 0.1.5

Bug fixes (CRAN reviewer requests)

  • DESCRIPTION: removed single quotes around acronyms (CNN1D-PINN, SWRC, pF) — CRAN policy requires single quotes only for package/software names.
  • DESCRIPTION: added <doi:10.1029/2024WR038149> link to the Norouzi et al.
    1. reference; corrected journal name from Journal of Hydrology to Water Resources Research.
  • Documentation: added missing \value tags to predict.Rd, predict.swrc_fit.Rd, print.swrc_fit.Rd, and summary.swrc_fit.Rd.
  • Examples: replaced all \dontrun{} with \donttest{} throughout the package, as the examples can in principle be executed (they require TensorFlow, but are not inherently unrunnable).
  • io.R: removed the default dir = "./models/swrc" path from save_swrc_model() to comply with CRAN policy against writing to the user’s home filespace by default; updated examples to use tempdir().

soilFlux 0.1.4

Bug fixes

  • Updated cran-comments.md to reflect version 0.1.4 submission.
  • Minor whitespace normalization in project configuration files.

soilFlux 0.1.3

Bug fixes

  • Added prebuilt vignette index (inst/doc/index.html) to fix CRAN NOTE “VignetteBuilder field but no prebuilt vignette index”.
  • Quoted technical acronyms ('CNN1D-PINN', 'SWRC', 'pF') in DESCRIPTION to reduce spell-check NOTEs on CRAN incoming checks.

soilFlux 0.1.2

Bug fixes

  • Fixed LaTeX PDF build error caused by Unicode character (U+2248) in .Rd documentation. Replaced with \eqn{\approx} in make_obs_matrices and swrc_example man pages.
  • Added inst/WORDLIST with domain-specific terms (SWRC, PINN, pF, Norouzi, matric, convolutional, positivity) to suppress spell-check NOTEs on CRAN incoming checks.

soilFlux 0.1.1

Bug fixes

  • Pre-built vignette output added to inst/doc/ to avoid LaTeX/Pandoc WARNINGs during CRAN checks.
  • Updated .Rbuildignore accordingly.

soilFlux 0.1.0

  • Initial CRAN submission.

New features