felp

Functional Help for Functions, Objects, and Packages

https://github.com/atusy/felp

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
Last synced: 10 months ago · JSON representation

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
Created over 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog Funding License

README.md

CRAN status Total downloads Monthly downloads R-CMD-check <!-- badges: end -->

felp

felp is a short of functional help, and provides

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:

Fuzzy search and preview of help

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.

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
help wanted (1) enhancement (1) bug (1)
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

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 316 Last month
Rankings
Stargazers count: 15.1%
Forks count: 28.8%
Average: 29.0%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Downloads: 35.9%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • 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
.github/workflows/R-CMD-check.yaml actions
  • 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