#########################################################################/**
# @RdocPackage R.utils
#
# \description{
# @eval "getDescription(R.utils)"
#
# \emph{Warning}:
# The Application Programming Interface (API) of the classes and methods
# in this package may change. Classes and methods are considered either
# to be stable, or to be in beta or alpha (pre-beta) stage. See list
# below for details.
#
# The main reason for publishing this package on CRAN although it lacks
# a stable API, is that its methods and classes are used internally by
# other packages on CRAN that the author has published.
#
# For package history, see \code{showHistory(R.utils)}.
# }
#
# \section{Requirements}{
# This package requires the \pkg{R.oo} package [1].
# }
#
# \section{Installation and updates}{
#
# To install this package do:\cr
#
# \code{install.packages("R.utils")}
# }
#
# \section{To get started}{
# \describe{
# \item{\link{Arguments}}{[alpha] Methods for common argument processing.}
# \item{\link{Assert}}{[alpha] Methods for assertion of values and states.}
# \item{\link{GString}}{[alpha] A character string class with methods for
# simple substitution.}
# \item{\link{Java}}{[beta] Reads and writes Java streams.}
# \item{\link{Options}}{[alpha] Tree-structured options queried in a
# file-system like manner.}
# \item{\link{Settings}}{[alpha] An Options class for reading and writing
# package settings.}
# \item{\link{ProgressBar}}{[beta] Text-based progress bar.}
# \item{\link{FileProgressBar}}{[beta] A ProgressBar that reports progress
# as file size.}
# \item{\link{System}}{[alpha] Methods for access to system.}
# \item{\link{Verbose}}{[alpha] A class for verbose and log output.
# Utilized by the VComments and LComments classes.}
# \item{\link{SmartComments}, \link{VComments}, \link{LComments}}{[alpha]
# Methods for preprocessing source code comments of certain
# formats into R code.}
# }
# In addition to the above, there is a large set of function for file
# handling such as support for reading/following Windows Shortcut links,
# but also other standalone utility functions.
# See package index for a list of these.
# These should also be considered to be in alpha or beta stage.
# }
#
# \section{How to cite this package}{
# Whenever using this package, please cite [1] as
#
# @howtocite "R.oo"
# }
#
# \section{Wishlist}{
# Here is a list of features that would be useful, but which I have
# too little time to add myself. Contributions are appreciated.
# \itemize{
# \item Write a TclTkProgressBar class.
# \item Improve/stabilize the GString class.
# \item Mature the SmartComments classes. Also add AComments and
# PComments for assertion and progress/status comments.
# }
#
# If you consider implement some of the above, make sure it is not
# already implemented by downloading the latest "devel" version!
# }
#
# @author
#
# \section{License}{
# The releases of this package is licensed under
# LGPL version 2.1 or newer.
#
# The development code of the packages is under a private licence
# (where applicable) and patches sent to the author fall under the
# latter license, but will be, if incorporated, released under the
# "release" license above.
# }
#
# \section{References}{
# [1] @include "../incl/BengtssonH_2003.bib.Rdoc" \cr
# }
#*/#########################################################################
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.