Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ncdfgeom
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Water
ncdfgeom
Commits
eea9d3ae
Commit
eea9d3ae
authored
2 years ago
by
Blodgett, David L.
Browse files
Options
Downloads
Patches
Plain Diff
one failing CRAN test
parent
fb5fbfde
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DESCRIPTION
+2
-2
2 additions, 2 deletions
DESCRIPTION
tests/testthat/test_check_ncdf.R
+1
-1
1 addition, 1 deletion
tests/testthat/test_check_ncdf.R
with
3 additions
and
3 deletions
DESCRIPTION
+
2
−
2
View file @
eea9d3ae
Package: ncdfgeom
Package: ncdfgeom
Type: Package
Type: Package
Title: 'NetCDF' Geometry and Time Series
Title: 'NetCDF' Geometry and Time Series
Version: 1.1.
2
Version: 1.1.
3
Date: 2021-04-22
Date: 2021-04-22
Authors@R: c(person("David", "Blodgett", role = c("aut", "cre"),
Authors@R: c(person("David", "Blodgett", role = c("aut", "cre"),
email = "dblodgett@usgs.gov"),
email = "dblodgett@usgs.gov"),
...
@@ -16,4 +16,4 @@ Suggests: testthat, knitr, rmarkdown, pkgdown, geoknife, ncdf4, jsonlite, areal
...
@@ -16,4 +16,4 @@ Suggests: testthat, knitr, rmarkdown, pkgdown, geoknife, ncdf4, jsonlite, areal
License: CC0
License: CC0
Encoding: UTF-8
Encoding: UTF-8
VignetteBuilder: knitr
VignetteBuilder: knitr
RoxygenNote: 7.
1.2
RoxygenNote: 7.
2.0
This diff is collapsed.
Click to expand it.
tests/testthat/test_check_ncdf.R
+
1
−
1
View file @
eea9d3ae
...
@@ -77,7 +77,7 @@ test_that("a crs gets found correctly", {
...
@@ -77,7 +77,7 @@ test_that("a crs gets found correctly", {
semi_major_axis
=
6378137.0
,
semi_major_axis
=
6378137.0
,
inverse_flattening
=
298.257223563
,
inverse_flattening
=
298.257223563
,
longitude_of_prime_meridian
=
0
)
longitude_of_prime_meridian
=
0
)
expect_equal
(
checkVals
$
crs
,
crs
)
expect_equal
(
checkVals
$
crs
,
crs
[
names
(
checkVals
$
crs
)]
)
unlink
(
"test.nc"
)
unlink
(
"test.nc"
)
})
})
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment