Skip to content

Commit

Permalink
Added more ggplot operators.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed May 22, 2013
1 parent 2aa266a commit ef18a16
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 17 deletions.
13 changes: 7 additions & 6 deletions Readme.org
Expand Up @@ -8,7 +8,7 @@
- Author :: Matthew L. Fidler
- Maintainer :: Matthew Fidler
- Created :: Thu Jul 14 11:04:42 2011 (-0500)
- Version :: 0.78
- Version :: 0.79
- Last-Updated :: Mon Apr 9 15:27:09 2012 (-0500)
- By :: Matthew L. Fidler
- Update # :: 137
Expand Down Expand Up @@ -84,6 +84,7 @@ In addition the ess-smart-underscore attempts to work with noweb-mode

* History

- 22-May-2013 :: Added more ggplot operators. (Matthew L. Fidler)
- 21-May-2013 :: Added math to ggplot's functions... (Matthew L. Fidler)
- 21-May-2013 :: Added hook to R-mode to make it behave a little better. (Matthew L. Fidler)
- 15-May-2013 :: Fixed ess-smart-underscore to work in an inferior R process. (Matthew L. Fidler)
Expand All @@ -93,11 +94,11 @@ In addition the ess-smart-underscore attempts to work with noweb-mode
- 02-Feb-2012 :: Took out auto-installing. Most package managers don't want you to do this. (Matthew L. Fidler)
- 03-Aug-2011 :: Bug fix for parenthetical statement (Matthew L. Fidler)
- 20-Jul-2011 :: Changed to allow underscore instead of assign when inside a parenthetical statement. (Matthew L. Fidler)
- 15-Jul-2011 :: Bug fix for d[d$CMT == 2,"DV"] _ to produce d[d$CMT == 2,"DV"] <- (Matthew L. Fidler)* Functions
** Interactive Functions

** Internal Functions
* Variables
- 15-Jul-2011 :: Bug fix for d[d$CMT == 2,"DV"] _ to produce d[d$CMT == 2,"DV"] <- (Matthew L. Fidler)* Variables
** Customizable Variables

** Internal Variables
* Functions
** Interactive Functions

** Internal Functions
16 changes: 11 additions & 5 deletions ess-smart-underscore.el
Expand Up @@ -5,7 +5,7 @@
;; Author: Matthew L. Fidler
;; Maintainer: Matthew Fidler
;; Created: Thu Jul 14 11:04:42 2011 (-0500)
;; Version: 0.78
;; Version: 0.79
;; Last-Updated: Mon Apr 9 15:27:09 2012 (-0500)
;; By: Matthew L. Fidler
;; Update #: 137
Expand Down Expand Up @@ -86,6 +86,9 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Change Log:
;; 22-May-2013 Matthew L. Fidler
;; Last-Updated: Mon Apr 9 15:27:09 2012 (-0500) #137 (Matthew L. Fidler)
;; Added more ggplot operators.
;; 21-May-2013 Matthew L. Fidler
;; Last-Updated: Mon Apr 9 15:27:09 2012 (-0500) #137 (Matthew L. Fidler)
;; Added math to ggplot's functions...
Expand Down Expand Up @@ -189,23 +192,24 @@ This requires `ess-S-underscore-when-inside-paren' to be true.
:type 'boolean)

(defcustom ess-S-underscore-when-preceeding-words
'("aes"
'(
"add"
"math"
"aes"
"annotation"
"calc"
"continuous"
"coord"
"cut"
"discrete"
"element"
"expand"
"facet"
"geom"
"trans"
"gg"
"guide"
"label"
"last"
"math"
"mean"
"position"
"scale"
Expand All @@ -215,11 +219,13 @@ This requires `ess-S-underscore-when-inside-paren' to be true.
"scale_y"
"stat"
"theme"
"trans"
"translate"
"translate_qplot"
"update"
"update_"
"update_geom")
"update_geom"
)
"Things that should have underscores after them. "
:group 'ess-S
:type '(repeat
Expand Down
15 changes: 9 additions & 6 deletions ess-smart-underscore.info
Expand Up @@ -35,7 +35,7 @@ Ess Smart Underscore

* *Created* - Thu Jul 14 11:04:42 2011 (-0500)

* *Version* - 0.78
* *Version* - 0.79

* *Last-Updated* - Mon Apr 9 15:27:09 2012 (-0500)

Expand Down Expand Up @@ -135,6 +135,8 @@ File: ess-smart-underscore.info, Node: History, Prev: Installation, Up: ESS S
1.3 History
===========

* *22-May-2013* - Added more ggplot operators. (Matthew L. Fidler)

* *21-May-2013* - Added math to ggplot's functions... (Matthew L.
Fidler)

Expand All @@ -161,16 +163,17 @@ File: ess-smart-underscore.info, Node: History, Prev: Installation, Up: ESS S
inside a parenthetical statement. (Matthew L. Fidler)

* *15-Jul-2011* - Bug fix for d[dCMT " 2,"DV"] _ to produce d[dCMT "
2,"DV"] <- (Matthew L. Fidler)* Functions ### Interactive Functions
2,"DV"] <- (Matthew L. Fidler)* Variables ### Customizable
Variables

* Menu:

* Internal Functions::
* Internal Variables::


File: ess-smart-underscore.info, Node: Internal Functions, Up: History
File: ess-smart-underscore.info, Node: Internal Variables, Up: History

1.3.1 Internal Functions
1.3.1 Internal Variables
------------------------


Expand All @@ -181,7 +184,7 @@ Node: ESS Smart Underscore386
Node: Possible Dependencies1131
Node: Installation1384
Node: History3292
Node: Internal Functions4495
Node: Internal Variables4572

End Tag Table

Expand Down

0 comments on commit ef18a16

Please sign in to comment.