{
  "_id": "6a48e6fab5e98c4082a029cf",
  "Package": "einops",
  "Title": "Flexible, Powerful, and Readable Tensor Operations",
  "Version": "0.2.1",
  "Authors@R": "c(\nperson(\n\"Qile\",\n\"Yang\",\nemail = \"qile.yang@berkeley.edu\",\nrole = c(\"cre\",\"aut\",\"cph\"),\ncomment = c(ORCID = \"0009-0005-0148-2499\")\n))",
  "Maintainer": "Qile Yang <qile.yang@berkeley.edu>",
  "Description": "Perform tensor operations using a concise yet expressive\nsyntax inspired by the Python library of the same name.\nReshape, rearrange, and combine multidimensional arrays for\nscientific computing, machine learning, and data analysis.\nEinops simplifies complex manipulations, making code more\nmaintainable and intuitive. The original implementation is\ndemonstrated in Rogozhnikov (2022)\n<https://openreview.net/forum?id=oapKSVM2bcj>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "URL": "https://github.com/Qile0317/einops,\nhttps://qile0317.github.io/einops/",
  "BugReports": "https://github.com/Qile0317/einops/issues",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "LazyData": "true",
  "Language": "en-US",
  "Config/pak/sysreqs": "cmake libfontconfig1-dev libfreetype6-dev\nlibfribidi-dev git make libharfbuzz-dev libgit2-dev libicu-dev\nlibjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev\nlibxml2-dev libssl-dev libx11-dev zlib1g-dev",
  "Repository": "https://qile0317.r-universe.dev",
  "Date/Publication": "2025-08-29 22:26:49 UTC",
  "RemoteUrl": "https://github.com/qile0317/einops",
  "RemoteRef": "HEAD",
  "RemoteSha": "50fc8b09f5b19ea9e5cb0927d78d637d9570772d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-04 10:53:08 UTC",
    "User": "root"
  },
  "Author": "Qile Yang [cre, aut, cph] (ORCID:\n<https://orcid.org/0009-0005-0148-2499>)",
  "_user": "qile0317",
  "_type": "src",
  "_file": "einops_0.2.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/40dccce361d883abec9e61528c981f0a0d027edc38f29ef6d44d3d4a47f09dcc",
  "_filesize": 1243069,
  "_sha256": "40dccce361d883abec9e61528c981f0a0d027edc38f29ef6d44d3d4a47f09dcc",
  "_expires": "2026-10-12T10:56:56.000Z",
  "_created": "2026-07-04T10:53:08.000Z",
  "_published": "2026-07-04T10:56:58.210Z",
  "_jobs": [
    {
      "job": 85126431611,
      "time": 182,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8081055989"
    },
    {
      "job": 85126431612,
      "time": 183,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8081055822"
    },
    {
      "job": 85126431639,
      "time": 87,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8081044453"
    },
    {
      "job": 85126431634,
      "time": 91,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8081045062"
    },
    {
      "job": 85126196847,
      "time": 228,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8081033894"
    },
    {
      "job": 85126431610,
      "time": 184,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8081055825"
    },
    {
      "job": 85126431638,
      "time": 108,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8081047094"
    },
    {
      "job": 85126431636,
      "time": 101,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8081046236"
    },
    {
      "job": 85126431637,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8081045009"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/qile0317/actions/runs/28703815721",
  "_status": "success",
  "_upstream": "https://github.com/qile0317/einops",
  "_commit": {
    "id": "50fc8b09f5b19ea9e5cb0927d78d637d9570772d",
    "author": "Qile0317 <qile0317@gmail.com>",
    "committer": "Qile0317 <qile0317@gmail.com>",
    "message": "Merge branch 'dev'\n",
    "time": 1756506409
  },
  "_maintainer": {
    "name": "Qile Yang",
    "email": "qile.yang@berkeley.edu",
    "login": "qile0317",
    "uuid": 43093685
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "FastUtils",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "r2r",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "roperators",
      "role": "Imports"
    },
    {
      "package": "abind",
      "role": "Suggests"
    },
    {
      "package": "grid",
      "role": "Suggests"
    },
    {
      "package": "imager",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lifecycle",
      "role": "Suggests"
    },
    {
      "package": "lintr",
      "role": "Suggests"
    },
    {
      "package": "lobstr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "torch",
      "role": "Suggests"
    },
    {
      "package": "zeallot",
      "role": "Suggests"
    }
  ],
  "_owner": "qile0317",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-27",
      "n": 67
    },
    {
      "week": "2025-28",
      "n": 33
    },
    {
      "week": "2025-29",
      "n": 9
    },
    {
      "week": "2025-31",
      "n": 33
    },
    {
      "week": "2025-35",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2025-07-30"
    },
    {
      "name": "v0.2.0",
      "date": "2025-08-28"
    },
    {
      "name": "v0.2.1",
      "date": "2025-08-29"
    }
  ],
  "_topics": [
    "array",
    "deep-learning",
    "einops",
    "tensor"
  ],
  "_stars": 3,
  "_contributors": [
    {
      "user": "qile0317",
      "count": 451,
      "uuid": 43093685
    }
  ],
  "_userbio": {
    "uuid": 43093685,
    "type": "user",
    "name": "Qile",
    "followers": 22,
    "description": "Undergrad Researcher at the University of California, Berkeley | compBio & AI"
  },
  "_downloads": {
    "count": 262,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/einops"
  },
  "_devurl": "https://github.com/qile0317/einops",
  "_pkgdown": "https://qile0317.github.io/einops/",
  "_searchresults": 3,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/einops.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/qile0317/einops",
  "_realowner": "qile0317",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.1",
      "date": "2025-09-03"
    }
  ],
  "_exports": [
    "%>%",
    "as_image_tensor",
    "einop",
    "einops.rearrange",
    "einops.reduce",
    "einops.repeat",
    "image_tensor",
    "parse_shape",
    "rearrange",
    "reduce",
    "repeat"
  ],
  "_datasets": [
    {
      "name": "einops_image",
      "title": "Example 4D Image Tensor for Einops",
      "object": "einops_image",
      "class": [
        "image_tensor",
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "einop",
      "title": "Perform Einstein-style tensor operations",
      "topics": [
        "einop"
      ]
    },
    {
      "page": "einops_image",
      "title": "Example 4D Image Tensor for Einops",
      "topics": [
        "einops_image"
      ]
    },
    {
      "page": "einops.repeat",
      "title": "Allows reordering elements and repeating them in arbitrary combinations.",
      "topics": [
        "einops.repeat",
        "repeat"
      ]
    },
    {
      "page": "image_tensor",
      "title": "Image Tensor: A thin wrapper around 2-4D arrays",
      "topics": [
        "as_image_tensor",
        "image_tensor"
      ]
    },
    {
      "page": "parse_shape",
      "title": "Parse a tensor shape to dictionary mapping axes names to their lengths.",
      "topics": [
        "parse_shape"
      ]
    },
    {
      "page": "rearrange",
      "title": "Reader-friendly smart element reordering for multidimensional tensors.",
      "topics": [
        "einops.rearrange",
        "rearrange"
      ]
    },
    {
      "page": "reduce",
      "title": "Rearrangement and reduction in one step",
      "topics": [
        "einops.reduce",
        "reduce"
      ]
    }
  ],
  "_readme": "https://github.com/qile0317/einops/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "assertthat",
    "base64enc",
    "BiocManager",
    "brew",
    "brio",
    "bslib",
    "cachem",
    "callr",
    "cli",
    "clipr",
    "commonmark",
    "cpp11",
    "crayon",
    "credentials",
    "curl",
    "desc",
    "devtools",
    "diffobj",
    "digest",
    "downlit",
    "dplyr",
    "ellipsis",
    "evaluate",
    "fansi",
    "farver",
    "fastmap",
    "FastUtils",
    "fontawesome",
    "fs",
    "generics",
    "gert",
    "ggplot2",
    "gitcreds",
    "glue",
    "gtable",
    "hash",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "httr2",
    "ini",
    "isoband",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "later",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "miniUI",
    "openssl",
    "otel",
    "pak",
    "pillar",
    "pkgbuild",
    "pkgconfig",
    "pkgdown",
    "pkgload",
    "praise",
    "prettyunits",
    "processx",
    "profvis",
    "promises",
    "ps",
    "purrr",
    "r2r",
    "R6",
    "ragg",
    "rappdirs",
    "rcmdcheck",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "roperators",
    "roxygen2",
    "rprojroot",
    "rstudioapi",
    "rversions",
    "S7",
    "sass",
    "scales",
    "sessioninfo",
    "shiny",
    "sourcetools",
    "stringi",
    "sys",
    "systemfonts",
    "testthat",
    "textshaping",
    "tibble",
    "tidyselect",
    "tinytex",
    "urlchecker",
    "usethis",
    "utf8",
    "vctrs",
    "viridisLite",
    "waldo",
    "whisker",
    "withr",
    "xfun",
    "xml2",
    "xopen",
    "xtable",
    "yaml",
    "zip"
  ],
  "_vignettes": [
    {
      "source": "basics.Rmd",
      "filename": "basics.html",
      "title": "basics",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Welcome to einops-land!",
        "What's in this vignette?",
        "Load a batch of images to play with",
        "Composition of axes",
        "Decomposition of axis",
        "Order of axes matters",
        "Meet einops.reduce",
        "Stack and concatenate",
        "Addition or removal of axes",
        "Repeating elements",
        "Reduce ⇆ repeat",
        "Fancy examples in random order",
        "Summary",
        "Bonus"
      ],
      "created": "2025-07-15 06:31:21",
      "modified": "2025-08-28 21:06:55",
      "commits": 10
    }
  ],
  "_score": 4.8750612633917,
  "_indexed": true,
  "_nocasepkg": "einops",
  "_universes": [
    "qile0317"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-07-04T10:56:04.000Z",
      "distro": "resolute",
      "commit": "50fc8b09f5b19ea9e5cb0927d78d637d9570772d",
      "fileid": "https://r2.ropensci.org/af337ddad71ebf7999a10a4ae985ec4b4466d41239da718ddfa12c5f2837eb74",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/qile0317/actions/runs/28703815721"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-07-04T10:56:02.000Z",
      "distro": "resolute",
      "commit": "50fc8b09f5b19ea9e5cb0927d78d637d9570772d",
      "fileid": "https://r2.ropensci.org/bc724be4ff7d547aa643326e0d64547d38b449cc6436f6273af7219863b09825",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/qile0317/actions/runs/28703815721"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-07-04T10:54:38.000Z",
      "commit": "50fc8b09f5b19ea9e5cb0927d78d637d9570772d",
      "fileid": "https://r2.ropensci.org/2349e756920778323916d3d91cea181a2c6788baf46b3fb94341b30b032211a9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/qile0317/actions/runs/28703815721"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-07-04T10:54:42.000Z",
      "commit": "50fc8b09f5b19ea9e5cb0927d78d637d9570772d",
      "fileid": "https://r2.ropensci.org/dc0952cf7a2fefeb93c8d1d90db38cd02864a726b80874ffca628c88bd42891b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/qile0317/actions/runs/28703815721"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-07-04T10:56:31.000Z",
      "commit": "50fc8b09f5b19ea9e5cb0927d78d637d9570772d",
      "fileid": "https://r2.ropensci.org/9386c0c5f9592a6ccb9676825f56a3372c14ee10ec19a33238b138dc381df0a0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/qile0317/actions/runs/28703815721"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-04T10:54:41.000Z",
      "commit": "50fc8b09f5b19ea9e5cb0927d78d637d9570772d",
      "fileid": "https://r2.ropensci.org/f4767e4c0a6339425c0bcfd5909ab30caac1ae97563f4f2cb269243410fdea2f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/qile0317/actions/runs/28703815721"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-04T10:54:35.000Z",
      "commit": "50fc8b09f5b19ea9e5cb0927d78d637d9570772d",
      "fileid": "https://r2.ropensci.org/5f9e401e2e8a248d31fabfdca8a19e7c7608df43e2e5170afe4bc3ec30722881",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/qile0317/actions/runs/28703815721"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-04T10:54:26.000Z",
      "commit": "50fc8b09f5b19ea9e5cb0927d78d637d9570772d",
      "fileid": "https://r2.ropensci.org/9220a5ded3f3ebb876d76e903dc6a82026c8b90a85624226ba24ed60090b7cad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/qile0317/actions/runs/28703815721"
    }
  ]
}