Skip to content

Commit

Permalink
CRAN submission sucessful
Browse files Browse the repository at this point in the history
  • Loading branch information
notPlancha committed Jun 13, 2024
1 parent 50f641d commit c3baa1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
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
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/settingsSync@2.0.0") If you want a specific version
Expand All @@ -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)).
Expand Down

0 comments on commit c3baa1c

Please sign in to comment.