Commits (3)
.git
.gitignore
.tar.gz
.pdf
./.nc
.*\.git$
.*\.gitignore$
.*\.tar.gz$
.*\.pdf$
.*^(?!inst)\.nc$
.gitlab-ci.yml
# unit tests should be ignored when building the package for CRAN
^tests$
Package: easyNCDF
Title: Tools to Easily Read/Write NetCDF Files into/from Multidimensional R
Arrays
Version: 0.1.1
Version: 0.1.2
Authors@R: c(
person("BSC-CNS", role = c("aut", "cph")),
person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = c("aut")),
......@@ -14,8 +14,10 @@ Depends:
Imports:
ncdf4,
abind
License: Apache License 2.0
URL: https://earth.bsc.es/gitlab/es/easyNCDF/-/wikis/home
License: GPL-3
URL: https://earth.bsc.es/gitlab/es/easyNCDF
BugReports: https://earth.bsc.es/gitlab/es/easyNCDF/-/issues
SystemRequirements: netcdf development libraries
RoxygenNote: 7.2.0
Encoding: UTF-8
Config/testthat/edition: 3
# easyNCDF 0.1.2 (Release date: 2023-05-31)
- Remove dependency on ClimProjDiags
- Fix examples of ArrayToNc()
- license is changed to GPL-3