File: control

package info (click to toggle)
r-cran-vim 6.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,556 kB
  • sloc: cpp: 141; sh: 12; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,786 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: r-cran-vim
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-colorspace,
               r-cran-car,
               r-cran-magrittr,
               r-cran-robustbase,
               r-cran-sp,
               r-cran-vcd,
               r-cran-mass,
               r-cran-nnet,
               r-cran-e1071,
               r-cran-rcpp,
               r-cran-laeken,
               r-cran-ranger,
               r-cran-data.table
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-vim
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-vim.git
Homepage: https://cran.r-project.org/package=VIM
Rules-Requires-Root: no

Package: r-cran-vim
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R visualization and imputation of missing values
 New tools for the visualization of missing and/or imputed values
 are introduced, which can be used for exploring the data and the structure of
 the missing and/or imputed values. Depending on this structure of the missing
 values, the corresponding methods may help to identify the mechanism generating
 the missing values and allows one to explore the data including missing values.
 In addition, the quality of imputation can be visually explored using various
 univariate, bivariate, multiple and multivariate plot methods. A graphical user
 interface available in the separate package VIMGUI allows an easy handling of
 the implemented plot methods.