Encoding: UTF-8
Package: kimisc
Type: Package
Title: Kirill's miscellaneous functions
Version: 0.2-1
Date: 2014-04-02
Author: Kirill Mueller
Maintainer: Kirill Mueller <mail@kirill-mueller.de>
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
Suggests: testthat
URL: https://github.com/krlmlr/kimisc
BugReports: https://github.com/krlmlr/kimisc/issues
Roxygen: list(wrap = FALSE)
Collate: 'coalesce_na.R' 'export.R' 'gdiff.R' 'hms_to_seconds.R'
        'in_interval.R' 'kimisc-package.R' 'nlist.R' 'ofactor.R'
        'sample_data_frame.R' 'seconds_to_hms.R' 'thisfile.R' 'tll.R'
Packaged: 2014-04-02 08:47:17 UTC; muelleki
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-04-02 11:55:48
Built: R 3.1.0; ; 2014-04-04 12:23:09 UTC; unix
