forked from ropensci/git2r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
69 lines (69 loc) · 1.56 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
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.26.1
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.
Imports:
graphics,
utils
Depends:
R (>= 3.1)
Suggests:
getPass
Type: Package
LazyData: true
Biarch: true
NeedsCompilation: yes
SystemRequirements: By default, git2r uses a system installation of
the libgit2 headers and library. However, if a system installation
is not available, builds and uses a bundled version of the libgit2
source. zlib headers and library. OpenSSL headers and library
(non-macOS). LibSSH2 (optional on non-Windows) to enable the SSH
transport.
Collate:
'blame.R'
'blob.R'
'branch.R'
'bundle_r_package.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'
'plot.R'
'pull.R'
'punch_card.R'
'push.R'
'reference.R'
'reflog.R'
'refspec.R'
'remote.R'
'repository.R'
'reset.R'
'revparse.R'
'sha.R'
'signature.R'
'stash.R'
'status.R'
'tag.R'
'time.R'
'tree.R'
'when.R'
Encoding: UTF-8
RoxygenNote: 6.1.1