_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
check 0.14.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://libcheck.github.io/check/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Unit test framework for C
Description:

Check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.

check 0.15.2
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://libcheck.github.io/check/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Unit test framework for C
Description:

Check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.

check 0.12.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://libcheck.github.io/check/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Unit test framework for C
Description:

Check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.

checkm 1.1.3
Dependencies: python-dendropy@4.5.1 python-matplotlib@3.8.2 python-numpy@1.26.4 python-pysam@0.23.0 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://ecogenomics.github.io/CheckM/
Licenses: GPL 3+
Build system: pyproject
Synopsis: Assess the quality of putative genome bins
Description:

CheckM provides a set of tools for assessing the quality of genomes recovered from isolates, single cells, or metagenomes. It provides robust estimates of genome completeness and contamination by using collocated sets of genes that are ubiquitous and single-copy within a phylogenetic lineage. Assessment of genome quality can also be examined using plots depicting key genomic characteristics (e.g., GC, coding density) which highlight sequences outside the expected distributions of a typical genome. CheckM also provides tools for identifying genome bins that are likely candidates for merging based on marker set compatibility, similarity in genomic characteristics, and proximity within a reference genome.

cl-checkl 0.0.0-1.8032880
Propagated dependencies: cl-marshal@1.3.0-1.eff1b15 cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/rpav/CheckL/
Licenses: LLGPL
Build system: asdf/source
Synopsis: Dynamic testing for Common Lisp
Description:

CheckL lets you write tests dynamically, it checks resulting values against the last run.

r-checker 0.1.3
Propagated dependencies: r-yaml@2.3.10 r-rstudioapi@0.17.1 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/richardjtelford/checker/
Licenses: Expat
Build system: r
Synopsis: Checks 'R' Configuration Set Up Correctly Before Class
Description:

Checks that students have the correct version of R', R packages, RStudio and other dependencies installed, and that the recommended RStudio configuration has been applied.

r-checked 0.2.9
Propagated dependencies: r-rcmdcheck@1.4.0 r-r6@2.6.1 r-options@0.3.1 r-jsonlite@2.0.0 r-igraph@2.2.1 r-cli@3.6.5 r-callr@3.7.6
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://Genentech.github.io/checked/
Licenses: Expat
Build system: r
Synopsis: Systematically Run R CMD Checks
Description:

Systematically Run R checks against multiple packages. Checks are run in parallel with strategies to minimize dependency installation. Provides out of the box interface for running reverse dependency check.

checkmake 0.2.2
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/checkmake/checkmake
Licenses: Expat
Build system: go
Synopsis: Linter and analyzer for @file{Makefile}
Description:

checkmake is an experimental tool for linting and checking Makefiles. It allows for a set of configurable rules being run against a Makefile or a set of *.mk files.

ecl-checkl 0.0.0-1.8032880
Dependencies: ecl-marshal@1.3.0-1.eff1b15
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/rpav/CheckL/
Licenses: LLGPL
Build system: asdf/ecl
Synopsis: Dynamic testing for Common Lisp
Description:

CheckL lets you write tests dynamically, it checks resulting values against the last run.

r-checkcli 1.0
Propagated dependencies: r-stringr@1.6.0 r-purrr@1.2.0 r-glue@1.8.0 r-cli@3.6.5 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=checkCLI
Licenses: Expat
Build system: r
Synopsis: 'CLI' Messages for Checkmate Assertions and Checks
Description:

Providing more beautiful and more meaningful return messages for checkmate assertions and checks helping users to better understand errors.

r-checkarg 0.1.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=checkarg
Licenses: GPL 2+
Build system: r
Synopsis: Check the Basic Validity of a (Function) Argument
Description:

Utility functions that allow checking the basic validity of a function argument or any other value, including generating an error and assigning a default in a single line of code. The main purpose of the package is to provide simple and easily readable argument checking to improve code robustness.

sbcl-checkl 0.0.0-1.8032880
Dependencies: sbcl-marshal@1.3.0-1.eff1b15
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/rpav/CheckL/
Licenses: LLGPL
Build system: asdf/sbcl
Synopsis: Dynamic testing for Common Lisp
Description:

CheckL lets you write tests dynamically, it checks resulting values against the last run.

r-checkmate 2.3.3
Propagated dependencies: r-backports@1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mllg/checkmate
Licenses: Modified BSD
Build system: r
Synopsis: Fast and versatile argument checks
Description:

This package provides tests and assertions to perform frequent argument checks. A substantial part of the package was written in C to minimize any worries about execution time overhead.

r-checkluhn 1.1.0
Propagated dependencies: r-stringr@1.6.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/adamjdeacon/checkLuhn
Licenses: GPL 2
Build system: r
Synopsis: Checks if a Number is Valid Using the Luhn Algorithm
Description:

Confirms if the number is Luhn compliant. Can check if credit card, IMEI number or any other Luhn based number is correct. For more info see: <https://en.wikipedia.org/wiki/Luhn_algorithm>.

