Last data update: 2014.03.03

orgR

Package: orgR
Type: Package
Title: Analyse Text Files Created by Emacs' Org mode
Version: 0.9.0
Date: 2014-12-15
Author: Yi Tang
Maintainer: Yi Tang <yi.tang.uk@me.com>
Description: Provides functionality to process text files created by Emacs' Org mode, and decompose the content to the smallest components (headlines, body, tag, clock entries etc). Emacs is an extensible, customizable text editor and Org mode is for keeping notes, maintaining TODO lists, planning projects. Allows users to analyze org files as data frames in R, e.g., to convieniently group tasks by tag into project and calculate total working hours. Also provides some help functions like search.parent, gg.pie (visualise working hours in ggplot2) and tree.headlines (visualise headline stricture in tree format) to help user managing their complex org files.
License: GPL (>= 2)
Depends: ggthemes (>= 1.7.0), ggplot2 (>= 1.0.0), lubridate (>= 1.3.3),
data.table (>= 1.9.4), stringr (>= 0.6.2)
Packaged: 2014-12-19 15:02:11.908 UTC; yitang
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-12-20 07:48:40

● 0 images, 7 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'orgR' ...
** package 'orgR' successfully unpacked and MD5 sums checked
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'orgR'
    finding HTML links ... done
    GetClockTable                           html  
    GetHeadlines                            html  
    ToISOdate                               html  
    orgR                                    html  
    search.parent                           html  
    time.stampe                             html  
    tree.headings                           html  
** building package indices
** testing if installed package can be loaded
* DONE (orgR)
Making 'packages.html' ... done