diff --git a/R/Phase1b-package.R b/R/Phase1b-package.R index 273f1770..7888ef2b 100644 --- a/R/Phase1b-package.R +++ b/R/Phase1b-package.R @@ -9,3 +9,4 @@ ##' @import checkmate ##' @importFrom graphics plot hist ##' @keywords package +NULL diff --git a/man/ocPredprob.Rd b/man/ocPredprob.Rd index e797f03f..26c6b831 100644 --- a/man/ocPredprob.Rd +++ b/man/ocPredprob.Rd @@ -17,7 +17,7 @@ ocPredprob( phiFu = 1 - phiL, parE = c(1, 1), ns = 10000, - nr = F, + nr = FALSE, d = NULL, nnF = nn ) diff --git a/man/ocPredprobDist.Rd b/man/ocPredprobDist.Rd index 5911b8e6..20365fb6 100644 --- a/man/ocPredprobDist.Rd +++ b/man/ocPredprobDist.Rd @@ -19,7 +19,7 @@ ocPredprobDist( parE = c(a = 1, b = 1), parS = c(a = 1, b = 1), ns = 10000, - nr = F, + nr = FALSE, d = NULL, nnF = nn )