Package: partialised
Type: Package
Title: Partialised Functions
Version: 0.1.1
Authors@R: 
    person(
        given = "Mizuki", 
        family = "Uchida", 
        email = "uchidamizuki@vivaldi.net", 
        role = c("aut", "cre")
    )
Description: Provides a 'partialised' class that extends the partialising 
    function of 'purrr' by making it easier to change the arguments. This is 
    similar to the function-like object in 'Julia' 
    (<https://docs.julialang.org/en/v1/manual/methods/#Function-like-objects>).
License: MIT + file LICENSE
Encoding: UTF-8
Imports: pillar, purrr, rlang, vctrs
RoxygenNote: 7.2.1
URL: https://github.com/UchidaMizuki/partialised
BugReports: https://github.com/UchidaMizuki/partialised/issues
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-11-04 11:09:43 UTC; Mizuki
Author: Mizuki Uchida [aut, cre]
Maintainer: Mizuki Uchida <uchidamizuki@vivaldi.net>
Repository: CRAN
Date/Publication: 2022-11-04 11:20:02 UTC
Built: R 4.1.2; ; 2022-11-05 11:05:59 UTC; unix
