Package: rPref Version: 1.5.0 Date: 2025-08-19 Title: Database Preferences and Skyline Computation Encoding: UTF-8 Authors@R: person(given = "Patrick", family = "Roocks", role = c("aut", "cre"), email = "mail@p-roocks.de") Description: Routines to select and visualize the maxima for a given strict partial order. This especially includes the computation of the Pareto frontier, also known as (Top-k) Skyline operator (see Börzsönyi, et al. (2001) ), and some generalizations known as database preferences (see Kießling (2002) ). URL: https://www.p-roocks.de/rpref/ Depends: R (>= 4.0.0) Imports: Rcpp (>= 1.0.0), RcppParallel (>= 5.1.6), dplyr (>= 1.0.0), igraph (>= 1.0.1), lazyeval (>= 0.2.1), methods, utils SystemRequirements: GNU make, Windows: cmd.exe and cscript.exe License: GPL (>= 2) LinkingTo: Rcpp, RcppParallel Suggests: testthat, graph, Rgraphviz (>= 2.16.0), knitr, ggplot2, rmarkdown Collate: 'rPref.r' 'RcppExports.R' 'pref-classes.r' 'base-pref.r' 'base-pref-macros.r' 'complex-pref.r' 'general-pref.r' 'pref-eval.r' 'show-pref.r' 'visualize.r' 'pred-succ.r' VignetteBuilder: knitr RoxygenNote: 7.3.2 Config/pak/sysreqs: libglpk-dev make libxml2-dev Repository: https://patrickroocks.r-universe.dev Date/Publication: 2025-08-19 09:26:52 UTC RemoteUrl: https://github.com/patrickroocks/rpref RemoteRef: HEAD RemoteSha: c0d8e5fc9b6cb63981384d55b87570da8bf8d166 NeedsCompilation: yes Packaged: 2026-06-21 08:27:14 UTC; root Author: Patrick Roocks [aut, cre] Maintainer: Patrick Roocks