-
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
50f641d
commit c3baa1c
Showing
2 changed files
with
8 additions
and
6 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,3 +1,3 @@ | ||
Version: 3.0.0 | ||
Date: 2024-06-11 01:26:22 UTC | ||
SHA: 6573ebc67a7a939cb8d22cc40162161c7974f0b7 | ||
Version: 3.0.1 | ||
Date: 2024-06-11 13:50:35 UTC | ||
SHA: 50f641d2edb3328c52f773fa6baa78d2a6669cac |
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 |
---|---|---|
|
@@ -6,9 +6,8 @@ | |
R package and Rstudio Addin to sync its settings, keymaps and keyboard shortcuts, using Google Drive. | ||
|
||
## Installation | ||
Planning to submit to CRAN, but for now you can install it from github: | ||
```r | ||
devtools::install_github("notPlancha/settingsSync") | ||
install.packages("settinsSync") | ||
# or | ||
pak::pak("notPlancha/settingsSync") | ||
# or pak::pak("notPlancha/[email protected]") If you want a specific version | ||
|
@@ -28,7 +27,10 @@ pixi install | |
pixi run hook-install | ||
``` | ||
should do the trick. After that open the project in Rstudio. If you want to | ||
install the exact packages, then run `pak::lockfile_install()`. | ||
install the exact package versions I used, then run `pak::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](https://github.com/conda-forge/r-base-feedstock/issues/248) and they don't work well with rstudio (and [rstudio in conda is also not updated as of writing](https://github.com/conda-forge/rstudio-feedstock/issues/29)). | ||
|