README.md

Test: R Package

This package doesnt do anything but prints 'Hello world, it's Luca!'

Installation:

# first install the R package "devtools" if not installed
devtools::install_github('lucacerab/RPkgTest') 

Usage

Load the package

require(Test)

The only function of the package is hello() and prints "Hello world, it's Luca!"

hello()


lucacerab/RPkgTest documentation built on Jan. 20, 2020, 12:08 a.m.