forked from gaborcsardi/prompt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.39 KB
/
Copy pathDESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.39 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
<<<<<<< HEAD
Package: promptr
Title: Dynamic R Prompt
Version: 1.0.1
Authors@R: c(
person("Gabor", "Csardi", email = "csardi.gabor@gmail.com", role = c("cre", "aut")),
person("Christoph", "Stepper", email = "christoph.stepper@gmail.com", role = c("aut"))
)
Description: Set the R prompt dynamically, from a function.
=======
Package: prompt
Title: Dynamic 'R' Prompt
Version: 1.0.0.9000
Author: Gábor Csárdi
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
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.
>>>>>>> upstream/main
License: MIT + file LICENSE
URL: https://github.com/gaborcsardi/prompt
BugReports: https://github.com/cstepper/promptr/issues
Imports:
cli
Suggests:
callr,
gert,
mockery,
pkgload,
ps (>= 1.6.0),
R6,
rstudioapi,
testthat,
withr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9000
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3