-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 910 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
25
26
27
28
29
30
31
32
33
34
35
36
Type: Package
Package: RStudioBackupPrefs
Title: Easily Backup your RStudio Preferences and Import Them on from
GitHub
Version: 0.1.0
Author: Minh-Anh Huynh
Maintainer: Minh-Anh Huynh <[email protected]>
Description: The package provides a few short functions that automates
backup locally or to GitHub and import from local or GitHub files.
License: MIT + file LICENSE
URL: https://github.com/Minh-AnhHuynh/RStudioBackupPrefs,
https://minh-anhhuynh.github.io/RStudioBackupPrefs/
BugReports: https://github.com/Minh-AnhHuynh/RStudioBackupPrefs/issues
Imports:
cli,
fs,
gert,
glue,
httr,
rappdirs,
rstudioapi,
stringr,
usethis,
yesno
Suggests:
assertthat,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1