{
  "_id": "6a1e7cc31d7bb097a0a65646",
  "Package": "mongopipe",
  "Title": "Write MongoDB Queries with R",
  "Version": "0.1.2",
  "Authors@R": "person(given = \"Oliver\",\nfamily = \"Haag\",\nrole = c(\"aut\", \"cre\"),\nemail = \"oliver_haag@e.mail.de\")",
  "Description": "Translate R code into MongoDB aggregation pipelines.",
  "URL": "https://rpkgs.gitlab.io/mongopipe,\nhttps://gitlab.com/rpkgs/mongopipe",
  "BugReports": "https://gitlab.com/rpkgs/mongopipe/-/issues",
  "License": "MIT + file LICENSE",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 06:45:32 UTC",
    "User": "root"
  },
  "Author": "Oliver Haag [aut, cre]",
  "Maintainer": "Oliver Haag <oliver_haag@e.mail.de>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-04-06 17:30:02 UTC",
  "RemoteUrl": "https://github.com/cran/mongopipe",
  "RemoteRef": "HEAD",
  "RemoteSha": "21533922427e8bfe81851cb1ed1da1c7a8a17508",
  "MD5sum": "48eb89209cf95c3efad81f47d6170fee",
  "_user": "cran",
  "_type": "src",
  "_file": "mongopipe_0.1.2.tar.gz",
  "_fileid": "51974ef1e633383211ab4b32d8a8b6bf56faf38cda1749773c19df01d5807083",
  "_filesize": 92516,
  "_sha256": "51974ef1e633383211ab4b32d8a8b6bf56faf38cda1749773c19df01d5807083",
  "_created": "2026-06-02T06:45:32.000Z",
  "_published": "2026-06-02T06:48:35.854Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79014789881,
      "time": 152,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7350818103"
    },
    {
      "job": 79014789883,
      "time": 114,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7350807289"
    },
    {
      "job": 79014406414,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7350773864"
    },
    {
      "job": 79014789929,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7350802551"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26803084427",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/mongopipe",
  "_commit": {
    "id": "21533922427e8bfe81851cb1ed1da1c7a8a17508",
    "author": "Oliver Haag <oliver_haag@e.mail.de>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.2\n",
    "time": 1743960602
  },
  "_maintainer": {
    "name": "Oliver Haag",
    "email": "oliver_haag@e.mail.de"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "mongolite",
      "version": ">= 2.2.0",
      "role": "Suggests"
    },
    {
      "package": "nycflights13",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 210,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mongopipe"
  },
  "_devurl": "https://gitlab.com/rpkgs/mongopipe",
  "_pkgdown": "https://rpkgs.gitlab.io/mongopipe",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mongopipe.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://gitlab.com/rpkgs/mongopipe",
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2021-01-20"
    },
    {
      "version": "0.1.2",
      "date": "2025-04-06"
    }
  ],
  "_exports": [
    "%>%",
    "add_stage",
    "condition",
    "field",
    "limit",
    "lookup",
    "match",
    "mongopipe",
    "project",
    "unwind"
  ],
  "_help": [
    {
      "page": "add_stage",
      "title": "Create or append a mongo aggregation stage",
      "topics": [
        "add_stage",
        "add_stage.default",
        "add_stage.mongopipe"
      ]
    },
    {
      "page": "condition",
      "title": "Conditional expression ($cond)",
      "topics": [
        "condition"
      ]
    },
    {
      "page": "match",
      "title": "Pipeline Stages",
      "topics": [
        "field",
        "field.mongopipe",
        "limit",
        "limit.mongopipe",
        "lookup",
        "lookup.mongopipe",
        "match",
        "match.mongopipe",
        "project",
        "project.mongopipe",
        "unwind",
        "unwind.mongopipe"
      ]
    },
    {
      "page": "mongopipe-function",
      "title": "Mongopipe",
      "topics": [
        "mongopipe"
      ]
    }
  ],
  "_readme": "https://github.com/cran/mongopipe/raw/HEAD/README.md",
  "_rundeps": [
    "jsonlite",
    "magrittr",
    "rlang"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "mongopipe",
  "_universes": [
    "cran",
    "gitlab-rpkgs"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-02T06:48:11.000Z",
      "distro": "noble",
      "commit": "21533922427e8bfe81851cb1ed1da1c7a8a17508",
      "fileid": "0acf03062cc546ed5a914e6abb5758f08f2ec3fea207ca61ede371e9809cc693",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26803084427"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-02T06:47:31.000Z",
      "distro": "noble",
      "commit": "21533922427e8bfe81851cb1ed1da1c7a8a17508",
      "fileid": "aef388ef9e4b39df6ad2b0c14279100f79b86947d2775ce2da3d6a5705c26529",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26803084427"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-06-02T06:47:27.000Z",
      "commit": "21533922427e8bfe81851cb1ed1da1c7a8a17508",
      "fileid": "2774d9e9ef3abf87d4c1467da8e66cadc091e3b6be342c1388d84065f6aa9589",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26803084427"
    }
  ]
}