Home
last modified time | relevance | path

Searched refs:s3_register (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/R-cran-vctrs/vctrs/R/
H A Dzzz.R23 s3_register("generics::as.factor", "vctrs_vctr")
24 s3_register("generics::as.ordered", "vctrs_vctr")
25 s3_register("generics::as.difftime", "vctrs_vctr")
36 s3_register("vctrs::vec_cast", "tbl_df.tbl_df")
44 s3_register("vctrs::vec_restore", "grouped_df")
88 s3_register("vctrs::vec_proxy", "sf")
89 s3_register("vctrs::vec_restore", "sf")
92 s3_register("vctrs::vec_ptype2", "sf.sf")
95 s3_register("vctrs::vec_ptype2", "sf.tbl_df")
96 s3_register("vctrs::vec_ptype2", "tbl_df.sf")
[all …]
H A Dregister-s3.R58 s3_register <- function(generic, class, method = NULL) { function
117 s3_register <- replace_from("s3_register", "rlang") globalVar
/dports/textproc/R-cran-vroom/vroom/R/
H A Dzzz.R10 s3_register("base::format", "col_spec")
11 s3_register("base::print", "col_spec")
12 s3_register("base::print", "collector")
13 s3_register("base::print", "date_names")
14 s3_register("base::print", "locale")
15 s3_register("utils::str", "col_spec")
16 s3_register("base::all.equal", "spec_tbl_df")
17 s3_register("base::as.data.frame", "spec_tbl_df")
18 s3_register("tibble::as_tibble", "spec_tbl_df")
19 s3_register("testthat::compare", "spec_tbl_df")
[all …]
/dports/devel/R-cran-glue/glue/R/
H A Dzzz.R3 s3_register("testthat::compare", "glue")
5 s3_register("waldo::compare_proxy", "glue")
7 s3_register("vctrs::vec_ptype2", "glue.glue")
8 s3_register("vctrs::vec_ptype2", "character.glue")
9 s3_register("vctrs::vec_ptype2", "glue.character")
10 s3_register("vctrs::vec_cast", "glue.glue")
11 s3_register("vctrs::vec_cast", "character.glue")
12 s3_register("vctrs::vec_cast", "glue.character")
H A Dcompat-s3-register.R53 s3_register <- function(generic, class, method = NULL) { function
/dports/math/R-cran-wk/wk/R/
H A Dzzz.R9 s3_register("vctrs::vec_proxy", cls)
10 s3_register("vctrs::vec_restore", cls)
11 s3_register("vctrs::vec_cast", cls)
12 s3_register("vctrs::vec_ptype2", cls)
17 s3_register("sf::st_as_sfc", cls)
18 s3_register("sf::st_as_sf", cls)
26 s3_register <- function(generic, class, method = NULL) { function
/dports/devel/R-cran-tibble/tibble/tests/testthat/
H A Dhelper-my.R12 vctrs::s3_register("vctrs::vec_ptype2", "mychr.character", vec_ptype2.mychr.character)
13 vctrs::s3_register("vctrs::vec_cast", "character.mychr", vec_cast.character.mychr)
26 vctrs::s3_register("vctrs::vec_ptype2", "myint.integer", vec_ptype2.myint.integer)
27 vctrs::s3_register("vctrs::vec_cast", "integer.myint", vec_cast.integer.myint)
40 vctrs::s3_register("vctrs::vec_ptype2", "mylgl.logical", vec_ptype2.mylgl.logical)
41 vctrs::s3_register("vctrs::vec_cast", "logical.mylgl", vec_cast.logical.mylgl)
H A Dhelper-pillar.R16 vctrs::s3_register("pillar::tbl_format_body", "tbl_df_without_body",
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/r/R/
H A Darrow-package.R39 s3_register(m, cl)
43 s3_register("dplyr::tbl_vars", "arrow_dplyr_query")
44 s3_register("reticulate::py_to_r", "pyarrow.lib.Array")
45 s3_register("reticulate::py_to_r", "pyarrow.lib.RecordBatch")
46 s3_register("reticulate::r_to_py", "Array")
47 s3_register("reticulate::r_to_py", "RecordBatch")
/dports/graphics/R-cran-s2/s2/R/
H A Dzzz.R9 s3_register("vctrs::vec_proxy", cls)
10 s3_register("vctrs::vec_restore", cls)
11 s3_register("vctrs::vec_ptype_abbr", cls)
15 s3_register <- function(generic, class, method = NULL) { function
/dports/devel/R-cran-vctrs/vctrs/man/
H A Ds3_register.Rd3 \name{s3_register}
4 \alias{s3_register}
26 and only provide a method when that package is loaded. \code{s3_register()}
31 For R 3.5.0 and later, \code{s3_register()} is also useful when demonstrating
43 \href{https://github.com/r-lib/vctrs/blob/master/R/register-s3.R}{\code{s3_register()}}
57 s3_register("pillar::pillar_shaft", "vctrs_vctr")
58 s3_register("tibble::type_sum", "vctrs_vctr")
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/r/R/
H A Darrow-package.R38 s3_register(m, cl)
41 s3_register("dplyr::tbl_vars", "arrow_dplyr_query")
44 s3_register("reticulate::py_to_r", paste0("pyarrow.lib.", cl))
45 s3_register("reticulate::r_to_py", cl)
/dports/math/R-cran-dplyr/dplyr/R/
H A Dzzz.r13 s3_register("dplyr::count", "tbl_sql")
14 s3_register("dplyr::tally", "tbl_sql")
/dports/devel/R-cran-rlang/rlang/R/
H A Drlang.R33 s3_register("pillar::pillar_shaft", "quosures", pillar_shaft.quosures)
34 s3_register("pillar::type_sum", "quosures", type_sum.quosures)
H A Dcompat-register.R4 s3_register <- function(generic, class, method = NULL) { function
H A Dcnd-error.R193 on_load(s3_register("testthat::testthat_print", "rlang_error", function(x) {
/dports/databases/arrow/apache-arrow-6.0.1/r/R/
H A Darrow-package.R45 s3_register(m, cl)
48 s3_register("dplyr::tbl_vars", "arrow_dplyr_query")
54 s3_register("reticulate::py_to_r", paste0("pyarrow.lib.", cl))
55 s3_register("reticulate::r_to_py", cl)
/dports/devel/R-cran-blob/blob/R/
H A Dzzz.R3 s3_register("pillar::pillar_shaft", "blob")
/dports/devel/R-cran-hms/hms/R/
H A Dzzz.R3 vctrs::s3_register("pillar::pillar_shaft", "hms")
/dports/math/R-cran-recipes/recipes/R/
H A Ds3_register.R2 s3_register <- function(generic, class, method = NULL) { function
/dports/devel/R-cran-vctrs/vctrs/man/faq/developer/
H A Dsnippet-roxy-workflow.Rmd11 …t you can also register the methods manually in your NAMESPACE file or lazily with `s3_register()`.
/dports/graphics/R-cran-ggplot2/ggplot2/vignettes/
H A Dggplot2-in-packages.Rmd233 …ot2 is installed using `vctrs::s3_register()`. If you do this, you should copy and paste the sourc…
238 vctrs::s3_register("ggplot2::autoplot", "discrete_distr")
/dports/graphics/R-cran-ggplot2/ggplot2/inst/doc/
H A Dggplot2-in-packages.Rmd233 …ot2 is installed using `vctrs::s3_register()`. If you do this, you should copy and paste the sourc…
238 vctrs::s3_register("ggplot2::autoplot", "discrete_distr")
/dports/devel/R-cran-vctrs/vctrs/tests/testthat/
H A Dtest-c.R218 s3_register("base::c", "vctrs_c_fallback", method)
330 s3_register(
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/r/
H A DNAMESPACE257 importFrom(vctrs,s3_register)

12