Skip to content

Commit

Permalink
update error message in sits_merge
Browse files Browse the repository at this point in the history
  • Loading branch information
OldLipe committed May 1, 2024
1 parent d12a306 commit b994793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/extdata/config_messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ sits_labels_summary: "this function is deprecated; please use summary()"
sits_lighttae: "wrong input parameters - see example in documentation"
sits_list_collections: "invalid source parameter as data provider"
sits_merge_default: "input should be objects of class sits or class raster_cube"
sits_merge_raster_cubes: "merge cubes requires same tiles in both cubes"
sits_merge_raster_cubes: "merge cubes requires same tiles and timelines length in both cubes"
sits_merge_sits: "input data is NULL or has different number of rows"
sits_merge_sits_bands: "duplicated band names - merge only works if bands in inputs are different"
sits_mixture_model: "wrong input parameters - see example in documentation"
Expand Down

0 comments on commit b994793

Please sign in to comment.