{
  "_id": "6a169f47acfb0bcc41d8015c",
  "Package": "tidyfst",
  "Title": "Tidy Verbs for Fast Data Manipulation",
  "Version": "1.8.4",
  "Authors@R": "person(given = \"Tian-Yuan\",\nfamily = \"Huang\",\nrole = c(\"aut\", \"cre\"),\nemail = \"huang.tian-yuan@qq.com\",\ncomment = c(ORCID = \"0000-0002-4151-3764\"))",
  "Description": "A toolkit of tidy data manipulation verbs with\n'data.table' as the backend. Combining the merits of syntax\nelegance from 'dplyr' and computing performance from\n'data.table', 'tidyfst' intends to provide users with\nstate-of-the-art data manipulation tools with least pain. This\npackage is an extension of 'data.table'. While enjoying a tidy\nsyntax, it also wraps combinations of efficient functions to\nfacilitate frequently-used data operations.",
  "URL": "https://github.com/hope-data-science/tidyfst,\nhttps://hope-data-science.github.io/tidyfst/",
  "BugReports": "https://github.com/hope-data-science/tidyfst/issues",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Repository": "https://fastverse.r-universe.dev",
  "Date/Publication": "2026-04-27 07:21:52 UTC",
  "RemoteUrl": "https://github.com/hope-data-science/tidyfst",
  "RemoteRef": "HEAD",
  "RemoteSha": "2b8474bd4b237d182c57e7b18b32fcec4e540afc",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 07:33:15 UTC",
    "User": "root"
  },
  "Author": "Tian-Yuan Huang [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-4151-3764>)",
  "Maintainer": "Tian-Yuan Huang <huang.tian-yuan@qq.com>",
  "MD5sum": "dee1b83dadc65907109e1b76360b970f",
  "_user": "fastverse",
  "_type": "src",
  "_file": "tidyfst_1.8.4.tar.gz",
  "_fileid": "72ba62260a41e83e1a9081cb669f6c5c925c6638d80a2d53380e7471102f9771",
  "_filesize": 614768,
  "_sha256": "72ba62260a41e83e1a9081cb669f6c5c925c6638d80a2d53380e7471102f9771",
  "_created": "2026-05-27T07:33:15.000Z",
  "_published": "2026-05-27T07:37:43.875Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78029208684,
      "time": 144,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7234539803"
    },
    {
      "job": 78029208701,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7234537943"
    },
    {
      "job": 78029208679,
      "time": 94,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7234546729"
    },
    {
      "job": 78029208699,
      "time": 109,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7234568176"
    },
    {
      "job": 78028682794,
      "time": 208,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234493175"
    },
    {
      "job": 78029208664,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234527664"
    },
    {
      "job": 78029208712,
      "time": 108,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7234527523"
    },
    {
      "job": 78029208690,
      "time": 113,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7234529462"
    },
    {
      "job": 78029208704,
      "time": 89,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7234521438"
    }
  ],
  "_buildurl": "https://github.com/r-universe/fastverse/actions/runs/26497325174",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/hope-data-science/tidyfst",
  "_commit": {
    "id": "2b8474bd4b237d182c57e7b18b32fcec4e540afc",
    "author": "Hope <32947502+hope-data-science@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Add files via upload",
    "time": 1777274512
  },
  "_maintainer": {
    "name": "Tian-Yuan Huang",
    "email": "huang.tian-yuan@qq.com",
    "orcid": "0000-0002-4151-3764"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "version": ">= 1.15.0",
      "role": "Imports"
    },
    {
      "package": "fst",
      "version": ">= 0.9.0",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.5.0",
      "role": "Imports"
    },
    {
      "package": "pak",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "nycflights13",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "bench",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "tidytext",
      "role": "Suggests"
    }
  ],
  "_owner": "hope-data-science",
  "_selfowned": false,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-52",
      "n": 2
    },
    {
      "week": "2026-18",
      "n": 7
    }
  ],
  "_tags": [],
  "_stars": 108,
  "_contributors": [
    {
      "user": "hope-data-science",
      "count": 353,
      "uuid": 32947502
    },
    {
      "user": "hadley",
      "count": 6,
      "uuid": 4196
    },
    {
      "user": "michaelchirico",
      "count": 1,
      "uuid": 7606389
    }
  ],
  "_userbio": {
    "uuid": 105517888,
    "type": "organization",
    "name": "fastverse",
    "description": "An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R"
  },
  "_downloads": {
    "count": 1305,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tidyfst"
  },
  "_devurl": "https://github.com/hope-data-science/tidyfst",
  "_pkgdown": "https://hope-data-science.github.io/tidyfst/",
  "_searchresults": 127,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/tidyfst.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hope-data-science/tidyfst",
  "_realowner": "hope-data-science",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.6.6",
      "date": "2020-02-24"
    },
    {
      "version": "0.6.9",
      "date": "2020-02-28"
    },
    {
      "version": "0.7.7",
      "date": "2020-03-05"
    },
    {
      "version": "0.8.8",
      "date": "2020-03-14"
    },
    {
      "version": "0.9.3",
      "date": "2020-03-24"
    },
    {
      "version": "0.9.4",
      "date": "2020-04-02"
    },
    {
      "version": "0.9.5",
      "date": "2020-04-10"
    },
    {
      "version": "0.9.6",
      "date": "2020-05-02"
    },
    {
      "version": "0.9.7",
      "date": "2020-05-28"
    },
    {
      "version": "0.9.8",
      "date": "2020-08-02"
    },
    {
      "version": "0.9.9",
      "date": "2020-09-01"
    },
    {
      "version": "1.0.0",
      "date": "2021-09-08"
    },
    {
      "version": "1.5.0",
      "date": "2021-12-17"
    },
    {
      "version": "1.6.0",
      "date": "2022-02-17"
    },
    {
      "version": "1.6.5",
      "date": "2022-04-27"
    },
    {
      "version": "1.7.0",
      "date": "2022-08-06"
    },
    {
      "version": "1.7.1",
      "date": "2022-08-16"
    },
    {
      "version": "1.7.3",
      "date": "2022-09-01"
    },
    {
      "version": "1.7.4",
      "date": "2022-10-20"
    },
    {
      "version": "1.7.5",
      "date": "2022-10-27"
    },
    {
      "version": "1.7.6",
      "date": "2022-12-21"
    },
    {
      "version": "1.7.7",
      "date": "2023-07-18"
    },
    {
      "version": "1.7.8",
      "date": "2024-04-15"
    },
    {
      "version": "1.7.9",
      "date": "2024-06-14"
    },
    {
      "version": "1.8.0",
      "date": "2024-08-30"
    },
    {
      "version": "1.8.1",
      "date": "2024-09-16"
    },
    {
      "version": "1.8.2",
      "date": "2025-05-07"
    },
    {
      "version": "1.8.3",
      "date": "2025-12-16"
    },
    {
      "version": "1.8.4",
      "date": "2026-04-27"
    }
  ],
  "_exports": [
    "%>%",
    "%chin%",
    "%like%",
    "add_count_dt",
    "add_prop",
    "anti_join_dt",
    "arrange_dt",
    "as_dt",
    "as_fst",
    "as.data.table",
    "between",
    "bind_rows_dt",
    "bind_tf_idf_dt",
    "chop_dt",
    "CJ",
    "col_max",
    "col_min",
    "col_rn",
    "complete_dt",
    "copy",
    "count_dt",
    "cummean",
    "data.table",
    "delete_na_cols",
    "delete_na_rows",
    "df_mat",
    "distinct_dt",
    "drop_na_dt",
    "dummy_dt",
    "export_fst",
    "fcase",
    "fcoalesce",
    "fill_na_dt",
    "filter_dt",
    "filter_fst",
    "fintersect",
    "fread",
    "frollapply",
    "fsetdiff",
    "fsetequal",
    "full_join_dt",
    "funion",
    "fwrite",
    "get_fst_chunk_size",
    "group_by_dt",
    "group_dt",
    "group_exe_dt",
    "import_fst",
    "import_fst_chunked",
    "impute_dt",
    "in_dt",
    "inner_join_dt",
    "intersect_dt",
    "key",
    "lag_dt",
    "lead_dt",
    "left_join_dt",
    "like",
    "longer_dt",
    "mat_df",
    "maxth",
    "minth",
    "mutate_dt",
    "mutate_vars",
    "mutate_when",
    "nest_dt",
    "nth",
    "object_size",
    "pairwise_count_dt",
    "parse_fst",
    "percent",
    "pkg_load",
    "pkg_unload",
    "print_options",
    "pst",
    "pull_dt",
    "rbindlist",
    "rec_char",
    "rec_num",
    "relocate_dt",
    "rename_dt",
    "rename_with_dt",
    "replace_dt",
    "replace_na_dt",
    "right_join_dt",
    "rleid",
    "rleidv",
    "rn_col",
    "round0",
    "rowwise_dt",
    "sample_dt",
    "sample_frac_dt",
    "sample_n_dt",
    "select_dt",
    "select_fst",
    "select_mix",
    "semi_join_dt",
    "separate_dt",
    "set",
    "setDF",
    "setdiff_dt",
    "setDT",
    "setequal_dt",
    "setnames",
    "shift_fill",
    "slice_dt",
    "slice_fst",
    "slice_head_dt",
    "slice_max_dt",
    "slice_min_dt",
    "slice_sample_dt",
    "slice_tail_dt",
    "sql_join_dt",
    "squeeze_dt",
    "summarise_dt",
    "summarise_vars",
    "summarise_when",
    "summarize_dt",
    "summarize_vars",
    "summarize_when",
    "summary_fst",
    "sys_time_print",
    "t_dt",
    "tables",
    "transmute_dt",
    "unchop_dt",
    "uncount_dt",
    "union_dt",
    "uniqueN",
    "unite_dt",
    "unnest_dt",
    "utf8_encoding",
    "wider_dt"
  ],
  "_help": [
    {
      "page": "grapes-notin-grapes",
      "title": "Not in operator",
      "topics": [
        "%notin%"
      ]
    },
    {
      "page": "arrange_dt",
      "title": "Arrange entries in data.frame",
      "topics": [
        "arrange_dt"
      ]
    },
    {
      "page": "as_fst",
      "title": "Save a data.frame as a fst table",
      "topics": [
        "as_fst"
      ]
    },
    {
      "page": "bind_rows_dt",
      "title": "Bind multiple data frames by row",
      "topics": [
        "bind_rows_dt"
      ]
    },
    {
      "page": "bind_tf_idf_dt",
      "title": "Compute TF–IDF Using data.table with Optional Counting and Grouping",
      "topics": [
        "bind_tf_idf_dt"
      ]
    },
    {
      "page": "col_max",
      "title": "Get the column name of the max/min number each row",
      "topics": [
        "col_max",
        "col_min"
      ]
    },
    {
      "page": "complete_dt",
      "title": "Complete a data frame with missing combinations of data",
      "topics": [
        "complete_dt"
      ]
    },
    {
      "page": "count",
      "title": "Count observations by group",
      "topics": [
        "add_count_dt",
        "count_dt"
      ]
    },
    {
      "page": "cummean",
      "title": "Cumulative mean",
      "topics": [
        "cummean"
      ]
    },
    {
      "page": "distinct_dt",
      "title": "Select distinct/unique rows in data.frame",
      "topics": [
        "distinct_dt"
      ]
    },
    {
      "page": "missing",
      "title": "Dump, replace and fill missing values in data.frame",
      "topics": [
        "delete_na_cols",
        "delete_na_rows",
        "drop_na_dt",
        "fill_na_dt",
        "replace_na_dt",
        "shift_fill"
      ]
    },
    {
      "page": "dummy_dt",
      "title": "Fast creation of dummy variables",
      "topics": [
        "dummy_dt"
      ]
    },
    {
      "page": "fst_io",
      "title": "Read and write fst files",
      "topics": [
        "export_fst",
        "import_fst"
      ]
    },
    {
      "page": "filter_dt",
      "title": "Filter entries in data.frame",
      "topics": [
        "filter_dt"
      ]
    },
    {
      "page": "fst",
      "title": "Parse,inspect and extract data.table from fst file",
      "topics": [
        "filter_fst",
        "fst",
        "parse_fst",
        "select_fst",
        "slice_fst",
        "summary_fst"
      ]
    },
    {
      "page": "group_by",
      "title": "Group by variable(s) and implement operations",
      "topics": [
        "group_by_dt",
        "group_exe_dt"
      ]
    },
    {
      "page": "group_dt",
      "title": "Data manipulation within groups",
      "topics": [
        "group_dt",
        "rowwise_dt"
      ]
    },
    {
      "page": "import_fst_chunked",
      "title": "Read a fst file by chunks",
      "topics": [
        "get_fst_chunk_size",
        "import_fst_chunked"
      ]
    },
    {
      "page": "impute_dt",
      "title": "Impute missing values with mean, median or mode",
      "topics": [
        "impute_dt"
      ]
    },
    {
      "page": "dt",
      "title": "Short cut to data.table",
      "topics": [
        "as_dt",
        "in_dt"
      ]
    },
    {
      "page": "setops",
      "title": "Set operations for data frames",
      "topics": [
        "intersect_dt",
        "setdiff_dt",
        "setequal_dt",
        "union_dt"
      ]
    },
    {
      "page": "join",
      "title": "Join tables",
      "topics": [
        "anti_join_dt",
        "full_join_dt",
        "inner_join_dt",
        "join",
        "left_join_dt",
        "right_join_dt",
        "semi_join_dt"
      ]
    },
    {
      "page": "lag_lead",
      "title": "Fast lead/lag for vectors",
      "topics": [
        "lag_dt",
        "lead_dt"
      ]
    },
    {
      "page": "longer",
      "title": "Pivot data from wide to long",
      "topics": [
        "longer_dt"
      ]
    },
    {
      "page": "tidymat",
      "title": "Conversion between tidy table and named matrix",
      "topics": [
        "df_mat",
        "mat_df"
      ]
    },
    {
      "page": "mutate",
      "title": "Mutate columns in data.frame",
      "topics": [
        "mutate_dt",
        "transmute_dt"
      ]
    },
    {
      "page": "mutate_vars",
      "title": "Conditional update of columns in data.table",
      "topics": [
        "mutate_vars",
        "mutate_when"
      ]
    },
    {
      "page": "nest",
      "title": "Nest and unnest",
      "topics": [
        "chop_dt",
        "nest_dt",
        "squeeze_dt",
        "unchop_dt",
        "unnest_dt"
      ]
    },
    {
      "page": "nth",
      "title": "Extract the nth value from a vector",
      "topics": [
        "maxth",
        "minth",
        "nth"
      ]
    },
    {
      "page": "object_size",
      "title": "Nice printing of report the Space Allocated for an Object",
      "topics": [
        "object_size"
      ]
    },
    {
      "page": "pairwise",
      "title": "Count pairs of items within a group",
      "topics": [
        "pairwise_count_dt"
      ]
    },
    {
      "page": "add_prop",
      "title": "Add percentage to counts in data.frame",
      "topics": [
        "add_prop",
        "percent"
      ]
    },
    {
      "page": "pkg_load",
      "title": "Load or unload R package(s)",
      "topics": [
        "pkg_load",
        "pkg_unload"
      ]
    },
    {
      "page": "print_options",
      "title": "Set global printing method for data.table",
      "topics": [
        "print_options"
      ]
    },
    {
      "page": "pull_dt",
      "title": "Pull out a single variable",
      "topics": [
        "pull_dt"
      ]
    },
    {
      "page": "rec",
      "title": "Recode number or strings",
      "topics": [
        "rec",
        "rec_char",
        "rec_num"
      ]
    },
    {
      "page": "relocate_dt",
      "title": "Change column order",
      "topics": [
        "relocate_dt"
      ]
    },
    {
      "page": "rename_dt",
      "title": "Rename column in data.frame",
      "topics": [
        "rename_dt",
        "rename_with_dt"
      ]
    },
    {
      "page": "replace_dt",
      "title": "Fast value replacement in data frame",
      "topics": [
        "replace_dt"
      ]
    },
    {
      "page": "rownames",
      "title": "Tools for working with row names",
      "topics": [
        "col_rn",
        "rn_col"
      ]
    },
    {
      "page": "round0",
      "title": "Round a number and make it show zeros",
      "topics": [
        "round0"
      ]
    },
    {
      "page": "sample",
      "title": "Sample rows randomly from a table",
      "topics": [
        "sample_dt",
        "sample_frac_dt",
        "sample_n_dt"
      ]
    },
    {
      "page": "select",
      "title": "Select column from data.frame",
      "topics": [
        "select_dt",
        "select_mix"
      ]
    },
    {
      "page": "separate_dt",
      "title": "Separate a character column into two columns using a regular expression separator",
      "topics": [
        "separate_dt"
      ]
    },
    {
      "page": "slice",
      "title": "Subset rows using their positions",
      "topics": [
        "slice_dt",
        "slice_head_dt",
        "slice_max_dt",
        "slice_min_dt",
        "slice_sample_dt",
        "slice_tail_dt"
      ]
    },
    {
      "page": "sql_join",
      "title": "Case insensitive table joining like SQL",
      "topics": [
        "sql_join",
        "sql_join_dt"
      ]
    },
    {
      "page": "summarise_dt",
      "title": "Summarise columns to single values",
      "topics": [
        "summarise_dt",
        "summarise_vars",
        "summarise_when",
        "summarize_dt",
        "summarize_vars",
        "summarize_when"
      ]
    },
    {
      "page": "sys_time_print",
      "title": "Convenient print of time taken",
      "topics": [
        "pst",
        "sys_time_print"
      ]
    },
    {
      "page": "t_dt",
      "title": "Efficient transpose of data.frame",
      "topics": [
        "t_dt"
      ]
    },
    {
      "page": "uncount_dt",
      "title": "\"Uncount\" a data frame",
      "topics": [
        "uncount_dt"
      ]
    },
    {
      "page": "unite_dt",
      "title": "Unite multiple columns into one by pasting strings together",
      "topics": [
        "unite_dt"
      ]
    },
    {
      "page": "utf8_encoding",
      "title": "Use UTF-8 for character encoding in a data frame",
      "topics": [
        "utf8_encoding"
      ]
    },
    {
      "page": "wider_dt",
      "title": "Pivot data from long to wide",
      "topics": [
        "wider_dt"
      ]
    }
  ],
  "_pkglogo": "https://github.com/hope-data-science/tidyfst/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/hope-data-science/tidyfst/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "data.table",
    "fst",
    "fstcore",
    "glue",
    "lifecycle",
    "magrittr",
    "pak",
    "Rcpp",
    "rlang",
    "stringi",
    "stringr",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "chinese_tutorial.Rmd",
      "filename": "chinese_tutorial.html",
      "title": "tidyfst包实例分析",
      "engine": "knitr::rmarkdown",
      "headings": [
        "测试数据构造",
        "基础",
        "小技巧",
        "聚合",
        "1.求每种切割类型、每种颜色钻石的平均价格、中位数价格与最高价格",
        "2.求每天最高出售价格对应的那笔订单",
        "join",
        "1.dat1与dat2以dt列左连接",
        "2.多重join",
        "长宽表转换",
        "1.长表转宽表",
        "2.宽表转长表",
        "高阶",
        "向上/下填充空值",
        "添加子维度聚合结果为新列",
        "1.以dat1为例，添加两列，一列为以cut、color聚合求price的均值，另一列是求标准差",
        "2.以dat1为例，以dt分组添加一列序号id",
        "移动函数",
        "系统参数"
      ],
      "created": "2020-03-14 02:33:14",
      "modified": "2020-05-02 22:55:01",
      "commits": 3
    },
    {
      "source": "english_tutorial.Rmd",
      "filename": "english_tutorial.html",
      "title": "Use data.table the tidy way: An ultimate tutorial of tidyfst",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Create example data",
        "Basic operations",
        "Filter rows",
        "Sort rows",
        "Select columns",
        "Summarise data",
        "group computation (by)",
        "Going further",
        "Advanced columns manipulation",
        "Advanced use of by",
        "Miscellaneous",
        "Read / Write data",
        "Reshape data",
        "Other",
        "Join/Bind data sets",
        "Join",
        "Bind",
        "Set operations",
        "Summary"
      ],
      "created": "2020-03-24 10:26:49",
      "modified": "2025-05-07 10:28:48",
      "commits": 7
    },
    {
      "source": "example1_intro.Rmd",
      "filename": "example1_intro.html",
      "title": "Example 1: Basic usage",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Use tidyfst just like dplyr",
        "Filter rows with filter_dt()",
        "Arrange rows with arrange_dt()",
        "Select columns with select_dt()",
        "Add new columns with mutate_dt()",
        "Summarise values with summarise_dt()",
        "Randomly sample rows with sample_n_dt() and sample_frac_dt()",
        "Grouped operations",
        "Comparison with data.table syntax",
        "Data",
        "Subset rows",
        "Select column(s)",
        "Mixed computation",
        "Refer to columns by names",
        "Aggregations"
      ],
      "created": "2020-02-15 02:44:01",
      "modified": "2022-04-27 08:04:49",
      "commits": 5
    },
    {
      "source": "example2_join.Rmd",
      "filename": "example2_join.html",
      "title": "Example 2: Join tables",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Controlling how the tables are matched",
        "Types of join",
        "Filtering joins",
        "Set operations"
      ],
      "created": "2020-02-15 02:44:01",
      "modified": "2022-04-27 08:04:49",
      "commits": 4
    },
    {
      "source": "example3_reshape.Rmd",
      "filename": "example3_reshape.html",
      "title": "Example 3: Reshape",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Longer",
        "Wider",
        "More complicated example"
      ],
      "created": "2020-02-15 02:44:01",
      "modified": "2022-04-27 08:04:49",
      "commits": 4
    },
    {
      "source": "example4_nest.Rmd",
      "filename": "example4_nest.html",
      "title": "Example 4: Nest",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2020-02-15 02:44:01",
      "modified": "2022-04-27 08:04:49",
      "commits": 5
    },
    {
      "source": "example5_fst.Rmd",
      "filename": "example5_fst.html",
      "title": "Example 5: Fst",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2020-02-27 03:28:19",
      "modified": "2022-04-27 08:04:49",
      "commits": 4
    },
    {
      "source": "example6_dt.Rmd",
      "filename": "example6_dt.html",
      "title": "Example 6: Dt",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2020-03-04 04:13:11",
      "modified": "2022-04-27 08:04:49",
      "commits": 2
    },
    {
      "source": "benchmark.Rmd",
      "filename": "benchmark.html",
      "title": "Performance",
      "author": "Tian-Yuan Huang (huang.tian-yuan@qq.com)",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Q1",
        "Q2",
        "Q3",
        "Q4",
        "Q5",
        "Last words",
        "Session information"
      ],
      "created": "2020-07-11 07:15:48",
      "modified": "2024-04-15 07:04:13",
      "commits": 2
    }
  ],
  "_score": 8.985231747940174,
  "_indexed": false,
  "_nocasepkg": "tidyfst",
  "_universes": [
    "fastverse"
  ],
  "_indexurl": "https://hope-data-science.r-universe.dev/tidyfst",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.8.4",
      "date": "2026-05-27T07:35:38.000Z",
      "distro": "noble",
      "commit": "2b8474bd4b237d182c57e7b18b32fcec4e540afc",
      "fileid": "7f9230e8b0d59e81ec9a47425a7cdb5391c89c9f05dbc55b88de14674c9f6412",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26497325174"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.8.4",
      "date": "2026-05-27T07:35:24.000Z",
      "distro": "noble",
      "commit": "2b8474bd4b237d182c57e7b18b32fcec4e540afc",
      "fileid": "c06322939f1a6dff9206b70220f1f8049b7419d8ce0070f9d6bbd8b0bec41c00",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26497325174"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.8.4",
      "date": "2026-05-27T07:36:01.000Z",
      "commit": "2b8474bd4b237d182c57e7b18b32fcec4e540afc",
      "fileid": "65149c97c024dea36c51fd7e9abd01a96f726173a8cd3844ce2e5f55543f5f98",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26497325174"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.8.4",
      "date": "2026-05-27T07:37:07.000Z",
      "commit": "2b8474bd4b237d182c57e7b18b32fcec4e540afc",
      "fileid": "2fd222da8aeb29d33317be3cc83eb99ecdd4ef2323ba6d3b4c66ae0983961046",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26497325174"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.8.4",
      "date": "2026-05-27T07:35:23.000Z",
      "commit": "2b8474bd4b237d182c57e7b18b32fcec4e540afc",
      "fileid": "295d4ef9c8c041fb9e7086fe35851f1a6f6623c625b085b544070a7219f8ffbb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26497325174"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.8.4",
      "date": "2026-05-27T07:34:46.000Z",
      "commit": "2b8474bd4b237d182c57e7b18b32fcec4e540afc",
      "fileid": "38162f2c2f0bd1c24d1a6ab98a5eaa1e0f05e21f4b410bbf83fced4441eb51fe",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26497325174"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.8.4",
      "date": "2026-05-27T07:34:52.000Z",
      "commit": "2b8474bd4b237d182c57e7b18b32fcec4e540afc",
      "fileid": "6d5cc27e11c98437dfafddb36ed9c12323577925639498208a9f3abd617d3860",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26497325174"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.8.4",
      "date": "2026-05-27T07:34:32.000Z",
      "commit": "2b8474bd4b237d182c57e7b18b32fcec4e540afc",
      "fileid": "2cc8e3486ea4e7826fa65c6c88fc210b56da86c81a9e474095d95896c6a6d288",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26497325174"
    }
  ]
}