Skip to content

Commit

Permalink
- rOpenSci transfer: updated docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Sep 16, 2024
1 parent f38b730 commit afa85b2
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Authors@R: c(
Description: Provides helper functions to create reproducible development
environments using the Nix package manager.
License: GPL (>= 3)
URL: https://ropensci.github.io/rix/
URL: https://docs.ropensci.org/rix/
BugReports: https://github.com/ropensci/rix
Depends:
R (>= 2.10)
Expand Down
4 changes: 2 additions & 2 deletions R/rix.R
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ rix <- function(r_ver = "latest",
warning(
"You chose 'bleeding_edge' or 'frozen_edge' as the value for
`r_ver`. Please read the vignette
https://ropensci.github.io/rix/articles/z-bleeding_edge.html
https://docs.ropensci.org/rix/articles/z-bleeding_edge.html
before continuing."
)
}
Expand Down Expand Up @@ -221,7 +221,7 @@ available through 'nixpkgs' for macOS, so the expression you
generated will not build on macOS. If you wish to build this
expression on macOS, change the 'ide =' argument to either
'code' or 'other'. Please refer to the macOS-specific vignette
https://ropensci.github.io/rix/articles/b2-setting-up-and-using-rix-on-macos.html
https://docs.ropensci.org/rix/articles/b2-setting-up-and-using-rix-on-macos.html
for more details."
)
}
Expand Down
2 changes: 1 addition & 1 deletion R/rix_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ let
# It uses the `rstats-on-nix` fork of `nixpkgs` which provides bleeding
# edge packages and R.
# Only use bleeding edge packages if absolutely needed!
# Read more on https://ropensci.github.io/rix/articles/z-bleeding_edge.html
# Read more on https://docs.ropensci.org/rix/articles/z-bleeding_edge.html
# Report any issues to https://github.com/ropensci/rix
let
pkgs = import (fetchTarball "%s") {};
Expand Down
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
output: github_document
---

# rix: Reproducible Environments with Nix <a href="https://https://ropensci.github.io/rix/"><img src="man/figures/logo.png" align="right" height="138" /></a>
# rix: Reproducible Environments with Nix <a href="https://https://docs.ropensci.org/rix/"><img src="man/figures/logo.png" align="right" height="138" /></a>

