public
Description: An alternative profiling package for R
Homepage: http://had.co.nz/profr
Clone URL: git://github.com/hadley/profr.git
Click here to lend your support to: profr and make a donation at www.pledgie.com !
profr / DESCRIPTION
100644 13 lines (13 sloc) 0.443 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
Package: profr
Type: Package
Title: An alternative display for profiling information
Version: 0.1.1
Date: 2008-05-02
Author: Hadley Wickham <h.wickham@gmail.com>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
Description: profr provides an alternative data structure and visual rendering for the profiling information generated by Rprof.
URL: http://had.co.nz/profr
Depends: R (>= 2.6.2), digest
Suggests: ggplot2
License: MIT
LazyData: true