我的最终目标是在R. THis中安装this包,这需要在这个3.5.1R版本中不再可用的ncdf包。我的选择是2。
cdfextract.R和retrieve.nc.R,但我不确定要用哪些ncdf4函数来替换它们。2.找到与ncdf和clim.pact包兼容的旧R版本的组合。
发布于 2019-01-25 16:36:31
尝试这种旧版本的R和软件包的组合。它们在我的windows 7 PC上工作:
R version 3.1.3 (2015-03-09)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252
[3] LC_MONETARY=English_United Kingdom.1252 LC_NUMERIC=C
[5] LC_TIME=English_United Kingdom.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] clim.pact_2.3-10 akima_0.6-2 devtools_1.13.5 ncdf_1.6.8
loaded via a namespace (and not attached):
[1] curl_3.2 digest_0.6.14 grid_3.1.3 httr_1.3.1 lattice_0.20-30 memoise_1.1.0
[7] R6_2.2.2 sp_1.2-7 tools_3.1.3 withr_2.1.2https://stackoverflow.com/questions/54368268
复制相似问题