Skip to content

Commit

Permalink
Merge pull request #224 from spsanderson/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
spsanderson authored Jan 25, 2024
2 parents a5689a6 + 8fee2b4 commit 4321463
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ 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
URL: https://www.spsanderson.com/tidyAML/, https://github.com/spsanderson/tidyAML
BugReports: https://github.com/spsanderson/tidyAML/issues
Depends:
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 2 additions & 8 deletions R/utils-lib-loads.R
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand All @@ -127,10 +125,6 @@ load_deps <- function(){
invisible(to_load)
}

if (ans == 1){

pkgs_unloaded()
tidyaml_pkg_attach()

}
pkgs_unloaded()
tidyaml_pkg_attach()
}

0 comments on commit 4321463

Please sign in to comment.