settingssync
R package and Rstudio Addin to sync its settings, keymaps and keyboard shortcuts, using Google Drive.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.5%) to scientific vocabulary
Keywords
Repository
R package and Rstudio Addin to sync its settings, keymaps and keyboard shortcuts, using Google Drive.
Basic Info
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
settingsSync
R package and Rstudio Addin to sync its settings, keymaps and keyboard shortcuts, using Google Drive.
Installation
```r install.packages("settinsSync")
or
pak::pak("notPlancha/settingsSync")
or pak::pak("notPlancha/settingsSync@2.0.0") If you want a specific version
``` 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
You can directly call settingsSync::sync(), or use the Rstudio Addin (they do the same thing); and follow the instructions. The extension pulls the settings from Google Drive (if any), tries to merge them with the local settings (the package has conflict resolution), and then pushes the merged settings to Google Drive.
Contributing
I'm using pixi to ease development, and pre-commit. So after cloning:
```bash
scoop install pixi
pixi install
pixi run hook-install
``
should do the trick. After that open the project in Rstudio. If you want to
install the exact package versions I used, then runpak::lockfile_install()`.
All of this is optional, it just helps upkeep for me. If you know what you're doing, don't worry about it.
[!NOTE]
I didn't add R to pixi because Windows versions are not updated and they don't work well with rstudio (and rstudio in conda is also not updated as of writing).
Feel free to open an issue or a PR.
Owner
- Name: notPlancha
- Login: notPlancha
- Kind: user
- Location: Portugal
- Company: https://www.youtube.com/channel/UCsTPLeiyyuicywDOUuUyrJA
- Website: https://www.reddit.com/user/notPlancha
- Twitter: notPlancha
- Repositories: 11
- Profile: https://github.com/notPlancha
Trying my best notPlancha#1634 on discord
GitHub Events
Total
- Issues event: 1
- Watch event: 2
Last Year
- Issues event: 1
- Watch event: 2
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- notPlancha (1)
Pull Request Authors
- notPlancha (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 164 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: settingsSync
'Rstudio' Addin to Sync Settings and Keymaps
- Homepage: https://github.com/notPlancha/settingsSync
- Documentation: http://cran.r-project.org/web/packages/settingsSync/settingsSync.pdf
- License: Apache License (== 2)
-
Latest release: 3.0.2
published over 1 year ago