knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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:

devtools::install_github("SticsRPacks/SticsPubRTools@*release")
# 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


SticsRPacks/SticsPubRTools documentation built on June 13, 2025, 9:13 p.m.