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
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
Metadata Files
README.md
r2shortcode: An R Package that Helps Shorten Other R Package Functions
Official site: https://r2shortcode.obi.obianom.com
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
- Website: https://obianom.com
- Twitter: R2Rpkg
- Repositories: 10
- Profile: https://github.com/oobianom
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 | 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
- Homepage: https://github.com/oobianom/r2shortcode
- Documentation: http://cran.r-project.org/web/packages/r2shortcode/r2shortcode.pdf
- License: MIT + file LICENSE
-
Latest release: 0.2
published about 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.4 depends
- magrittr * imports
- stringr * imports
- utils * imports
- knitr * suggests
- qpdf * suggests
- rmarkdown * suggests