Skip to content

Commit

Permalink
fixed a few package anchors in the man pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Apr 20, 2024
1 parent f8735af commit 34581c9
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 22 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Suggests: datasets,
Description: Extends package 'arules' with various visualization techniques for association rules and itemsets. The package also includes several interactive visualizations for rule exploration. Michael Hahsler (2017) <doi:10.32614/RJ-2017-047>.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
URL: https://github.com/mhahsler/arulesViz
BugReports: https://github.com/mhahsler/arulesViz/issues
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# arulesViz 1.5.2-1 (xx/xx/2023)

## Changes
* We use now roxygen for documentation
* We use now roxygen for documentation.

# arulesViz 1.5-2 (03/03/2023)

Expand Down
14 changes: 2 additions & 12 deletions R/AAA_arulesViz-package.R
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
#' @title `r packageDescription("arulesViz")$Package`: `r packageDescription("arulesViz")$Title`
#'
#' @description `r sub("<[^>]+>", "", packageDescription("arulesViz")$Description)`
#' @keywords internal
#'
#' @section Main Functions:
#'
#' * [`arulesViz::plot()`] plot association rules.
#' * [`inspectDT()`] for interactive rule tables.
#' * [`ruleExplorer()`] for interactive rule inspection with tables and graphs.
#'
#' @author Michael Hahsler
#'
#' @references
#' Hahsler M (2017). arulesViz: Interactive Visualization of Association Rules with R. R Journal, 9(2), 163–175. ISSN 2073-4859, \doi{10.32614/RJ-2017-047}.
#'
#' @docType package
#' @name arulesViz-package
#'
#' @import arules
#' @import grid
Expand All @@ -35,4 +25,4 @@

#' @importFrom ggraph guide_edge_colourbar
#' @export guide_edge_colourbar
NULL
"_PACKAGE"
2 changes: 1 addition & 1 deletion R/gInteraction.R
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ gBoxSelection <- function(loc1,
filterSelection <- function(sel, ...)
UseMethod("filterSelection")

foo.default <- function(sel, ...)
filterSelection.default <- function(sel, ...)
stop("Unknown gSelection type!")

filterSelection.gBoxSelection <- function(sel, x, ...) {
Expand Down
2 changes: 1 addition & 1 deletion R/rules2matrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' @param aggr.fun function to aggregate the quality measure for groups.
#' @param lhs_label_items number of top items used to name LHS itemset groups
#' (columns).
#' @param ... passed on to [`DATAFRAME()`].
#' @param ... passed on to [`arules::DATAFRAME()`].
#' @return \code{rules2matrix} returns a matrix with quality values.
#'
#' \code{rules2groupedMatrix} returns a list with elements
Expand Down
22 changes: 18 additions & 4 deletions man/arulesViz-package.Rd

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

2 changes: 1 addition & 1 deletion man/rules2matrix.Rd

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

2 changes: 1 addition & 1 deletion man/saveAsGraph.Rd

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

0 comments on commit 34581c9

Please sign in to comment.