Skip to content

Commit

Permalink
import of methods::getMethods (deprecated) dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrosjean committed Nov 13, 2024
1 parent 1c46268 commit 6e024d0
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: svMisc
Type: Package
Version: 1.4.1
Version: 1.4.2
Title: Miscellaneous Functions for 'SciViews::R'
Description: Functions required for the 'SciViews::R' dialect or for general
use: manage a temporary environment attached to the search path, define
Expand Down Expand Up @@ -33,7 +33,7 @@ License: GPL-2
URL: https://github.com/SciViews/svMisc, https://www.sciviews.org/svMisc/
BugReports: https://github.com/SciViews/svMisc/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export(warnings2)
export(write.objList)
importFrom(methods,existsFunction)
importFrom(methods,findFunction)
importFrom(methods,getMethods)
importFrom(methods,isGeneric)
importFrom(methods,new)
importFrom(methods,showMethods)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# svMisc 1.4.2

- The deprecated `methods::getMethods()` function was imported but not used any more. The import is dropped now.

# svMisc 1.4.1

- The JGR version of `file_edit()` is not available any more because JGR is not maintained any more and we can eliminate the dependency to {rJava} and a Java installation.
Expand Down
6 changes: 2 additions & 4 deletions R/svMisc-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,17 @@
#'
#' - [parse_text()] to parse any R expression, including partial or incorrect
#' ones (fails gracefully).
#' @docType package
#' @name svMisc-package

## usethis namespace: start
#' @importFrom utils RSiteSearch apropos available.packages browseURL
#' capture.output compareVersion file.edit file_test flush.console
#' getCRANmirrors getS3method install.packages installed.packages methods
#' object.size packageDescription remove.packages str tail write.table ? help
#' help.search apropos find txtProgressBar setTxtProgressBar
#' @importFrom methods findFunction existsFunction new getMethods isGeneric
#' @importFrom methods findFunction existsFunction new isGeneric
#' showMethods slot slotNames
#' @importFrom stats cor fft quantile rnorm runif
#' @importFrom tools file_path_as_absolute
#' @importFrom rlang is_interactive
## usethis namespace: end
NULL
"_PACKAGE"
20 changes: 20 additions & 0 deletions man/svMisc-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e024d0

Please sign in to comment.