R/zipper.r

# Copyright 2017-2017 Steven E. Pav. All Rights Reserved.
# Author: Steven E. Pav

# This file is part of zipper.
#
# zipper 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.
#
# zipper 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 zipper.  If not, see <http://www.gnu.org/licenses/>.


#' @title Zip Sorted Arrays Together
#' 
#' @description
#'
#' That's all it does. zips them.
#'
#' @section Legal Mumbo Jumbo:
#'
#' zipper 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
#'
#' @name zipper-package
#' @rdname zipper-package
#' @docType package
#' @keywords package
#' @import Rcpp 
#' @useDynLib zipper
#' @importFrom Rcpp evalCpp
#' @exportPattern "^[[:alpha:]]+"
#'
NULL

#' @title News for package 'zipper':
#'
#' @description 
#'
#' News for package 'zipper'
#'
#' \newcommand{\CRANpkg}{\href{https://cran.r-project.org/package=#1}{\pkg{#1}}}
#' \newcommand{\cranzipper}{\CRANpkg{zipper}}
#' \newcommand{\zipper}{\href{https://github.com/shabbychef/zipper}}
#'
#' @section \zipper{} Initial Version 0.1.0 (2017-05-01) :
#' \itemize{
#' \item start work
#' }
#'
#' @name zipper-NEWS
#' @rdname NEWS
NULL

#for vim modeline: (do not edit)
# vim:fdm=marker:fmr=FOLDUP,UNFOLD:cms=#%s:syn=r:ft=r
shabbychef/zipper documentation built on April 5, 2021, 7:31 p.m.