-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from PetterHopp/main
OKplan v0.5.0
- Loading branch information
Showing
24 changed files
with
986 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#' @title Deprecated Functions in Package OKplan | ||
#' @description These functions are provided for compatibility with older | ||
#' versions of OKplan only, and may be defunct as soon as the next release. | ||
#' When possible, alternative functions are mentioned. Help pages for | ||
#' deprecated functions are available at \code{help("<function>-deprecated")}. | ||
#' @details \code{check_OK_selection} was deprecated 2022-12-15 to replace it | ||
#' with check_ok_selection with a standardised function name with lower case | ||
#' letters for OK. Use check_ok_selection with the additional parameters | ||
#' \code{purpose =} and \code{plan_aar =}. | ||
#' | ||
#' @param \dots (arguments) | ||
#' @return (results) | ||
#' @name OKplan-deprecated | ||
#' @keywords internal | ||
#' | ||
#' @author Petter Hopp Petter.Hopp@@vetinst.no | ||
#' | ||
#' @examples | ||
#' \dontrun{ | ||
#' check_OK_selection(...) ### -- use \code{\link{check_ok_selection}} instead. | ||
#' } | ||
NULL |
Oops, something went wrong.