Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.04 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.04 KB

SticsPubRTools

The goal of SticsPubRTools is to …

Prerequisites and technical tips

Installation

The package installation can be done directly from GitHub using either devtools or the lightweight one remotes package

The last release version can be installed using:

  • With devtools
devtools::install_github("SticsRPacks/SticsPubRTools@*release")
  • With remotes
# install.packages("remotes")
remotes::install_github("SticsRPacks/SticsPubRTools@*release")

Or the current development version can be installed using:

devtools::install_github("SticsRPacks/SticsPubRTools")

Normaly, all the package dependencies will be installed for CRAN packages.

Example

This is a basic example which shows you how to solve a common problem:

library(SticsPubRTools)
## basic example code