Skip to content

Commit

Permalink
rebuilt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Sep 24, 2024
1 parent 7039fed commit 9d04411
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 68 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rix
Title: Reproducible Data Science Environments with 'Nix'
Version: 0.12.0
Version: 0.12.1
Authors@R: c(
person("Bruno", "Rodrigues", , "bruno@brodrigues.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3211-3689")),
Expand Down
29 changes: 29 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# rix 0.12.1 (2024-09-24)

- Fix roxygen2 check note & Update README
- `default.nix` in {rix} root. Use manually controlled Nix expression from "latest" commit Fix `R CMD build` and `R CMD check` in standard `default.nix` dev env.
- Update default.nix
- update top-level `default.nix` for {rix} development environment.
- Remove `pre-commit` config because it does not play well with Nix (R-tooling/package inst based on {renv})
- make `R CMD check` pass without `note` because of file artefacts when running vignettes and doing tests (`tests/testthat/test-rix.R`)
- Update default.nix
- `rix::rix()`: fix failing vignette builds in`R CMD build` in main function and helpers (`rix::rix_init()`, `rix:::hash_url()`) by properly handling file connections, closing them on exit, and unlink temporary file folders. Removes detrius files/folders (#308)
- `nix_build()`: Fix SIGINT termination (ctrl+c) for linux, so that all the `nix-build` background processes are properly stopped for user interrupts.
- Polish lint and styling actions
- rOpenSci transfer: updated docs links
- The git2nixsha.dev api is now being served by https
- Gitlab packages can now be installed as well
- Transfer to ropensci: updated more links
- Transfer to ropensci: added reviewers to DESCRIPTION
- Transfer to ropensci: update link in DESCRIPTION
- Transfer to r-opensci: added link to CoC
- Transfer to r-opensci: fixed links
- Fix directory creation in with_nix(), using recursive = TRUE in dir.create()
- `rix::rix()`: error when `ide = "studio"` and no additional R packages are chosen. In the situation, the `rStudioWrapper` approach does not work and the resulting Nix expression would not build. The returned error states to either add `rstudio` to `system_pkgs`, or add R packages in `r_pkgs` or `git_pkgs`.
- Update default.nix
- explain `options(rix.sri_hash)` in `rix::rix()`
- Source code now follows tidyverse style guide thanks to `{styler}`
-Api change: it is not necessary to provide the branchName argument for Github packages anymore
-Github Actions: we now use Rhub for checking the package


# rix 0.12.0 (2024-09-20)

## Bug fixes
Expand Down
8 changes: 7 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
## 23-09-2024 Resubmission
## 23-09-2024 Resubmission, version 0.12.1

### R CMD check results

0 errors | 0 warnings | 1 note

Note is because it's a new release.

Results on Rhub:

Results using R-devel with win-builder:



#### Comments from CRAN maintainers from submission of the 20-09-2024:

- The Title field starts with the package name. Please omit it.
Expand Down
19 changes: 2 additions & 17 deletions man/available_r.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions man/nix_build.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 39 additions & 42 deletions man/rix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions man/rix_init.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d04411

Please sign in to comment.