-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 941 Bytes
/
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
Package: RADins
Type: Package
Title: Useful RStudio Add-ins for Pasting File Paths and More
Version: 0.1.0
Author: person("Timothy", "Gummer", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Tim Gummer <[email protected]>
Description: This package began as a solitary add-in that converted Windows file paths into add-in for which this package gets its name is useful for converting Windows file paths into something useable in R by replacing back slashes with forward slashes.
It is recommended that this add-in is assigned to the shortcut, Ctrl+Shift+V. The other shortcuts in this package perform other tasks mainly relating to copying and pasting.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/t-gummer/RADins
Depends:
R (>= 3.5.0)
Imports:
stringr,
magrittr,
rstudioapi,
clipr,
purrr,
dplyr,
jsonlite,
utils
RoxygenNote: 7.0.2