inst/doc/vgn_01_Installation.R

## ---- include = FALSE---------------------------------------------------------
#####################################################################################
library(devtools)

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

## ----eval = FALSE-------------------------------------------------------------
#  install.packages("isobxr")

## ----eval = FALSE-------------------------------------------------------------
#  install.packages("devtools")

## ----eval = FALSE-------------------------------------------------------------
#  devtools::install_github("ttacail/isobxr/isobxr", build_vignettes = TRUE) # FALSE if no pandoc/Rstudio

## ----eval = FALSE-------------------------------------------------------------
#  library(isobxr)

## ----eval = FALSE-------------------------------------------------------------
#  packageDescription("isobxr")

## ----eval = FALSE-------------------------------------------------------------
#  browseVignettes("isobxr")

## ----eval = FALSE-------------------------------------------------------------
#  workdir <- "/Users/username/Documents/1_ABC_tutorial"
#  # or
#  workdir <- "use_isobxr_demonstration_files"

Try the isobxr package in your browser

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

isobxr documentation built on Aug. 23, 2023, 5:06 p.m.