Skip to content

Commit 184afc4

Browse files
committed
updates for urlchecker::url_check()
1 parent 4b85783 commit 184afc4

33 files changed

+183
-189
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ New functions:
172172
# keras3 0.1.0
173173

174174
- The package has been rebuilt for Keras 3.0. Refer to https://blogs.rstudio.com/ai/posts/2024-05-21-keras3/ for an overview
175-
and https://keras.posit.co for the current up-to-date documentation.
175+
and https://keras3.posit.co for the current up-to-date documentation.
176176

177177
# keras 2.13.0
178178

R/ops.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7599,8 +7599,6 @@ keras$ops$map(f, xs)
75997599
#' @family ops
76007600
#' @export
76017601
#' @tether keras.ops.scan
7602-
#' @seealso
7603-
#' + <https://www.tensorflow.org/api_docs/python/tf/keras/ops/scan>
76047602
op_scan <-
76057603
function (f, init, xs = NULL, length = NULL, reverse = FALSE, unroll = 1L)
76067604
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![](https://s3.amazonaws.com/keras.io/img/keras-logo-2018-large-1200.png)
44

5-
[![R-CMD-check](https://github.com/rstudio/keras/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/keras/actions/workflows/R-CMD-check.yaml)
5+
[![R-CMD-check](https://github.com/rstudio/keras3/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rstudio/keras3/actions/workflows/R-CMD-check.yaml)
66
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/keras3)](https://cran.r-project.org/package=keras3)
77
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/keras-team/keras/blob/master/LICENSE)
88

@@ -16,5 +16,5 @@
1616

1717
- Supports arbitrary network architectures: multi-input or multi-output models, layer sharing, model sharing, etc. This means that Keras is appropriate for building essentially any deep learning model, from a memory network to a neural Turing machine.
1818

19-
See the package website at <https://keras.posit.co> for complete documentation.
19+
See the package website at <https://keras3.posit.co> for complete documentation.
2020

docs/articles/examples/autoencoder.html

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/examples/mnist_convnet.html

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/examples/oxford_pets_image_segmentation.html

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/examples/structured_data_classification_with_feature_space.html

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)