aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-foreach/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/R-cran-foreach/pkg-descr')
-rw-r--r--devel/R-cran-foreach/pkg-descr2
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/R-cran-foreach/pkg-descr b/devel/R-cran-foreach/pkg-descr
index e32abf6b0ba5..be88f1e3174b 100644
--- a/devel/R-cran-foreach/pkg-descr
+++ b/devel/R-cran-foreach/pkg-descr
@@ -5,5 +5,3 @@ to be used for its return value, rather than for its side effects.
In that sense, it is similar to the standard lapply function, but
doesn't require the evaluation of a function. Using foreach without
side effects also facilitates executing the loop in parallel.
-
-WWW: https://cran.r-project.org/web/packages/foreach/