-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
24 lines (24 loc) · 1.17 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
Package: CodeDepends
Version: 0.6.6.1
Title: Analysis of R Code for Reproducible Research and Code Comprehension
Description: Tools for analyzing R expressions
or blocks of code and determining the dependencies between them.
It focuses on R scripts, but can be used on the bodies of functions.
There are many facilities including the ability to summarize or get a high-level
view of code, determining dependencies between variables, code improvement
suggestions.
Author: Duncan Temple Lang, Roger Peng, Deborah Nolan, Gabriel Becker
Maintainer: Gabriel Becker <[email protected]>
License: GPL
URL: https://github.com/duncantl/CodeDepends
BugReports: https://github.com/duncantl/CodeDepends/issues
Depends: methods
Imports: codetools, graph, XML, utils
Suggests: Rgraphviz, RUnit, knitr, highlight, RJSONIO, RCurl, Rcpp
VignetteBuilder: knitr
Collate: classes.R librarySymbols.R functionHandlers.R codeDepends.R sectionDepends.R sweave.R xml.R
jss.R frags.R codeTypes.R gc.R graph.R parallel.R
deps.R separateBlocks.R callGraph.R isPlot.R isOutput.R
refScript.R sideEffects.R
highlightCode.R freeVariables.R
convenienceFuns.R