Package: funprog
Type: Package
Title: Functional Programming
Version: 0.3.0
Authors@R: 
  person(
    "Pierre-Yves", "Berrard",
    email = "pyb@gmx.com",
    role = c("aut", "cre")
  )
Description: 
    High-order functions for data manipulation : sort or group data, given one
    or more auxiliary functions. Functions are inspired by other pure
    functional programming languages ('Haskell' mainly). The package also 
    provides built-in function operators for creating compact anonymous
    functions, as well as the possibility to use the 'purrr' package syntax.
License: GPL-2
URL: https://py_b.gitlab.io/funprog, https://gitlab.com/py_b/funprog
BugReports: https://gitlab.com/py_b/funprog/-/issues
Suggests: purrr (>= 0.2.3), testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-11-07 11:10:44 UTC; CPY_2
Author: Pierre-Yves Berrard [aut, cre]
Maintainer: Pierre-Yves Berrard <pyb@gmx.com>
Repository: CRAN
Date/Publication: 2020-11-07 11:20:03 UTC
Built: R 4.3.0; ; 2023-04-12 01:04:40 UTC; unix
