-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
30 lines (30 loc) · 846 Bytes
/
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
Package: archivist.github
Version: 0.2.5
Type: Package
Title: Tools for Archiving, Managing and Sharing R Objects via GitHub
Authors@R: c(
person("Marcin", "Kosinski", role = c("aut", "cre"),
email = "[email protected]"),
person("Przemyslaw", "Biecek", role = c("aut"),
email = "[email protected]")
)
Description: The extension of the 'archivist' package integrating the archivist with GitHub via GitHub API, 'git2r' packages and 'httr' package.
Repository: CRAN
License: GPL-2
LazyLoad: yes
LazyData: yes
Depends:
R (>= 3.2.0),
archivist
Imports:
httr,
git2r,
jsonlite,
digest
Suggests:
knitr
BugReports: https://github.com/MarcinKosinski/archivist.github/issues
URL: http://marcinkosinski.github.io/archivist.github/
RoxygenNote: 6.0.1
NeedsCompilation: no
VignetteBuilder: knitr