File: DESCRIPTION

package info (click to toggle)
r-cran-git2r 0.35.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,956 kB
  • sloc: ansic: 8,203; sh: 4,104; makefile: 7
file content (56 lines) | stat: -rw-r--r-- 2,333 bytes parent folder | download
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
Type: Package
Package: git2r
Title: Provides Access to Git Repositories
Authors@R: c(person("Stefan", "Widgren", role = c("aut", "cre"),
                    email = "stefan.widgren@gmail.com",
                    comment = c(ORCID = "0000-0001-5745-2284")),
             person("Gabor", "Csardi", role = "ctb"),
             person("Gregory", "Jefferis", role = "ctb"),
             person("Jennifer", "Bryan", role = "ctb"),
             person("Jeroen", "Ooms", role = "ctb"),
             person("Jim", "Hester", role = "ctb"),
             person("John", "Blischak", role = "ctb"),
             person("Karthik", "Ram", role = "ctb"),
             person("Peter", "Carbonetto", role = "ctb"),
             person("Scott", "Chamberlain", role = "ctb"),
             person("Thomas", "Rosendal", role = "ctb"))
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.35.0
License: GPL-2
URL: https://docs.ropensci.org/git2r/,
        https://github.com/ropensci/git2r
BugReports: https://github.com/ropensci/git2r/issues
Imports: graphics, utils
Depends: R (>= 4.0)
Suggests: getPass
NeedsCompilation: yes
SystemRequirements: libgit2 (>= 1.0): libgit2-devel (rpm) or
        libgit2-dev (deb)
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: 7.3.2
Packaged: 2024-10-20 07:43:12 UTC; stefan
Author: Stefan Widgren [aut, cre] (<https://orcid.org/0000-0001-5745-2284>),
  Gabor Csardi [ctb],
  Gregory Jefferis [ctb],
  Jennifer Bryan [ctb],
  Jeroen Ooms [ctb],
  Jim Hester [ctb],
  John Blischak [ctb],
  Karthik Ram [ctb],
  Peter Carbonetto [ctb],
  Scott Chamberlain [ctb],
  Thomas Rosendal [ctb]
Maintainer: Stefan Widgren <stefan.widgren@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-20 23:00:02 UTC