Skip to content

Commit

Permalink
separate internal from methods
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Sep 30, 2023
1 parent 0f2bd5b commit b89b3d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/p_direction.R
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,11 @@ p_direction.parameters_model <- function(x, ...) {
out
}



# Definition --------------------------------------------------------------


#' @keywords internal
.p_direction <- function(x, method = "direct", null = 0, ...) {
if (method == "direct") {
Expand Down

0 comments on commit b89b3d9

Please sign in to comment.