- [Reproducible Environments with Nix](#reproducible-environments-with-nix)
- [Introduction](#introduction)
Expand All @@ -21,7 +21,7 @@ output: github_document
<!-- badges: start -->
[![R-hub v2](https://github.com/ropensci/rix/actions/workflows/rhub.yaml/badge.svg)](https://github.com/ropensci/rix/actions/workflows/rhub.yaml/badge.svg)
[![runiverse-package rix](https://ropensci.r-universe.dev/badges/rix?scale=1&color=pink&style=round)](https://ropensci.r-universe.dev/rix)
[![Docs](https://img.shields.io/badge/docs-release-blue.svg)](https://ropensci.github.io/rix)
[![Docs](https://img.shields.io/badge/docs-release-blue.svg)](https://docs.ropensci.org/rix)
[![Status at rOpenSci Software Peer Review](https://badges.ropensci.org/625_status.svg)](https://github.com/ropensci/software-review/issues/625)
<!-- badges: end -->

Expand Down Expand Up @@ -122,7 +122,7 @@ comes with the following features:
- run single R functions (and objects in the call stack) in a different
environment (potentially with a different R version and R packages) for an
interactive R session, and get back the output of that function using
[`with_nix()`](https://ropensci.github.io/rix/reference/with_nix.html);
[`with_nix()`](https://docs.ropensci.org/rix/reference/with_nix.html);

`{rix}` does not require Nix to be installed on your system to generate
expressions. This means that you can generate expressions on a system on which
Expand Down Expand Up @@ -223,7 +223,7 @@ start using them.

To get started with `{rix}` and Nix, you should read the following vignette
`vignette("a-getting-started")`
([online documentation](https://ropensci.github.io/rix/articles/a-getting-started.html)).
([online documentation](https://docs.ropensci.org/rix/articles/a-getting-started.html)).
The vignettes are numbered to get you to learn
how to use `{rix}` and Nix smoothly. There’s a lot of info, so take your time
reading the vignettes. Don’t hesitate to open an issue if something is not
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# rix: Reproducible Environments with Nix <a href="https://https://ropensci.github.io/rix/"><img src="man/figures/logo.png" align="right" height="138" /></a>
# rix: Reproducible Environments with Nix <a href="https://https://docs.ropensci.org/rix/"><img src="man/figures/logo.png" align="right" height="138" /></a>

- [Reproducible Environments with
Nix](#reproducible-environments-with-nix)
Expand All @@ -24,7 +24,7 @@
v2](https://github.com/ropensci/rix/actions/workflows/rhub.yaml/badge.svg)](https://github.com/ropensci/rix/actions/workflows/rhub.yaml/badge.svg)
[![runiverse-package
rix](https://ropensci.r-universe.dev/badges/rix?scale=1&color=pink&style=round)](https://ropensci.r-universe.dev/rix)
[![Docs](https://img.shields.io/badge/docs-release-blue.svg)](https://ropensci.github.io/rix)
[![Docs](https://img.shields.io/badge/docs-release-blue.svg)](https://docs.ropensci.org/rix)
[![Status at rOpenSci Software Peer
Review](https://badges.ropensci.org/625_status.svg)](https://github.com/ropensci/software-review/issues/625)
<!-- badges: end -->
Expand Down Expand Up @@ -128,7 +128,7 @@ and `{rix}` comes with the following features:
environment (potentially with a different R version and R packages)
for an interactive R session, and get back the output of that function
using
[`with_nix()`](https://ropensci.github.io/rix/reference/with_nix.html);
[`with_nix()`](https://docs.ropensci.org/rix/reference/with_nix.html);

`{rix}` does not require Nix to be installed on your system to generate
expressions. This means that you can generate expressions on a system on
Expand Down Expand Up @@ -231,7 +231,7 @@ and start using them.

To get started with `{rix}` and Nix, you should read the following
vignette `vignette("a-getting-started")` ([online
documentation](https://ropensci.github.io/rix/articles/a-getting-started.html)).
documentation](https://docs.ropensci.org/rix/articles/a-getting-started.html)).
The vignettes are numbered to get you to learn how to use `{rix}` and
Nix smoothly. There’s a lot of info, so take your time reading the
vignettes. Don’t hesitate to open an issue if something is not clear.
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://ropensci.github.io/rix/
url: https://docs.ropensci.org/rix/
template:
bootstrap: 5

2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"SystemRequirements": null
},
"fileSize": "1016.338KB",
"relatedLink": "https://ropensci.github.io/rix/",
"relatedLink": "https://docs.ropensci.org/rix/",
"releaseNotes": "https://github.com/ropensci/rix/blob/main/NEWS.md",
"readme": "https://github.com/ropensci/rix/blob/main/README.md",
"contIntegration": ["https://github.com/ropensci/rix/actions/workflows/R-CMD-check.yaml", "https://github.com/ropensci/rix/actions?query=workflow%3Apkgcheck"]
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# It uses the `rstats-on-nix` fork of `nixpkgs` which provides bleeding
# edge packages and R.
# Only use bleeding edge packages if absolutely needed!
# Read more on https://ropensci.github.io/rix/articles/z-bleeding_edge.html
# Read more on https://docs.ropensci.org/rix/articles/z-bleeding_edge.html
# Report any issues to https://github.com/ropensci/rix
let
pkgs = import (fetchTarball "https://github.com/rstats-on-nix/nixpkgs/archive/refs/heads/r-daily.tar.gz") {};
Expand Down

0 comments on commit afa85b2

Please sign in to comment.