Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Oct 1, 2024
1 parent 3067ae3 commit b1be7ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: terra
Type: Package
Title: Spatial Data Analysis
Version: 1.7-81
Date: 2024-07-17
Version: 1.7-82
Date: 2024-10-01
Depends: R (>= 3.5.0)
Suggests: parallel, tinytest, ncdf4, sf (>= 0.9-8), deldir, XML, leaflet (>= 2.2.1), htmlwidgets
LinkingTo: Rcpp
Expand Down
2 changes: 1 addition & 1 deletion R/names.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ setMethod("names<-", signature(x="SpatRasterDataset"),
} else {
x@ptr$names <- enc2utf8(as.character(value))
}
messages("names<-", x)
messages(x, "names<-")
}
)

Expand Down

0 comments on commit b1be7ec

Please sign in to comment.