Skip to content

Commit

Permalink
fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Jul 30, 2023
1 parent 935fb19 commit ca24948
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
18 changes: 10 additions & 8 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ knitr::opts_chunk$set(

# Rix: Reproducible Environments with Nix

## Installation

You can install the development version of rix from
[GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
remotes::install_github("b-rodrigues/rix")
```

## Introduction

<!-- badges: start -->
Expand Down Expand Up @@ -153,14 +163,6 @@ It's possible to execute the pipeline automatically
using a so-called "shell hook". See the
"How-to Nix" vignette for more details.

## Installation

You can install the development version of rix from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("b-rodrigues/rix")
```

## Contributing

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

# Rix: Reproducible Environments with Nix

## Installation

You can install the development version of rix from
[GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
remotes::install_github("b-rodrigues/rix")
```

## Introduction

<!-- badges: start -->
Expand Down Expand Up @@ -143,16 +153,6 @@ by running:
It’s possible to execute the pipeline automatically using a so-called
“shell hook”. See the “How-to Nix” vignette for more details.

## Installation

You can install the development version of rix from
[GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("b-rodrigues/rix")
```

## Contributing

This package is developed using the `{fusen}` package. If you want to
Expand Down

0 comments on commit ca24948

Please sign in to comment.