arnaud-m / XLUniv

A collection of excel workbooks for managing students in a French University (UNS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package XLUniv

https://img.shields.io/badge/License-MIT-yellow.svg

The XLUniv package provides a collection of excel workbooks for managing students in a French University (UNS).

You must choose between installing the package from github or from source (for more advanced users).

Prerequisites

This project works on 32 bits and 64 bits environment. This project requires:

  • R 3.2+
  • Downloaded and installed via the R function install.packages.
    • devtools: Tools to Make Developing R Packages Easier (Build and Install only)

Installing

From Github

Install directly from github without downloading a local copy the project.

install.packages("devtools") # if needed
library(devtools)
devtools::install_github("arnaud-m/XLUniv")

From Source

Download a local copy of the project, open a R session in the project directory, and execute.

install.packages("devtools") # if needed
library(devtools)
devtools::install()

Check the devtools Cheat Sheet.

TODO Executing

Once the project has been installed (see “Installing”), execute the example of

library(XLUniv)

Documentation

Look for general information about the package in the R console.

library(help=XLUniv)

Look for the package documentation in the R console.

License

Copyright (c) 2018, Arnaud Malapert, Université Côte d’Azur, CNRS, I3S, France

This software is distributed under a MIT License.

About

A collection of excel workbooks for managing students in a French University (UNS)

License:Other


Languages

Language:R 100.0%