-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad1a8fa
commit 50f641d
Showing
9 changed files
with
44 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Type: Package | ||
Package: settingsSync | ||
Title: 'Rstudio' Addin to Sync Settings and Keymaps | ||
Version: 3.0.0 | ||
Version: 3.0.1 | ||
Description: Provides a 'Rstudio' addin to download, merge and upload 'Rstudio' | ||
settings and keymaps, essencially 'syncing them' at will. It uses Google Drive | ||
settings and keymaps, essentially 'syncing them' at will. It uses 'Google Drive' | ||
as a cloud storage to keep the settings and keymaps files. | ||
License: Apache License (== 2) | ||
URL: https://github.com/notPlancha/settingsSync | ||
|
@@ -24,3 +24,6 @@ NeedsCompilation: no | |
RoxygenNote: 7.3.1 | ||
Authors@R: | ||
person("André", "Plancha", , "[email protected]", role = c("aut", "cre")) | ||
Suggests: | ||
spelling | ||
Language: en-US |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ devtools::install_github("notPlancha/settingsSync") | |
pak::pak("notPlancha/settingsSync") | ||
# or pak::pak("notPlancha/[email protected]") If you want a specific version | ||
``` | ||
Version 2.0.0 is imcompatible with CRAN policies, because it writes the files by default but it has a generally better api because of it. | ||
Version 2.0.0 is incompatible with CRAN policies, because it writes the files by default but it has a generally better api because of it. | ||
Otherwise it's generally the same IMO. | ||
|
||
## Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Addin | ||
CMD | ||
JSON | ||
Keymaps | ||
Rstudio | ||
addin | ||
addins | ||
api | ||
conda | ||
config | ||
dir | ||
fromJSON | ||
gd | ||
github | ||
googledrive | ||
json | ||
jsonlite | ||
keymaps | ||
param | ||
params | ||
pixi | ||
pre | ||
rappdirs | ||
rstudio | ||
ss | ||
usethis |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
if(requireNamespace('spelling', quietly = TRUE)) | ||
spelling::spell_check_test(vignettes = TRUE, error = TRUE, | ||
skip_on_cran = TRUE) |