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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.3%) to scientific vocabulary
Repository
Various R Programming Tools for Data Manipulation
Statistics
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
- Releases: 7
Metadata Files
README.md
gdata
Various R programming tools for data manipulation, including:
- medical unit conversions (ConvertMedUnits, MedUnits),
- combining objects (bindData, cbindX, combine, interleave),
- character vector operations (centerText, startsWith, trim),
- factor manipulation (levels, reorder.factor, mapLevels),
- obtaining information about R objects (object_size, env, humanReadable,
is.what, ll, keep, ls.funs, Args, nPairs, nobs),
- generating fixed-width format files (write.fwf),
- extracting components of date & time objects (getYear, getMonth,
getDay, getHour, getMin, getSec),
- operations on columns of data frames (matchcols, rename.vars),
- matrix operations (unmatrix, upperTriangle, lowerTriangle),
- operations on vectors (case, unknownToNA, duplicated2, trimSum),
- operations on data frames (frameApply, wideByFactor),
- value of last evaluated expression (ans), and
- wrapper for sample that ensures consistent behavior for both scalar and
vector arguments (resample).
Installation
The package can be installed from CRAN using the install.packages command:
R
install.packages("gdata")
Usage
For a summary of the package:
R
library(gdata)
?gdata
Development
The package is developed openly on GitHub.
Feel free to open an issue there if you encounter problems or have suggestions for future versions.
The current development version can be installed using:
R
library(remotes)
install_github("r-gregmisc/gdata")
Owner
- Name: r-gregmisc
- Login: r-gregmisc
- Kind: organization
- Repositories: 10
- Profile: https://github.com/r-gregmisc
GitHub Events
Total
- Release event: 1
- Delete event: 3
- Push event: 6
- Create event: 1
Last Year
- Release event: 1
- Delete event: 3
- Push event: 6
- Create event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| warnes | w****s@4****4 | 113 |
| Arni Magnusson | t****i@g****m | 55 |
| Gregory R Warnes | g****g@w****t | 40 |
| Arni Magnusson | a****n@i****k | 12 |
| Michael Chirico | m****o@g****m | 1 |
| Scott Kostyshak | s****k@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 11
- Total pull requests: 3
- Average time to close issues: almost 2 years
- Average time to close pull requests: 5 months
- Total issue authors: 6
- Total pull request authors: 3
- Average comments per issue: 3.36
- Average comments per pull request: 0.33
- Merged pull requests: 3
- 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
- warnes (4)
- MichaelChirico (2)
- arni-magnusson (2)
- tonyliang19 (1)
- bersbersbers (1)
- mayhaw (1)
Pull Request Authors
- scottkosty (1)
- arni-magnusson (1)
- MichaelChirico (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 32,185 last-month
- Total docker downloads: 34,893,965
- Total dependent packages: 92
- Total dependent repositories: 349
- Total versions: 33
- Total maintainers: 1
cran.r-project.org: gdata
Various R Programming Tools for Data Manipulation
- Homepage: https://github.com/r-gregmisc/gdata
- Documentation: http://cran.r-project.org/web/packages/gdata/gdata.pdf
- License: GPL-3
-
Latest release: 3.0.1
published over 1 year ago