r2shortcode

An R Package that Shortens Other Packages

https://github.com/oobianom/r2shortcode

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 1 committers (100.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

An R Package that Shortens Other Packages

Basic Info
  • Host: GitHub
  • Owner: oobianom
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 44.9 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 6 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

r2shortcode: An R Package that Helps Shorten Other R Package Functions

Official site: https://r2shortcode.obi.obianom.com

CRAN\_Status\_Badge

Have you come across packages with function names that are either too long or too similar to another frequently used function? Well, what if you can change those function names and still use the package?

Shorten function names of packages. Make it easier to use. Write long descriptive functions in your R package. Users have the choice to use the long form of the function name or shorten the functions using the r2shortcode package.

Quick example in R

install.packages("r2shortcode")

library("r2shortcode")

Use this package to shorten the functions in the package "r2shortcode"

shortenPkg("r2shortcode",addPrefix = T)

Index all the short forms of the functions for the package

index("r2shortcode")

help("r2.gP") #OR whatis("r2.gP")

How to use function - In this case is the "define" function

r2d.d("hello") instead of r2shortcode::define("hello")

Owner

  • Name: Obi Obianom
  • Login: oobianom
  • Kind: user
  • Location: Cambridge. MA

This is just my playground. Nothing more, nothing less.

GitHub Events

Total
Last Year

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 14
  • Total Committers: 1
  • Avg Commits per committer: 14.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Obi Obianom o****m@u****u 14
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 220 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: r2shortcode

Shorten Function Names of Functions in Another Package and Create an Index to Make Them Accessible

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 220 Last month
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Average: 42.5%
Downloads: 83.5%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.4 depends
  • magrittr * imports
  • stringr * imports
  • utils * imports
  • knitr * suggests
  • qpdf * suggests
  • rmarkdown * suggests