From c3baa1c5d067383797344e5bd4a3989810231332 Mon Sep 17 00:00:00 2001 From: notPlancha Date: Thu, 13 Jun 2024 17:45:08 +0100 Subject: [PATCH] CRAN submission sucessful --- CRAN-SUBMISSION | 6 +++--- README.md | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 7bcd2cf..dd77735 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -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 diff --git a/README.md b/README.md index a7e3df3..52377d3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)).