From 11d7683210263688133824b9a3495e549734e986 Mon Sep 17 00:00:00 2001 From: Samuel Charles Smock <gj59isox@rstudio01.idiv.de> Date: Mon, 15 Jan 2024 13:59:14 +0100 Subject: [PATCH] debugging --- DESCRIPTION | 2 +- man/sim_all.Rd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b5224fe..6dc188a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: simulateDCE Title: Simulate data for discrete choice experiments -Version: 0.0.1.0000 +Version: 0.1.0 Authors@R: person("Julian", "Sagebiel", , "julian.sagebiel@idiv.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0253-6875")) diff --git a/man/sim_all.Rd b/man/sim_all.Rd index 4a590ea..6d27660 100644 --- a/man/sim_all.Rd +++ b/man/sim_all.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/sim_all.R \name{sim_all} \alias{sim_all} -\title{Title Is a wrapper for sim_choice executing the simulation over all designs stored in a specific folder} +\title{Is a wrapper for sim_choice executing the simulation over all designs stored in a specific folder} \usage{ sim_all(nosim = 2, resps, destype = "ngene", designpath, u) } @@ -21,7 +21,7 @@ sim_all(nosim = 2, resps, destype = "ngene", designpath, u) A list, with all information on the simulation. This list an be easily processed by the user and in the rmarkdown template. } \description{ -Title Is a wrapper for sim_choice executing the simulation over all designs stored in a specific folder +Is a wrapper for sim_choice executing the simulation over all designs stored in a specific folder } \examples{ -- GitLab