Skip to content

Commit

Permalink
Quote in DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Mar 2, 2021
1 parent 0ae5f76 commit 5c7d384
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
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
Expand Down

0 comments on commit 5c7d384

Please sign in to comment.