Skip to content

Commit

Permalink
tidy test
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Oct 9, 2024
1 parent c22fda2 commit a0c3e54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/crs.Rout.save
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ POINT (111319.5 111325.1)
+ stopifnot(inherits(try(sf_project("+proj=longlat", "+proj=bar", matrix(1:4,2)), silent = TRUE), "try-error"))
+ stopifnot(inherits(try(sf_project("+proj=foo", "+proj=longlat", matrix(1:4,2)), silent = TRUE), "try-error"))
+ }
proj_create: Error 1027 (Invalid value for an argument): Unknown projection
proj_create: Error 1027 (Invalid value for an argument): Unknown projection
>
> if (sf_extSoftVersion()["USE_PROJ_H"] == "true" || sf_proj_info("have_datum_files")) {
+ "datum files installed"
Expand All @@ -98,4 +100,4 @@ POINT (111319.5 111325.1)
>
> proc.time()
user system elapsed
0.632 1.210 0.580
0.626 1.357 0.510

0 comments on commit a0c3e54

Please sign in to comment.