Package: git2r
Title: Provides Access to Git Repositories
Description: Interface to the libgit2 library, which is a pure C
    implementation of the Git core methods. Provides access to Git
    repositories to extract data and running some basic git commands.
Version: 0.6
Date: 2015-02-18
License: GPL-2
Copyright: See COPYRIGHTS file.
URL: https://github.com/ropensci/git2r
BugReports: https://github.com/ropensci/git2r/issues
Maintainer: Stefan Widgren <stefan.widgren@gmail.com>
Author: See AUTHORS file.
Depends: R (>= 3.0.2), methods
Type: Package
LazyData: true
Biarch: true
NeedsCompilation: yes
SystemRequirements: zlib headers and library. While the package
        provides git functionality without the need for dependencies,
        it can make use of a few libraries to add to it: OpenSSL
        (non-Windows) to talk over HTTPS and provide the SHA-1
        functions. LibSSH2 to enable the SSH transport. iconv (OSX) to
        handle the HFS+ path encoding peculiarities.
Collate: 'S4_classes.r' 'blame.r' 'blob.r' 'branch.r' 'checkout.r'
        'commit.r' 'config.r' 'contributions.r' 'credential.r' 'diff.r'
        'fetch.r' 'git2r.r' 'index.r' 'libgit2.r' 'merge.r' 'note.r'
        'odb.r' 'pull.r' 'push.r' 'reference.r' 'reflog.r' 'remote.r'
        'repository.r' 'reset.r' 'signature.r' 'stash.r' 'status.r'
        'tag.r' 'time.r' 'tree.r' 'when.r'
Packaged: 2015-02-18 19:11:20 UTC; stefan
Repository: CRAN
Date/Publication: 2015-02-19 00:11:37
