mhelke / ChessComClubManagement

MIT License
1 stars 0 forks source link

ChessComClubManagement

Overview

ChessComClubManagement is a convenient package that can fetch useful information on your club to help you better manage members. All you need to know is the club ID and soon you'll have all the useful stats you need for effective data processing.

Member Information:

Team Match Leaderboard

Match Results

Match Management

Find players who do not qualify to participate in a match on the following criteria:

Team Recruitment

Recruit users to join your team based on the following criteria:

How to install

Option 1: Download the release

  1. Download the latest package release
  2. Download the latest Rtools stable release version here if not previously installed: https://cran.r-project.org/bin/windows/Rtools/
  3. In the terminal, run R CMD INSTALL -build -I [path to downloaded asset]
  4. From the R console, run install.packages("[path to downloaded asset]", repors=NULL, type="source")

Option 2: Install from GitHub

  1. Download the latest Rtools stable release version here if not previously installed: https://cran.r-project.org/bin/windows/Rtools/
  2. Install the package devtools from CRAN: install.packages('devtools')
  3. Run the following command from the R console: devtools::install_github('mhelke/ChessComClubManagement')

Author

Matthew Helke

Contributing

Issues, and feature requests are welcome! Please add your request to the issues page

License

Copyright (c) 2023 Matthew Helke

This project is MIT licensed