Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.1%) to scientific vocabulary
Repository
Functional Help for Functions, Objects, and Packages
Basic Info
- Host: GitHub
- Owner: atusy
- License: other
- Language: R
- Default Branch: master
- Homepage: https://felp.atusy.net
- Size: 4.77 MB
Statistics
- Stars: 23
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 7
Metadata Files
README.md
felp 
felp is a short of functional help, and provides
- fuzzy search and preview of help
- with
fuzzyhelpfunction or "Fuzzy Search on R Help" RStudio Addin
- with
- Enhanced alternatives of base features
?.pseudo-postfix operator to simultaneously display a help document and a structure of an object?ppseudo-postfix operator to display document of a package- and more
Installation
From CRAN
r
install.packages("felp")
From GitHub
r
source("https://install-github.me/atusy/felp")
Features
Fuzzy search and preview of help
with felp::fuzzyhelp() or "Fuzzy Search on R Help" RStudio Addin:

This feature is a Shiny app and is also available online at https://atusy.shinyapps.io/fuzzyhelp/. Note that some features are disabled in the online version (e.g., links between help topics and syntax highlights). Also, the online version has a limit on the number of available packages (tidyverse + felp).
There is also a similar project at https://helpr.atusy.net/ based on WebR.
The main differences are appearance and the number of available packages.
WebR-based project supports installing any package on CRAN.
Once you type {{ packageName }}:: (e.g., dplyr::), WebR installs the package and you can find help topics in the package (e.g., dplyr::mutate).
Enhanced alternatives of base features
``` r library(felp)
? operator
?help ?utils::help
?. pseudo postfix operator for functions and objects
help?. utils::help?.
?p pseudo postfix operator for packages
utils?p
felp as an extention of utils::help
felp(help) felp("help") felp(utils::help) felp(help, utils) felp(package = utils) ```
Owner
- Login: atusy
- Kind: user
- Location: Japan
- Company: 3-shake Inc.
- Website: https://orcid.org/0000-0002-8335-495X
- Repositories: 239
- Profile: https://github.com/atusy
GitHub Events
Total
- Release event: 1
- Push event: 2
- Create event: 1
Last Year
- Release event: 1
- Push event: 2
- Create event: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 9
- Total pull requests: 19
- Average time to close issues: 10 months
- Average time to close pull requests: 3 months
- Total issue authors: 1
- Total pull request authors: 3
- Average comments per issue: 1.0
- Average comments per pull request: 0.42
- Merged pull requests: 18
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 12
- Average time to close issues: N/A
- Average time to close pull requests: 9 days
- Issue authors: 0
- Pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.67
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- atusy (10)
Pull Request Authors
- atusy (26)
- Nobukuni-Hyakutake (2)
- olivroy (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 316 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 7
- Total maintainers: 1
cran.r-project.org: felp
Functional Help for Functions, Objects, and Packages
- Homepage: https://felp.atusy.net/
- Documentation: http://cran.r-project.org/web/packages/felp/felp.pdf
- License: MIT + file LICENSE
-
Latest release: 0.6.0
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- curl * imports
- dplyr * imports
- htmltools * imports
- matrixStats * imports
- miniUI * imports
- prettycode * imports
- reactable * imports
- rstudioapi * imports
- shiny * imports
- stringdist * imports
- stringr * imports
- covr * suggests
- knitr * suggests
- printr * suggests
- rmarkdown * suggests
- testthat >= 2.1.0 suggests
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite