Skip to content

Commit 0fa9656

Browse files
committed
R CMD check fixes
1 parent 6ad76f7 commit 0fa9656

File tree

9 files changed

+6
-24
lines changed

9 files changed

+6
-24
lines changed

R/initializers.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,8 +761,6 @@ function (scale = 1, mode = "fan_in", distribution = "truncated_normal",
761761
#' @family initializers
762762
#' @family constant initializers
763763
#' @tether keras.initializers.STFT
764-
#' @seealso
765-
#' + <https://www.tensorflow.org/api_docs/python/tf/keras/initializers/STFT>
766764
initializer_stft <-
767765
function (side = "real", window = "hann", scaling = "density",
768766
periodic = FALSE)

R/layers-preprocessing.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function (object, height, width, data_format = NULL, ...)
204204
#' @family layers
205205
#' @tether keras.layers.MaxNumBoundingBoxes
206206
layer_max_num_bounding_boxes <-
207-
function (object, max_number, fill_value = -1L, ..., padding_value = NULL)
207+
function (object, max_number, fill_value = -1L, ...)
208208
{
209209
args <- capture_args(list(fill_value = as_integer, input_shape = normalize_shape,
210210
batch_size = as_integer, batch_input_shape = normalize_shape),

R/metrics.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3792,8 +3792,6 @@ function (y_true, y_pred, axis = -1L, ...,
37923792
#' @family metrics
37933793
#' @export
37943794
#' @tether keras.metrics.PearsonCorrelation
3795-
#' @seealso
3796-
#' + <https://www.tensorflow.org/api_docs/python/tf/keras/metrics/PearsonCorrelation>
37973795
metric_pearson_correlation <-
37983796
function (y_true, y_pred, axis = -1L, ..., name = "pearson_correlation",
37993797
dtype = NULL)

R/package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#' Turing machine.
1414
#' - Is capable of running on top of multiple back-ends including
1515
#' [TensorFlow](https://github.com/tensorflow/tensorflow),
16-
#' [Jax](https://github.com/google/jax),
16+
#' [Jax](https://github.com/jax-ml/jax),
1717
#' or [PyTorch](https://github.com/pytorch/pytorch).
1818
#'
1919
#' See the package website at <https://keras3.posit.co> for complete documentation.

man/initializer_stft.Rd

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

man/keras3-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/layer_max_num_bounding_boxes.Rd

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

man/layer_tfsm.Rd

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

man/metric_pearson_correlation.Rd

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

0 commit comments

Comments
 (0)