Skip to content

Commit dc55201

Browse files
committed
fix function name
1 parent ba63e97 commit dc55201

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,5 @@ importFrom(terra,project)
8888
importFrom(terra,rast)
8989
importFrom(terra,values)
9090
importFrom(terra,xFromCol)
91+
importFrom(terra,yFromRow)
9192
importFrom(tidyr,spread)

R/open_netcdf.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#' Returns a list of spatial and temporal variables, the netcdf CRS (coordinate
99
#' reference system) and the spatRaster of all layers
1010
#'
11-
#' @importFrom terra describe rast xFromCol yFromCol crs
11+
#' @importFrom terra describe rast xFromCol yFromRow crs
1212
#'
1313
#' @export
1414
open_netcdf <- function(

0 commit comments

Comments
 (0)