From afa85b2c1977eea5dda683a0575f18101a5764a0 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Mon, 16 Sep 2024 20:03:11 +0200 Subject: [PATCH] - rOpenSci transfer: updated docs links --- DESCRIPTION | 2 +- R/rix.R | 4 ++-- R/rix_helpers.R | 2 +- README.Rmd | 8 ++++---- README.md | 8 ++++---- _pkgdown.yml | 2 +- codemeta.json | 2 +- default.nix | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a3e56594..4dd25969 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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) diff --git a/R/rix.R b/R/rix.R index 9ab8ba1b..91a53948 100644 --- a/R/rix.R +++ b/R/rix.R @@ -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." ) } @@ -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." ) } diff --git a/R/rix_helpers.R b/R/rix_helpers.R index d21708ea..1e37b796 100644 --- a/R/rix_helpers.R +++ b/R/rix_helpers.R @@ -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") {}; diff --git a/README.Rmd b/README.Rmd index 74db1605..3bf1500e 100644 --- a/README.Rmd +++ b/README.Rmd @@ -2,7 +2,7 @@ output: github_document --- -# rix: Reproducible Environments with Nix +# rix: Reproducible Environments with Nix - [Reproducible Environments with Nix](#reproducible-environments-with-nix) - [Introduction](#introduction) @@ -21,7 +21,7 @@ output: github_document [![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) @@ -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 @@ -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 diff --git a/README.md b/README.md index 1fe3afa0..888ffd1c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# rix: Reproducible Environments with Nix +# rix: Reproducible Environments with Nix - [Reproducible Environments with Nix](#reproducible-environments-with-nix) @@ -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) @@ -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 @@ -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. diff --git a/_pkgdown.yml b/_pkgdown.yml index 1bdc1fb6..030743cc 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,4 +1,4 @@ -url: https://ropensci.github.io/rix/ +url: https://docs.ropensci.org/rix/ template: bootstrap: 5 diff --git a/codemeta.json b/codemeta.json index b840a0b6..9a243a30 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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"] diff --git a/default.nix b/default.nix index af0a64a8..37e894cf 100644 --- a/default.nix +++ b/default.nix @@ -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") {};