Skip to content

Commit

Permalink
Improve documentation of sw_upgrade()
Browse files Browse the repository at this point in the history
- documentation now includes the changes to classes "swWeather" and "swWeatherData" with v6.0.0
  • Loading branch information
dschlaep committed Nov 26, 2024
1 parent 0aed6fa commit 8038ba8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
^cran-comments\.md$
^NEWS\.md$
^tests/
tests/rSOILWAT_IntegrationTestOutput
tests/rSOILWAT_IntegrationTestOutput*
src/SOILWAT2/\.git
src/SOILWAT2/\.github
src/SOILWAT2/doc
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Thumbs.db
# Package check files
..Rcheck
rSOILWAT2.Rcheck
rSOILWAT_IntegrationTestOutput/
rSOILWAT_IntegrationTestOutput*
tests/spelling.Rout.save
backup/

Expand Down
8 changes: 8 additions & 0 deletions R/A_swGenericMethods.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,14 @@ format_timestamp <- function(object) {
#' * class [`swFiles-class`]:
#' `SWRC` parameter input file added as file 6 for a new total of 23
#' * class [`swProd-class`]: new slot `"veg_method"`
#' * class [`swWeatherData`]: new slots `"use_cloudCoverMonthly"`,
#' `"use_windSpeedMonthly"`, `"use_humidityMonthly"`,
#' `"dailyInputFlags"`, and `"desc_rsds"`
#' * class [`swWeatherData`]: slot `"data"` gained 11 new columns:
#' `"cloudCov_pct"`, `"windSpeed_mPERs"`, `"windSpeed_east_mPERs"`,
#' `"windSpeed_north_mPERs"`, `"rHavg_pct"`, `"rHmax_pct"`,
#' `"rHmin_pct"`, `"specHavg_pct"`, `"Tdewpoint_C"`, `"actVP_kPa"`,
#' and `"shortWR"`
#' * Changes with `v5.4.0`:
#' * classes [`swEstabSpecies-class`] and [`swEstab-class`]:
#' new slot `"vegType"`
Expand Down
8 changes: 8 additions & 0 deletions man/sw_upgrade.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8038ba8

Please sign in to comment.