Skip to content

Commit

Permalink
supply comprehensive description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Müller committed Mar 20, 2014
1 parent ace68cf commit 3d76330
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
10 changes: 8 additions & 2 deletions DESCRIPTION
Expand Up @@ -6,8 +6,14 @@ Version: 0.2
Date: 2014-03-20
Author: Kirill Mueller
Maintainer: Kirill Mueller <mail@kirill-mueller.de>
Description: A collection of more or less useful functions not found anywhere
else
Description: A collection of useful functions not found anywhere else, mainly
for programming: Generalized lagged differences, checking containment in an
interval, creating a factor where the levels maintain the order of
appearance, sampling rows from a data frame, converting seconds from
midnight to and from H:M:S format, choosing the first non-NA value,
transposing lists of lists, returning the name of the file currently
sourced, smart named lists and vectors, and an alternative interface to
assign().
License: GPL-3
Imports:
plyr
Expand Down
9 changes: 7 additions & 2 deletions R/kimisc-package.R
Expand Up @@ -2,8 +2,13 @@
#' @aliases kimisc
#' @docType package
#' @title Kirill's miscellaneous functions
#' @description This package a collection of more or less useful functions not
#' found anywhere else.
#' @description A collection of useful functions not found anywhere else, mainly
#' for programming: Generalized lagged differences, checking containment in an
#' interval, creating a factor where the levels maintain the order of appearance,
#' sampling rows from a data frame, converting seconds from midnight to and from
#' H:M:S format, choosing the first non-NA value, transposing lists of lists,
#' returning the name of the file currently sourced, smart named lists and
#' vectors, and an alternative interface to assign().
#' @author Kirill Müller
#' @keywords package
#' @details
Expand Down
9 changes: 7 additions & 2 deletions man/kimisc-package.Rd
Expand Up @@ -5,8 +5,13 @@
\alias{kimisc-package}
\title{Kirill's miscellaneous functions}
\description{
This package a collection of more or less useful functions not
found anywhere else.
A collection of useful functions not found anywhere else, mainly
for programming: Generalized lagged differences, checking containment in an
interval, creating a factor where the levels maintain the order of appearance,
sampling rows from a data frame, converting seconds from midnight to and from
H:M:S format, choosing the first non-NA value, transposing lists of lists,
returning the name of the file currently sourced, smart named lists and
vectors, and an alternative interface to assign().
}
\details{
\tabular{ll}{
Expand Down

0 comments on commit 3d76330

Please sign in to comment.