BSDA
R package for "Basic Statistics and Data Analysis" web page: https://alanarnholt.github.io/BSDA/
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
3 of 3 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.7%) to scientific vocabulary
Repository
R package for "Basic Statistics and Data Analysis" web page: https://alanarnholt.github.io/BSDA/
Basic Info
Statistics
- Stars: 9
- Watchers: 1
- Forks: 11
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
BSDA
Version 1.2.2
Alan T. Arnholt
BSDA: Functions and data sets for the text Basic Statistics and Data Analysis
Please report any bugs or suggestions at: https://github.com/alanarnholt/BSDA/issues.
Installation
The stable version of the package is available for download from .
You may install the most recent development version of BSDA using the devtools function install_github().
However, you need to make sure you're set up to develop packages. This is platform specific:
- On Windows, download and install Rtools.
- On the Mac, make sure you have Xcode installed.
- On Linux, make sure you have the R-dev packages installed.
You can check everything is installed correctly with the has_devel() function from the devtools package. Type the following at
the R prompt:
r
install.packages("devtools", dependencies = TRUE)
devtools::has_devel()
If everything is installed correctly, the function will print some output and then return TRUE.
To install the BSDA package, type the following at the R prompt:
r
devtools::install_github('alanarnholt/BSDA')
It is possible to install BSDA with GIT and the R CMD build assuming you have GIT installed and the appropriate tools to build R from source.
bash
git clone https://github.com/alanarnholt/BSDA.git
R CMD build BSDA
R CMD INSTALL BSDA_*.tar.gz
Owner
- Name: Alan T. Arnholt
- Login: alanarnholt
- Kind: user
- Location: Boone, NC
- Company: Appalachian State University
- Website: https://alanarnholt.github.io
- Repositories: 23
- Profile: https://github.com/alanarnholt
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Alan Arnholt | a****t@a****u | 121 |
| Susie Arnholt | a****r@a****u | 9 |
| Ben Evans | b****s@t****u | 7 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 2
- Total pull requests: 24
- Average time to close issues: 1 day
- Average time to close pull requests: about 1 month
- Total issue authors: 2
- Total pull request authors: 4
- Average comments per issue: 7.0
- Average comments per pull request: 0.88
- Merged pull requests: 19
- 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
- pjrramos (1)
- gdunster (1)
Pull Request Authors
- susiearnholt (9)
- nebsnave (8)
- alanarnholt (6)
- erinkreiling (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 9,066 last-month
- Total docker downloads: 133,319
- Total dependent packages: 9
- Total dependent repositories: 13
- Total versions: 6
- Total maintainers: 1
cran.r-project.org: BSDA
Basic Statistics and Data Analysis
- Homepage: https://github.com/alanarnholt/BSDA
- Documentation: http://cran.r-project.org/web/packages/BSDA/BSDA.pdf
- License: GPL-3
-
Latest release: 1.2.2
published almost 3 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 2.10 depends
- lattice * depends
- e1071 * imports
- dplyr * suggests
- ggplot2 >= 2.1.0 suggests
- tidyr * suggests