This package browser is in early development. Mind the rough edges.

julia-statsapi

Statistics-focused namespace for packages to share functions

This package provides a namespace for data-related generic function definitions to solve the optional dependency problem; packages wishing to share and/or extend functions can avoid depending directly on each other by moving the function definition to StatsAPI.jl and each package taking a dependency on it.

Installation

Install the latest version of julia-statsapi as follows:

guix install julia-statsapi

Or install a particular version:

guix install julia-statsapi@1.0.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.