-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 739 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 739 Bytes
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
Type: Package
Package: rprofile.setup
Title: My Rprofile in a Handy R Package
Version: 0.2.3
Authors@R:
person("Colin", "Gillespie", , "csgillespie@gmail.com", role = c("aut", "cre"))
Maintainer: Colin Gillespie <csgillespie@gmail.com>
Description: My helper functions and set-up used in my .Rprofile. Moving
everything into a package makes it much easier to have helper
functions.
License: GPL-2 | GPL-3
Imports:
cli,
crayon,
gert,
glue,
memuse,
prettycode,
prompt,
remotes,
rlang,
rstudioapi,
stringr,
styler,
tibble
Suggests:
colorout,
testthat,
xaringan
Remotes:
gaborcsardi/prompt,
jalvesaq/colorout
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3