Package: felp
Type: Package
Title: Functional Help for Functions, Objects, and Packages
Version: 0.4.0
Author: Atsushi Yasumoto [aut, cph, cre]
    (<https://orcid.org/0000-0002-8335-495X>)
Authors@R: c(
        person(
            given = "Atsushi", family = "Yasumoto",
            role = c("aut", "cph", "cre"),
            email = "atusy.rpkg@gmail.com",
            comment = c(ORCID = "0000-0002-8335-495X")
        )
    )
Maintainer: Atsushi Yasumoto <atusy.rpkg@gmail.com>
Description: 
    Enhance R help system by fuzzy search and preview interface, pseudo-postfix operators, and more.
    The `?.` pseudo-postfix operator and the `?` prefix operator displays documents and contents (source or structure) of objects simultaneously to help understanding the objects.
    The `?p` pseudo-postfix operator displays package documents, and is shorter than help(package = foo).
URL: https://github.com/atusy/felp
BugReports: https://github.com/atusy/felp/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: prettycode, callr, curl, data.table, dplyr, htmltools,
        magrittr, matrixStats, miniUI, reactable, rstudioapi, rlang,
        shiny, stringi, utils
Suggests: knitr, printr, testthat (>= 2.1.0), covr, rmarkdown
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2024-03-29 15:42:48 UTC; atusy
Repository: CRAN
Date/Publication: 2024-03-29 16:10:02 UTC
