-
Notifications
You must be signed in to change notification settings - Fork 283
Open
Labels
Description
- add a deprecated roxygen tag w/ message
#' @deprecated Use [extract_soil_gssurgo()] with soilDB instead. - add
.Deprecated("extract_soil_gssurgo")to the top line of the functiongSSURGO.Query <- function(...) { .Deprecated("extract_soil_gssurgo") # keep the rest of the function as is
- remove any tests of the function
- add notes to NEWS and CHANGELOG
- document "how to deprecate a function" to the coding style section of docs; link to PR as example
- While editing docs, also include "Removing deprecated functions" for removing the function in a later release
- Remove function from the codebase and NAMESPACE along with any remaining tests.
git rmthe Rd file