R/faroutman.r

# Copyright 2021-2021 Steven E. Pav. All Rights Reserved.
# Author: Steven E. Pav
#
# This file is part of faroutman.
#
# faroutman is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# faroutman is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with faroutman.  If not, see <http://www.gnu.org/licenses/>.

# Created: 2021-04-01
# Copyright: Steven E. Pav, 2021
# Author: Steven E. Pav
# Comments: Steven E. Pav

#' Shiny Fractal Viewer.
#' 
#' @section Legal Mumbo Jumbo:
#'
#' faroutman is distributed in the hope that it will be useful,
#' but WITHOUT ANY WARRANTY; without even the implied warranty of
#' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#' GNU Lesser General Public License for more details.
#'
#' @template etc
#'
#' @import shiny Rcpp dplyr ggplot2 viridis
#'
#' @name faroutman
#' @rdname faroutman
#' @docType package
#' @title shiny fractal viewer
#' @keywords package
#' @useDynLib faroutman
#' @importFrom Rcpp evalCpp
#' @exportPattern "^[[:alpha:]]+"
#' @note
#' 
#' This package is maintained as a hobby. 
#'
NULL

#' @title News for package 'faroutman':
#'
#' @description 
#'
#' News for package \sQuote{faroutman}
#'
#' \newcommand{\CRANpkg}{\href{https://cran.r-project.org/package=#1}{\pkg{#1}}}
#' \newcommand{\faroutman}{\CRANpkg{faroutman}}
#'
#' @section \faroutman{} Initial Version 0.1.0 (2021-04-01) :
#' \itemize{
#' \item first CRAN release.
#' }
#'
#' @name faroutman-NEWS
#' @rdname NEWS
NULL

#for vim modeline: (do not edit)
# vim:fdm=marker:fmr=FOLDUP,UNFOLD:cms=#%s:syn=r:ft=r
shabbychef/faroutman documentation built on March 28, 2023, 10:42 p.m.