#
# You can learn more about package authoring with RStudio at:
#
# http://r-pkgs.had.co.nz/
#
# Some useful keyboard shortcuts for package authoring:
#
# Build and Reload Package: 'Cmd + Shift + B'
# Check Package: 'Cmd + Shift + E'
# Test Package: 'Cmd + Shift + T'
# library(roxygen2)
# library(devtools)
# setwd('~/Dropbox/HA-Spise2018/R4SPISE2018')
# NOTE: a big problem with GITHUB
# the file ~/.ssh/id_rsa needs to be u+wr for github to work on some
# computers and uga+r on some other computers.
# Of course, the error is rather cryptic.
#
# Documentation with roxygen2
#' @title
#' The R4SPISE2018 package provides utilities
#' (data sets, vignettes, scripts, etc.) for the SPISE 2018 Advanced
#' Workshop in Sensory Evaluation (Vietnam 07/23/2018 to 07/26/2018).
#'
#'@description
#' The R4SPISE2018 package is
#' a companion of the SPISE2018
#' Advanced Workshop on Sensory Evaluation
#' (07/23/2018 to 07/26/2018, for details see:
#' \url{http://sensorylab.hcmut.edu.vn/spise2018/}).
#' It provides
#' datasets, vignettes, scripts, and various utilities.
#'
#' For more help (especially on how to install
#' the vignettes), read the README.md file.
#'@author Herve Abdi \email{herve@utdallas.edu}
#'@docType package
#'@name R4SPISE2018
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.