Package: felp
Type: Package
Title: Functional Help for Functions, Objects, and Packages
Version: 0.6.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://felp.atusy.net/, https://github.com/atusy/felp
BugReports: https://github.com/atusy/felp/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: prettycode, callr, curl, data.table, dplyr, htmltools,
        magrittr, matrixStats, memoise, miniUI, reactable, rstudioapi,
        rlang, shiny, stringi, utils
Suggests: knitr, printr, testthat (>= 2.1.0),
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2024-09-25 00:48:26 UTC; atusy
Repository: CRAN
Date/Publication: 2024-09-25 12:00:05 UTC
Built: R 4.6.0; ; 2025-08-18 10:48:46 UTC; unix
