inst/doc/a-install-your-working-environment.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----eval=FALSE---------------------------------------------------------------
# # To install Rmonize from CRAN:
# install.packages("Rmonize")
# 
# # To install Rmonize from Github:
# remotes::install_github(
#   repo = "https://github.com/maelstrom-research/Rmonize",
#   ref = "main")
# 
# # Load the package
# library(Rmonize)

## ----eval=FALSE---------------------------------------------------------------
# # Install package car from CRAN
# install.packages("car")

## ----eval=FALSE---------------------------------------------------------------
# # Get package documentation in R
# ?Rmonize
# help("Rmonize")
# 
# # Access the website with a function
# Rmonize_website()

## ----eval=FALSE---------------------------------------------------------------
# # See available examples
# names(Rmonize_examples)
# 
# # Downloadable templates are also available
# Rmonize_templates()

Try the Rmonize package in your browser

Any scripts or data that you put into this service are public.

Rmonize documentation built on July 1, 2025, 1:10 a.m.