-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
30 lines (30 loc) · 1.14 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
Package: pathformatr
Type: Package
Title: Format File Paths To Be Platform-Independent
Version: 0.1.0.900
Authors@R: c(
person("Luke", "McGuinness",
role = c("aut", "cre"),
email = "[email protected]"))
Description: This package allows users to easily (re-)format standard file paths
in here::here() or file.path() function calls to be platform-independent by
separating the file path string into its component parts and then quoting
and comma-separating each elements. This is particularly useful as it allows
for users to complete file paths using RStudio's built-in auto-complete
functionality, and then rapidly reformat the resulting path for use with
here::here() or file.path(). For ease of use, an RStudio AddIn allows for
the functionality to be mapped to a keyboard shortcut.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
rstudioapi (>= 0.11),
stringr (>= 1.4),
magrittr
Suggests:
testthat,
spelling
Language: en-US
URL: https://github.com/mcguinlu/pathformatr
BugReports: https://github.com/mcguinlu/pathformatr/issues