Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 10:24:13 UTC Now

2022-12-18 02:10:59 UTC MAIN commitmail json YAML

(devel/R-foreach) import R-foreach-1.5.2

Support for the foreach looping construct.  Foreach is an idiom that
allows for iterating over elements in a collection, without the use of
an explicit loop counter.  This package in particular is intended 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.

(mef)