Skip to content

Commit

Permalink
Merge pull request #62 from tidymodels/update-url
Browse files Browse the repository at this point in the history
update URL
  • Loading branch information
hfrick authored Jan 9, 2023
2 parents a94ec7a + 82acc8a commit c88b190
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Description: Provides high-level modeling functions to define and train
and multinomial regression as well as multilayer perceptrons.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/brulee,
https://tidymodels.github.io/brulee/
https://brulee.tidymodels.org/
BugReports: https://github.com/tidymodels/brulee/issues
Imports:
cli,
Expand Down Expand Up @@ -40,4 +40,4 @@ Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1.9000
RoxygenNote: 7.2.2
10 changes: 5 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```

# brulee <a href="https://tidymodels.github.io/brulee/"><img src="man/figures/logo.png" align="right" height="139" /></a>
# brulee <a href="https://brulee.tidymodels.org/"><img src="man/figures/logo.png" align="right" height="139" /></a>

<!-- badges: start -->
[![R-CMD-check](https://github.com/tidymodels/brulee/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidymodels/brulee/actions/workflows/R-CMD-check.yaml)
Expand All @@ -23,10 +23,10 @@ knitr::opts_chunk$set(

The R `brulee` package contains several basic modeling functions that use the `torch` package infrastructure, such as:

* [neural networks](https://tidymodels.github.io/brulee/reference/brulee_mlp.html)
* [linear regression](https://tidymodels.github.io/brulee/reference/brulee_linear_reg.html)
* [logistic regression](https://tidymodels.github.io/brulee/reference/brulee_logistic_reg.html)
* [multinomial regression](https://tidymodels.github.io/brulee/reference/brulee_multinomial_reg.html)
* [neural networks](https://brulee.tidymodels.org/reference/brulee_mlp.html)
* [linear regression](https://brulee.tidymodels.org/reference/brulee_linear_reg.html)
* [logistic regression](https://brulee.tidymodels.org/reference/brulee_logistic_reg.html)
* [multinomial regression](https://brulee.tidymodels.org/reference/brulee_multinomial_reg.html)


## Installation
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# brulee <a href="https://tidymodels.github.io/brulee/"><img src="man/figures/logo.png" align="right" height="139" /></a>
# brulee <a href="https://brulee.tidymodels.org/"><img src="man/figures/logo.png" align="right" height="139" /></a>

<!-- badges: start -->

Expand All @@ -16,13 +16,13 @@ The R `brulee` package contains several basic modeling functions that
use the `torch` package infrastructure, such as:

- [neural
networks](https://tidymodels.github.io/brulee/reference/brulee_mlp.html)
networks](https://brulee.tidymodels.org/reference/brulee_mlp.html)
- [linear
regression](https://tidymodels.github.io/brulee/reference/brulee_linear_reg.html)
regression](https://brulee.tidymodels.org/reference/brulee_linear_reg.html)
- [logistic
regression](https://tidymodels.github.io/brulee/reference/brulee_logistic_reg.html)
regression](https://brulee.tidymodels.org/reference/brulee_logistic_reg.html)
- [multinomial
regression](https://tidymodels.github.io/brulee/reference/brulee_multinomial_reg.html)
regression](https://brulee.tidymodels.org/reference/brulee_multinomial_reg.html)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion man/brulee-package.Rd

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

0 comments on commit c88b190

Please sign in to comment.