r-cran-spc

GNU R Statistical Process Control

Evaluation of control charts by means of the zero-state, steady-state ARL (Average Run Length). Setting up control charts for given in-control ARL and plotting of the related figures. The control charts under consideration are one- and two-sided EWMA and CUSUM charts for monitoring the mean of normally distributed independent data. Now, the ARL calculation of EWMA-S^2 control charts is added. Other charts and parameters are in preparation. Further SPC areas will be covered as well (sampling plans, capability indices ...).

nsca-client

Nagios service monitor agent - client package

This package contains only the client part of nsca and is thus suitable for installation on systems that only report passive service checks to a central server.

r-cran-renv

GNU R project environments

A dependency management toolkit for R. Using 'renv', you can create and manage project-local R libraries, save the state of these libraries to a 'lockfile', and later restore your library as required. Together, these tools can help make your projects more isolated, portable, and reproducible.

qml-module-qt-labs-calendar

Qt 5 qt.labs.calendar QML module

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

libqt5svg5

Qt 5 SVG module

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

python3-anyqt

PyQt/PySide compatibility layer for Qt4/Qt5/Qt6.

The package allows the programmer to program equally for two different versions of Qt: * At the top level AnyQt exports a Qt5 compatible module namespace along with some minimal renames to better support portability between different versions * Which Qt API/backend is chosen can be controlled by a QT_API env variable * The api can be chosen/forced programmatically (as long as no PyQt4/PyQt5/PySide/PySide2 was already imported) * Provides an optional compatibility import hook, that denys imports from conflicting Qt api, or intercepts and fakes a Qt4 api imports, to use a Qt5 compatible API (some monkey patching is involved).