RSSAmplifier

Econometrics and Free Software · Dec 31, 2025

Toy Post: Per-Post Nix Dependencies

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

This is a toy post demonstrating per-post Nix dependencies. This post has a corresponding 2025-12-31-toy-post.nix file that adds the purrr package to the environment. library (purrr) # Use purrr to demonstrate it's available result <- map_dbl ( 1 : 5 , ~ .x ^ 2 ) print (result) [1] 1 4 9 16 25 The purrr package is not in the base posts/default.nix , but it’s available here because of the…

Read on b-rodrigues.github.io

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.