From 95212a9938176c015596ef060101afa8788786f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=BAria=20Mercad=C3=A9-Besora?= <61558739+nmercadeb@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:50:59 +0000 Subject: [PATCH] Update benchmarkCohortConstructor.Rd --- man/benchmarkCohortConstructor.Rd | 7 ------- 1 file changed, 7 deletions(-) diff --git a/man/benchmarkCohortConstructor.Rd b/man/benchmarkCohortConstructor.Rd index 723253b8..a5e65e79 100644 --- a/man/benchmarkCohortConstructor.Rd +++ b/man/benchmarkCohortConstructor.Rd @@ -32,10 +32,3 @@ cohort all together, as a set).} Run benchmark of CohortConstructor cohort instantiation time compared to CIRCE from JSON. More information in the benchmarking vignette. } -\examples{ -\donttest{ -library(CohortConstructor) -cdm <- mockCohortConstructor() -results <- benchmarkCohortConstructor(cdm) -} -}