mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
Add comprehensive inline documentation to all modules and enhance README
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
This commit is contained in:
parent
c19248f706
commit
40095ac868
13 changed files with 587 additions and 32 deletions
|
|
@ -1,4 +1,21 @@
|
|||
# Rix overlay for R packages from rstats-on-nix
|
||||
#
|
||||
# This overlay provides access to R packages from the rstats-on-nix project.
|
||||
# rstats-on-nix maintains snapshots of CRAN packages built with Nix.
|
||||
#
|
||||
# Purpose:
|
||||
# - Provides reproducible R package versions
|
||||
# - Ensures binary cache availability for faster builds
|
||||
# - Maintained by the rstats-on-nix community
|
||||
#
|
||||
# The rpkgs attribute gives access to:
|
||||
# - rpkgs.rPackages: All CRAN packages
|
||||
# - rpkgs.quarto: Quarto publishing system
|
||||
# - rpkgs.rWrapper: R with package management
|
||||
#
|
||||
# Update the R snapshot date in flake.nix inputs section:
|
||||
# rixpkgs.url = "github:rstats-on-nix/nixpkgs/YYYY-MM-DD"
|
||||
inputs: final: prev: {
|
||||
# R packages from rstats-on-nix for the current system
|
||||
rpkgs = inputs.rixpkgs.legacyPackages.${prev.stdenv.hostPlatform.system};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue