{rix} v0.2.1.9002
Pre-release
Pre-release
rix 0.2.1.9002 (2023-09-02)
nix_build()now supports--max_jobsflag ofnix-buildviaoptions(rix.nix_build_max_jobs = <integer>). Custom settings of this option can be useful for leveraging full I/O latency or efficient builds on shared memory multiprocessing systems.
rix 0.2.1.9001 (2023-08-29)
- Include
nix_build()in interactive use vignette (#68).
rix 0.2.1.9000 (2023-08-29)
Chore
- Fix internal
create_default_nix()so thatproject_pathis directory name. - Updated
inst/extdata/default.nixto latest commit of {rix} prior bumping.
rix 0.2.1 (2023-08-26)
Bug fixes
- Patch
rix()to allow emptyr_pkgs(##67). - Patch
rix()to do bug-free calling ofrix_build()within default nix
shell.
Chore
- New internal helper
create_default_nix()to bootstrap
./inst/extdata/default.nix
rix 0.2.0 (2023-08-25)
New features
- Updated Nix historical revision data to include R version 4.3.1.
- Provision a new
shell_hookarg forrix::rix(), which will create ashellHookentry indefault.nix.
Bug fixes
inst/extdata/default.nix: useR --vanillain shellHook to not propagate user-specific.Renvironand.Rprofile. Fixes #56