aboutsummaryrefslogtreecommitdiff
path: root/R/mkinsub.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/mkinsub.R')
-rw-r--r--R/mkinsub.R11
1 files changed, 6 insertions, 5 deletions
diff --git a/R/mkinsub.R b/R/mkinsub.R
index db91ca00..f87c230a 100644
--- a/R/mkinsub.R
+++ b/R/mkinsub.R
@@ -27,11 +27,12 @@
#' parent = mkinsub("SFO", "m1"),
#' m1 = mkinsub("SFO"))
#'
-#' # Now supplying full names
-#' SFO_SFO.2 <- mkinmod(
-#' parent = mkinsub("SFO", "m1", full_name = "Test compound"),
-#' m1 = mkinsub("SFO", full_name = "Metabolite M1"))
-#'
+#' \dontrun{
+#' # Now supplying full names
+#' SFO_SFO.2 <- mkinmod(
+#' parent = mkinsub("SFO", "m1", full_name = "Test compound"),
+#' m1 = mkinsub("SFO", full_name = "Metabolite M1"))
+#' }
#' @export
mkinsub <- function(submodel, to = NULL, sink = TRUE, full_name = NA)
{

Contact - Imprint