Skip to content

Commit 7563c8b

Browse files
committed
update noRd docs
1 parent 6638da4 commit 7563c8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/api_detect_change.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,11 @@
235235
.detect_change_tile_prep <- function(dc_method, tile, ...) {
236236
UseMethod(".detect_change_tile_prep", dc_method)
237237
}
238-
#' @name .detect_change_tile_prep.default
239238
#' @noRd
240239
#' @export
241240
.detect_change_tile_prep.default <- function(dc_method, tile, ...) {
242241
return(NULL)
243242
}
244-
#' @name .detect_change_tile_prep.bayts_model
245243
#' @noRd
246244
#' @export
247245
.detect_change_tile_prep.bayts_model <-
@@ -337,13 +335,11 @@
337335
.dc_bands <- function(dc_method) {
338336
UseMethod(".dc_bands", dc_method)
339337
}
340-
#' @name .dc_bands.sits_model
341338
#' @noRd
342339
#' @export
343340
.dc_bands.sits_model <- function(dc_method) {
344341
.samples_bands(.dc_samples(dc_method))
345342
}
346-
#' @name .dc_bands.bayts_model
347343
#' @noRd
348344
#' @export
349345
.dc_bands.bayts_model <- function(dc_method) {

0 commit comments

Comments
 (0)