Package: felp Type: Package Title: Functional Help for Functions, Objects, and Packages Version: 0.6.0 Author: Atsushi Yasumoto [aut, cph, cre] () 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 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 Roxygen: list(markdown = TRUE) 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 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev zlib1g-dev Repository: https://atusy.r-universe.dev Date/Publication: 2024-08-09 01:15:06 UTC RemoteUrl: https://github.com/atusy/felp RemoteRef: HEAD RemoteSha: 7c5af9147e0d831b29d95a08269ccb16498bfdf8 NeedsCompilation: no Packaged: 2026-07-05 09:09:09 UTC; root