Package: lambda Title: Simple anonymous functions Version: 0.0.0.9000 Authors@R: person("Jim", "Hester", email = "james.f.hester@gmail.com", role = c("aut", "cre")) Description: Defines a function 'f()' to create anonymous functions (lambdas) in a very concise manner. Simply write the body of the function as you would normally. If you want a given variable to appear as one of the arguments to the function, put it in '.()'. Depends: R (>= 3.2.0) License: MIT Suggests: testthat Repository: https://jimhester.r-universe.dev Date/Publication: 2015-09-22 13:33:24 UTC RemoteUrl: https://github.com/jimhester/lambda RemoteRef: HEAD RemoteSha: e493d10459eb356fabe66bb4bc935854cc3f173b NeedsCompilation: no Packaged: 2026-07-04 16:24:55 UTC; root Author: Jim Hester [aut, cre] Maintainer: Jim Hester