forked from r-lib/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 1.03 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
Package: devtools
Title: Tools to make developing R code easier
Version: 0.7.1
Author: Hadley Wickham <[email protected]>
Maintainer: Hadley Wickham <[email protected]>
Description: Collection of package development tools
Depends:
R (>= 2.15)
Imports:
httr,
RCurl,
utils,
tools,
memoise
Suggests:
testthat,
roxygen2,
BiocInstaller
License: MIT
Collate:
'bash.r'
'build.r'
'check.r'
'check-cran.r'
'common-mistakes.r'
'devel-mode.r'
'document.r'
'file-cache.r'
'has-devel.r'
'install.r'
'load-c.r'
'load-code.r'
'load-data.r'
'load.r'
'news.r'
'package-deps.r'
'package-env.r'
'package.r'
'release.r'
'reload.r'
'run-examples.r'
'system.r'
'test.r'
'vignettes.r'
'zzz.r'
'wd.r'
'source.r'
'decompress.r'
'install-github.r'
'install-url.r'
'install-version.r'
'install-gitorious.r'
'missing-s3.r'
'run-source.r'
'dependencies.r'
'with.r'
'install-bitbucket.r'
'path.r'