Resending the message below as terra 1.6.47 is again missing netCDF driver.
Dan
From: Bebber, Dan <D.Bebber at exeter.ac.uk>
Date: Tuesday, 6 September 2022 at 20:02
To: r-sig-mac at r-project.org <r-sig-mac at r-project.org>
Subject: netCDF driver missing from package terra 1.6.7 for Mac
Package terra 1.6.7 for Mac (x86_64 version) does not have the netCDF driver.
I have checked with Robert Hijmans who confirms that this important driver is present in the Windows build, but missing from the Mac build.
Could the package be built again to include the netCDF driver?
Many thanks,
Dan Bebber
________
Dan Bebber, DPhil
Associate Professor of Ecology
Department of Biosciences, University of Exeter, UK
[I work 9am to 5pm Mon-Fri]
# Code
library(terra)
# terra 1.6.7
d <- gdal(drivers=TRUE)
d[d$name=="netCDF", ]
# [1] name type can vsi long.name
# <0 rows> (or 0-length row.names)