From 1bf020f135c1e4d358c0604aa221567633a3a658 Mon Sep 17 00:00:00 2001 From: Andreas Kersting Date: Tue, 23 Mar 2021 21:28:14 +0100 Subject: [PATCH] [ci skip] add missing () to DESCRIPTION --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index aed798a..0371853 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,7 +11,7 @@ Authors@R: role = "cph"), person(given = "R Core team", role = "ctb", - comment = "'etry' and its print method borrow a lot from base R")) + comment = "'etry()' and its print method borrow a lot from base R")) Description: Drop-in replacement for 'parallel::mclapply()' adding e.g. tracebacks, crash dumps, retries, condition handling, improved seeding, progress bars and faster inter process communication. Some of the internal