-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
32 lines (32 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: prompt
Title: Dynamic 'R' Prompt
Version: 1.0.2.9000
Author: Gábor Csárdi
Maintainer: Gábor Csárdi <[email protected]>
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'
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 predefined examples.
License: MIT + file LICENSE
URL: https://github.com/gaborcsardi/prompt
BugReports: https://github.com/gaborcsardi/prompt/issues
Imports:
cli
Suggests:
callr,
gert,
mockery,
pkgload,
ps (>= 1.6.0),
R6,
rstudioapi,
testthat,
withr
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3