Skip to content

Commit

Permalink
0.8.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Jul 2, 2024
1 parent 9a16712 commit f1c60f5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rix
Title: Rix: Reproducible Environments with Nix
Version: 0.7.1
Version: 0.8.0
Authors@R: c(
person("Bruno", "Rodrigues", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3211-3689")),
Expand Down
22 changes: 22 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# rix 0.8.0 (2024-07-02)

## New features

- Compute hash of git and CRAN archive packages locally if nix is installed
- Added possibility to install local archives

## User-facing changes

- `rix()` now runs `rix_init()` to ensure runtime purity

## Chores

- Chores before releasing rix 0.8.0
- stabilize API: get rid of `exec_mode` in core functions
- Fine-tune formatting of *.nix files generated
- low-level requests with {curl} -> remove {httr} dependency
- ROpenSci review: complete documentation of internal functions
- remove `nix_file` interface for `with_nix()`
- `with_nix()`, `nix_build()`, `rix_init()`: refactor, simplify and separate internal messaging helpers


# rix 0.7.1 (2024-05-24)

- Better messages of comments on top of the generated `default.nix` files.
Expand Down

0 comments on commit f1c60f5

Please sign in to comment.