BSDA

R package for "Basic Statistics and Data Analysis" web page: https://alanarnholt.github.io/BSDA/

https://github.com/alanarnholt/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
Last synced: 11 months ago · JSON representation

Repository

R package for "Basic Statistics and Data Analysis" web page: https://alanarnholt.github.io/BSDA/

Basic Info
  • Host: GitHub
  • Owner: alanarnholt
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 85.8 MB
Statistics
  • Stars: 9
  • Watchers: 1
  • Forks: 11
  • Open Issues: 0
  • Releases: 1
Created over 10 years ago · Last pushed almost 3 years ago
Metadata Files
Readme

README.md

BSDA

Version 1.2.2

Downloads from the RStudio CRAN mirror

CRAN version

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 CRAN_Status_Badge.

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

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 137
  • Total Committers: 3
  • Avg Commits per committer: 45.667
  • Development Distribution Score (DDS): 0.117
Past Year
  • Commits: 6
  • Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 6
  • Dependent Packages: 9
  • Dependent Repositories: 13
  • Downloads: 9,066 Last month
  • Docker Downloads: 133,319
Rankings
Downloads: 3.1%
Dependent packages count: 6.1%
Forks count: 6.3%
Dependent repos count: 8.0%
Average: 11.9%
Stargazers count: 20.6%
Docker downloads count: 27.3%
Maintainers (1)
Last synced: 12 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • lattice * depends
  • e1071 * imports
  • dplyr * suggests
  • ggplot2 >= 2.1.0 suggests
  • tidyr * suggests