Skip to content

lageIBUSP/notaR-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notaR-r

An R package to be used with notaR - https://github.com/lageIBUSP/notaR

Installation

To use notaR with a database backend, you first need to create the MySQL/MariaDB database, with commands such as:

CREATE DATABASE notaR;
CREATE USER notaR@localhost IDENTIFIED BY 'notaR';
GRANT ALL ON notaR.* to notaR@localhost;

Releases

No releases published

Packages

No packages published

Languages