From 88d276421a9bb3016daece29546b802ab3e66fe3 Mon Sep 17 00:00:00 2001 From: notPlancha Date: Sun, 28 Jan 2024 18:52:18 +0000 Subject: [PATCH] updated R version dependency so r_oldrel --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8123c5b..c7de85b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: settingsSync Title: Rstudio Addin to Sync Settings and Keymaps -Version: 1.0.0 +Version: 1.0.1-0 Authors@R: person(, "notPlancha", , "Andre_Plancha@iscte-iul.pt", role = c("aut", "cre")) Author: notPlancha [aut, cre] @@ -12,7 +12,7 @@ License: Apache License (== 2) URL: https://github.com/notPlancha/settingsSync BugReports: https://github.com/notPlancha/settingsSync/issues Depends: - R (>= 4.3) + R (>= 4.2) Imports: cli, dplyr, @@ -22,4 +22,4 @@ Imports: rappdirs Encoding: UTF-8 NeedsCompilation: no -RoxygenNote: 7.3.0 +RoxygenNote: 7.3.1