From 9b357dcb43a8c72c6610182fe3ddc53784a1fb91 Mon Sep 17 00:00:00 2001 From: "Steven Paul Sanderson II, MPH" Date: Wed, 24 Jan 2024 21:05:19 -0500 Subject: [PATCH 1/3] Fixes #214 --- DESCRIPTION | 2 +- NEWS.md | 9 +++++++++ R/utils-lib-loads.R | 10 ++-------- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e89df71..89ecafe 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,7 +9,7 @@ Description: The goal of this package will be to provide a simple interface for License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.0 URL: https://github.com/spsanderson/tidyAML BugReports: https://github.com/spsanderson/tidyAML/issues Depends: diff --git a/NEWS.md b/NEWS.md index c7f0c04..0f17a2f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,14 @@ # tidyAML (development version) +## Breaking Changes +None + +## New Features +None + +## Minor Fixes and Improvements +1. Fix #214 - Drop selection message from `load_deps()` + # tidyAML 0.0.4 ## Breaking Changes diff --git a/R/utils-lib-loads.R b/R/utils-lib-loads.R index 23f048a..2ecd47e 100644 --- a/R/utils-lib-loads.R +++ b/R/utils-lib-loads.R @@ -105,8 +105,6 @@ NULL load_deps <- function(){ - ans <- utils::menu(c("Yes","No"), title = "Do you want to load core dependencies?") - pkgs <- core_packages() pkgs_unloaded <- function(){ @@ -127,10 +125,6 @@ load_deps <- function(){ invisible(to_load) } - if (ans == 1){ - - pkgs_unloaded() - tidyaml_pkg_attach() - - } + pkgs_unloaded() + tidyaml_pkg_attach() } From 75f280e454b50b58eae4aefc7709ffa98964dfba Mon Sep 17 00:00:00 2001 From: "Steven Paul Sanderson II, MPH" Date: Wed, 24 Jan 2024 21:07:55 -0500 Subject: [PATCH 2/3] Update DESCRIPTION --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 89ecafe..dbd2d37 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,7 @@ License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.0 -URL: https://github.com/spsanderson/tidyAML +URL: https://github.com/spsanderson/tidyAML, https://github.com/spsanderson/tidyAML BugReports: https://github.com/spsanderson/tidyAML/issues Depends: parsnip, From f5c642463b5293efe812149335f808f554abe85f Mon Sep 17 00:00:00 2001 From: "Steven Paul Sanderson II, MPH" Date: Wed, 24 Jan 2024 21:09:12 -0500 Subject: [PATCH 3/3] Update DESCRIPTION --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index dbd2d37..11b682c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,7 @@ License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.0 -URL: https://github.com/spsanderson/tidyAML, https://github.com/spsanderson/tidyAML +URL: https://www.spsanderson.com/tidyAML/, https://github.com/spsanderson/tidyAML BugReports: https://github.com/spsanderson/tidyAML/issues Depends: parsnip,