Skip to content

Commit

Permalink
one failing CRAN test
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Jul 13, 2022
1 parent fb5fbfd commit eea9d3a
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,7 +1,7 @@
Package: ncdfgeom
Type: Package
Title: 'NetCDF' Geometry and Time Series
Version: 1.1.2
Version: 1.1.3
Date: 2021-04-22
Authors@R: c(person("David", "Blodgett", role = c("aut", "cre"),
email = "dblodgett@usgs.gov"),
Expand All @@ -16,4 +16,4 @@ Suggests: testthat, knitr, rmarkdown, pkgdown, geoknife, ncdf4, jsonlite, areal
License: CC0
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.1.2
RoxygenNote: 7.2.0
2 changes: 1 addition & 1 deletion tests/testthat/test_check_ncdf.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test_that("a crs gets found correctly", {
semi_major_axis = 6378137.0,
inverse_flattening = 298.257223563,
longitude_of_prime_meridian = 0)
expect_equal(checkVals$crs, crs)
expect_equal(checkVals$crs, crs[names(checkVals$crs)])
unlink("test.nc")
})

Expand Down

0 comments on commit eea9d3a

Please sign in to comment.