_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
makemkv 1.17.9
Dependencies: zlib@1.3 openssl@3.0.8 expat@2.5.0 ffmpeg@6.1.1 qtbase@5.15.15
Channel: atomized
Location: atomized/packages/makemkv.scm (atomized packages makemkv)
Home page: https://www.makemkv.com/
Licenses: Nonfree
Synopsis: Executable for MakeMKV to handle disc operations
Description:
makerom 0.18.4
Channel: lauras-channel
Location: laura/packages/3ds.scm (laura packages 3ds)
Home page: https://github.com/3DSGuy/Project_CTR/
Licenses: GPL 3+
Synopsis: Creates CTR cxi/cfa/cci/cia files
Description:

A CLI tool to create CTR (Nintendo 3DS) ROM images.

r-makeit 1.0.2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/arni-magnusson/makeit
Licenses: GPL 3
Synopsis: Run R Scripts if Needed
Description:

Automation tool to run R scripts if needed, based on last modified time. It comes with no package dependencies, organizational overhead, or structural requirements. In short: run an R script if underlying files have changed, otherwise do nothing.

r-makeflow 1.0.2
Propagated dependencies: r-rcolorbrewer@1.1-3 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=makeFlow
Licenses: GPL 2+
Synopsis: Visualizing Sequential Classifications
Description:

This package provides a user-friendly tool for visualizing categorical or group movement.

r-makepipe 0.2.2
Propagated dependencies: r-roxygen2@7.3.2 r-r6@2.5.1 r-nomnoml@0.3.0 r-cli@3.6.3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://kinto-b.github.io/makepipe/
Licenses: GPL 3+
Synopsis: Pipeline Tools Inspired by 'GNU Make'
Description:

This package provides a suite of tools for transforming an existing workflow into a self-documenting pipeline with very minimal upfront costs. Segments of the pipeline are specified in much the same way a Make rule is, by declaring an executable recipe (which might be an R script), along with the corresponding targets and dependencies. When the entire pipeline is run through, only those recipes that need to be executed will be. Meanwhile, execution metadata is captured behind the scenes for later inspection.

r-makefiler 1.0
Propagated dependencies: r-magrittr@2.0.3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: http://krlmlr.github.io/MakefileR
Licenses: GPL 3
Synopsis: Create 'Makefiles' Using R
Description:

This package provides a user-friendly interface for the construction of Makefiles'.

r-maketools 1.3.2
Propagated dependencies: r-sys@3.4.3
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://jeroen.r-universe.dev/maketools
Licenses: Expat
Synopsis: Exploring and Testing the Toolchain and System Libraries
Description:

Helper functions that interface with the system utilities to learn about the local build environment. Lets you explore make rules to test the local configuration, or query pkg-config to find compiler flags and libs needed for building packages with external dependencies. Also contains tools to analyze which libraries that a installed R package linked to by inspecting output from ldd in combination with information from your distribution package manager, e.g. rpm or dpkg'.

r-makeunique 1.0.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/selkamand/makeunique
Licenses: Expat
Synopsis: Make Character Strings Unique
Description:

Make all elements of a character vector unique. Differs from make.unique by starting at 1 and allowing users to customise suffix format.

chicken5-make 1.9
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/make
Licenses: LGPL 2.0+
Synopsis: The PLT 'make' macro
Description:

The PLT 'make' macro

node-make-dir 3.1.0
Dependencies: node-semver@6.3.0
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/sindresorhus/make-dir#readme
Licenses: Expat
Synopsis: Make a directory and its parents if needed - Think `mkdir -p`
Description:

Make a directory and its parents if needed - Think `mkdir -p`

r-makepalette 0.1.2
Propagated dependencies: r-terra@1.7-83 r-prismatic@1.1.2 r-cluster@2.1.6
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/musajajorge/makePalette
Licenses: GPL 3
Synopsis: Make Palette
Description:

This package provides functions that allow you to create your own color palette from an image, using mathematical algorithms.

r-makeproject 1.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=makeProject
Licenses: GPL 3
Synopsis: Creates an empty package framework for the LCFD format
Description:

This package creates an empty framework of files and directories for the "Load, Clean, Func, Do" structure described by Josh Reich.

r-makedummies 1.2.1
Propagated dependencies: r-tibble@3.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/toshi-ara/makedummies
Licenses: GPL 2
Synopsis: Create Dummy Variables from Categorical Data
Description:

Create dummy variables from categorical data. This package can convert categorical data (factor and ordered) into dummy variables and handle multiple columns simultaneously. This package enables to select whether a dummy variable for base group is included (for principal component analysis/factor analysis) or excluded (for regression analysis) by an option. makedummies function accepts data.frame', matrix', and tbl (tibble) class (by tibble package). matrix class data is automatically converted to data.frame class.

r-makemyprior 1.2.2
Propagated dependencies: r-visnetwork@2.1.2 r-shinyjs@2.1.0 r-shinybs@0.61.1 r-shiny@1.8.1 r-rlang@1.1.4 r-matrix@1.7-1 r-mass@7.3-61 r-ggplot2@3.5.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/ingebogh/makemyprior
Licenses: GPL 2+
Synopsis: Intuitive Construction of Joint Priors for Variance Parameters
Description:

Tool for easy prior construction and visualization. It helps to formulates joint prior distributions for variance parameters in latent Gaussian models. The resulting prior is robust and can be created in an intuitive way. A graphical user interface (GUI) can be used to choose the joint prior, where the user can click through the model and select priors. An extensive guide is available in the GUI. The package allows for direct inference with the specified model and prior. Using a hierarchical variance decomposition, we formulate a joint variance prior that takes the whole model structure into account. In this way, existing knowledge can intuitively be incorporated at the level it applies to. Alternatively, one can use independent variance priors for each model components in the latent Gaussian model. Details can be found in the accompanying scientific paper: Hem, Fuglstad, Riebler (2024, Journal of Statistical Software, <doi:10.18637/jss.v110.i03>).

python-py-make 0.1.1
Propagated dependencies: python-coverage@7.6.8 python-flake8@7.1.1 python-nose@1.3.7 python-docopt@0.6.2
Channel: guix-science
Location: guix-science/packages/python.scm (guix-science packages python)
Home page: https://github.com/tqdm/pymake
Licenses: MPL 2.0
Synopsis: Makefile execution powered by pure Python
Description:

This package provides tools for Makefile execution powered by pure Python.

chicken5-make-tests 1.12
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/make-tests
Licenses: Public Domain
Synopsis: Create unit tests from a file of expressions
Description:

Create unit tests from a file of expressions

go-github-com-randall77-makefat 0.0.0-20210315173500-7ddd0e42c844
Channel: lauras-channel
Location: laura/packages/go-common.scm (laura packages go-common)
Home page: https://github.com/randall77/makefat
Licenses: Unlicense
Synopsis: makefat
Description:

This package provides a tool for making fat OSX binaries (a portable lipo).

Total results: 17