cl-check-it 0.1.0-1.b79c910
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-closer-mop@1.0.0-3.7b86f2a cl-optima@1.0-1.373b245 cl-stefil@0.1-0.0398548
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/arclanguage/Clamp
Licenses: LLGPL
Build system: asdf/source
Synopsis: Randomized specification-based testing for Common Lisp
Description:

This is a randomized property-based testing library for Common Lisp. Rather than being a full-fledged general test framework in its own right, it's designed to embed randomized tests in whatever framework you like.

checkpolicy 3.4
Dependencies: libsepol@3.4
Channel: guix
Location: gnu/packages/selinux.scm (gnu packages selinux)
Home page: https://selinuxproject.org/
Licenses: GPL 2
Build system: gnu
Synopsis: Check SELinux security policy configurations and modules
Description:

This package provides the tools "checkpolicy" and "checkmodule". Checkpolicy is a program that checks and compiles a SELinux security policy configuration into a binary representation that can be loaded into the kernel. Checkmodule is a program that checks and compiles a SELinux security policy module into a binary representation.

r-checkdown 0.0.13
Propagated dependencies: r-markdown@2.0 r-htmltools@0.5.8.1 r-glue@1.8.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://agricolamz.github.io/checkdown/
Licenses: GPL 2+
Build system: r
Synopsis: Check-Fields and Check-Boxes for 'rmarkdown'
Description:

This package creates auto-grading check-fields and check-boxes for rmarkdown or quarto HTML. It can be used in class, when teacher share materials and tasks, so students can solve some problems and check their work. In contrast to the learnr package, the checkdown package works serverlessly without shiny'.

r-checkthat 0.1.0
Propagated dependencies: r-rlang@1.1.6 r-purrr@1.2.0 r-lifecycle@1.0.4 r-glue@1.8.0 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/iancero/checkthat
Licenses: Expat
Build system: r
Synopsis: Intuitive Unit Testing Tools for Data Manipulation
Description:

This package provides a lightweight data validation and testing toolkit for R. Its guiding philosophy is that adding code-based data checks to users existing workflow should be both quick and intuitive. The suite of functions included therefore mirror the common data checks many users already perform by hand or by eye. Additionally, the checkthat package is optimized to work within tidyverse data manipulation pipelines.

ghc-checkers 0.6.0
Dependencies: ghc-random@1.2.1.1 ghc-quickcheck@2.14.3 ghc-semigroupoids@5.3.7
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-checkers/checkers
Licenses: Modified BSD
Build system: haskell
Synopsis: Check properties on standard classes and data structures
Description:

Checkers wraps up the expected properties associated with various standard type classes as QuickCheck properties. It also provides some morphism properties, arbitrary instances, and generator combinators for common data types.

r-checkdigit 1.0.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://fascinatingfingers.gitlab.io/checkdigit
Licenses: GPL 3+
Build system: r
Synopsis: Calculate and Verify Check Digits
Description:

Check digits are used like file hashes to verify that a number has been transcribed accurately. The functions provided by this package help to calculate and verify check digits according to various algorithms.

ecl-check-it 0.1.0-1.b79c910
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-closer-mop@1.0.0-3.7b86f2a ecl-optima@1.0-1.373b245
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/arclanguage/Clamp
Licenses: LLGPL
Build system: asdf/ecl
Synopsis: Randomized specification-based testing for Common Lisp
Description:

This is a randomized property-based testing library for Common Lisp. Rather than being a full-fledged general test framework in its own right, it's designed to embed randomized tests in whatever framework you like.

aws-checksums 0.2.5
Dependencies: aws-c-common@0.12.2
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/awslabs/aws-checksums
Licenses: ASL 2.0
Build system: cmake
Synopsis: Amazon Web Services checksum library
Description:

This library provides cross-Platform hardware accelerated CRC32c and CRC32 with fallback to efficient C99 software implementations.

r-checkhelper 0.1.1
Propagated dependencies: r-withr@3.0.2 r-whisker@0.4.1 r-stringr@1.6.0 r-roxygen2@7.3.3 r-rcmdcheck@1.4.0 r-purrr@1.2.0 r-pkgbuild@1.4.8 r-magrittr@2.0.4 r-lifecycle@1.0.4 r-glue@1.8.0 r-dplyr@1.1.4 r-devtools@2.4.6 r-desc@1.4.3 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://thinkr-open.github.io/checkhelper/
Licenses: Expat
Build system: r
Synopsis: Deal with Check Outputs
Description:

Deal with packages check outputs and reduce the risk of rejection by CRAN by following policies.

sbcl-check-it 0.1.0-1.b79c910
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-optima@1.0-1.373b245
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/arclanguage/Clamp
Licenses: LLGPL
Build system: asdf/sbcl
Synopsis: Randomized specification-based testing for Common Lisp
Description:

This is a randomized property-based testing library for Common Lisp. Rather than being a full-fledged general test framework in its own right, it's designed to embed randomized tests in whatever framework you like.

Page: 123
Total results: 72