Skip to content

Commit

Permalink
add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Jun 27, 2024
1 parent f0ce312 commit 33ad894
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ The goal of orbital is to enable running predictions of tidymodels [workflows](h

## Installation

To install it, use:

``` r
install.packages("orbital")
```

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

``` r
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ The goal of orbital is to enable running predictions of tidymodels

## Installation

To install it, use:

``` r
install.packages("orbital")
```

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

Expand Down Expand Up @@ -39,7 +45,7 @@ library(tidymodels)
#> ✖ dplyr::filter() masks stats::filter()
#> ✖ dplyr::lag() masks stats::lag()
#> ✖ recipes::step() masks stats::step()
#> • Use tidymodels_prefer() to resolve common conflicts.
#> • Dig deeper into tidy modeling with R at https://www.tmwr.org
```

``` r
Expand Down

0 comments on commit 33ad894

Please sign in to comment.