diff --git a/DESCRIPTION b/DESCRIPTION index f89b3cc..4ebbc44 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,16 +1,16 @@ Package: prompt -Title: Dynamic R Prompt +Title: Dynamic 'R' Prompt Version: 1.0.0 Author: Gábor Csárdi Maintainer: Gábor Csárdi -Description: Set the R prompt dynamically, from a function. The package +Description: Set the 'R' prompt dynamically, from a function. The package contains some examples to include various useful dynamic information in the prompt: the status of the last command (success or failure); - the amount of memory allocated by the current R process; the name of - the R package(s) loaded by pkgload and/or devtools; various git + the amount of memory allocated by the current 'R' process; the name of + the R package(s) loaded by 'pkgload' and/or 'devtools'; various 'git' information: the name of the active branch, whether it is dirty, if it needs pushes pulls. You can also create your own prompt if you - don't like the pre-defined examples. + don't like the predefined examples. License: MIT + file LICENSE URL: https://github.com/gaborcsardi/prompt BugReports: https://github.com/gaborcsardi/prompt/issues