Home
last modified time | relevance | path

Searched +refs:print +refs:wk_crs_inherit (Results 1 – 4 of 4) sorted by relevance

/dports/math/R-cran-wk/wk/tests/testthat/
H A Dtest-wk-crs.R42 expect_identical(wk_crs_output(x, wk_set_crs(x, wk_crs_inherit())), NULL)
43 expect_identical(wk_crs_output(wk_set_crs(x, wk_crs_inherit()), x), NULL)
45 wk_crs_output(wk_set_crs(x, wk_crs_inherit()), wk_set_crs(x, wk_crs_inherit())),
46 wk_crs_inherit()
54 expect_match(format(wk_crs_inherit()), "wk_crs_inherit")
55 expect_output(print(wk_crs_inherit()), "wk_crs_inherit")
H A Dtest-wk-vctr.R10 expect_output(print(x), "wk_vctr")
11 expect_output(print(stats::setNames(x, as.character(1:5))), "wk_vctr")
12 expect_output(print(x[0]), "wk_vctr")
13 expect_output(print(wk_set_crs(x, 1234)), "CRS=1234")
19 print(structure(1:1001, class = "wk_vctr")),
80 wk_crs(c(wkt("POINT (0 1)", crs = wk_crs_inherit()), wkt("POINT (0 2)", crs = 1234))),
H A Dtest-wk-rcrd.R17 expect_identical(expect_output(print(xy_rcrd), "wk_rcrd"), xy_rcrd)
18 expect_output(print(xy_rcrd[integer(0)]), "wk_rcrd")
22 expect_output(print(wk_set_crs(xy_rcrd, 1234)), "CRS=1234")
28 print(structure(list(x = 1:1001), class = "wk_rcrd")),
73 wk_crs(c(xy(0, 1, crs = wk_crs_inherit()), xy(0, 1, crs = 1234))),
/dports/math/R-cran-wk/wk/
H A DNAMESPACE52 S3method(format,wk_crs_inherit)
71 S3method(print,wk_crs_inherit)
72 S3method(print,wk_handler)
73 S3method(print,wk_rcrd)
74 S3method(print,wk_trans_affine)
75 S3method(print,wk_vctr)
310 export(wk_crs_inherit)