{
  "_id": "6a1eaaf8b25058d4daad9b39",
  "Package": "rdaisi",
  "Type": "Package",
  "Title": "R Client for the Daisi Microservice Platform",
  "Description": "Connect, execute, and parse results from the Daisi\nMicroservice Platform <https://www.daisi.io/>. The rdaisi\nclient includes a set of functionality that allows remote\nexecution of microservices directly from R. Daisis allow R\nusers to access a wide variety of Python functionality and\ninteract with them natively.",
  "Version": "0.1.3",
  "Authors@R": "c(person(\"Daisi Technology, Inc.\", email = \"info@daisi.io\", role = \"aut\"),\nperson(\"Jean-Marie Laigle\", email = \"john@daisi.io\", role = \"aut\"),\nperson(\"Eric Hare\", email = \"eric.hare@daisi.io\", role = c(\"aut\", \"cre\")))",
  "License": "Apache License (>= 2)",
  "URL": "https://www.daisi.io/",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 10:02:24 UTC",
    "User": "root"
  },
  "Author": "Daisi Technology, Inc. [aut], Jean-Marie Laigle [aut], Eric\nHare [aut, cre]",
  "Maintainer": "Eric Hare <eric.hare@daisi.io>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2022-07-20 15:00:02 UTC",
  "RemoteUrl": "https://github.com/cran/rdaisi",
  "RemoteRef": "HEAD",
  "RemoteSha": "ed81e3207b238f882e35dc193a55c328c8fb474a",
  "MD5sum": "4192d3bc04e01c76b3dc7e06283e5e56",
  "_user": "cran",
  "_type": "src",
  "_file": "rdaisi_0.1.3.tar.gz",
  "_fileid": "290965404b1424cf6bbdfe34ce00869380138a4229f5214efabf9f6660baaf08",
  "_filesize": 85076,
  "_sha256": "290965404b1424cf6bbdfe34ce00869380138a4229f5214efabf9f6660baaf08",
  "_created": "2026-06-02T10:02:24.000Z",
  "_published": "2026-06-02T10:05:44.229Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79046496155,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7354747254"
    },
    {
      "job": 79046496506,
      "time": 157,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7354757329"
    },
    {
      "job": 79045959924,
      "time": 185,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7354700574"
    },
    {
      "job": 79046496159,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7354739745"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26812514111",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/rdaisi",
  "_commit": {
    "id": "ed81e3207b238f882e35dc193a55c328c8fb474a",
    "author": "Eric Hare <eric.hare@daisi.io>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.3\n",
    "time": 1658329202
  },
  "_maintainer": {
    "name": "Eric Hare",
    "email": "eric.hare@daisi.io"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "reticulate",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    }
  ],
  "_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": 125,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rdaisi"
  },
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/rdaisi.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1",
      "date": "2022-06-09"
    },
    {
      "version": "0.1.1",
      "date": "2022-06-23"
    },
    {
      "version": "0.1.2",
      "date": "2022-07-06"
    },
    {
      "version": "0.1.3",
      "date": "2022-07-20"
    }
  ],
  "_exports": [
    "configure_daisi",
    "Daisi",
    "DaisiExecution",
    "DaisiMapExecution"
  ],
  "_help": [
    {
      "page": "configure_daisi",
      "title": "Set the necessary environment variables to configure the Daisi client",
      "topics": [
        "configure_daisi"
      ]
    },
    {
      "page": "Daisi",
      "title": "Initialize and connect to the given Daisi",
      "topics": [
        "Daisi"
      ]
    },
    {
      "page": "DaisiExecution",
      "title": "Generate a new execution of a given Daisi",
      "topics": [
        "DaisiExecution"
      ]
    },
    {
      "page": "DaisiMapExecution",
      "title": "Generate a new map execution of a given Daisi",
      "topics": [
        "DaisiMapExecution"
      ]
    },
    {
      "page": "execute_daisi",
      "title": "Begin execution of the given Daisi",
      "topics": [
        "execute_daisi"
      ]
    },
    {
      "page": "result_daisi",
      "title": "Get the result of the Daisi Execution",
      "topics": [
        "result_daisi"
      ]
    }
  ],
  "_readme": "https://github.com/cran/rdaisi/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "curl",
    "here",
    "httr",
    "jsonlite",
    "lattice",
    "Matrix",
    "mime",
    "openssl",
    "png",
    "R6",
    "rappdirs",
    "Rcpp",
    "RcppTOML",
    "reticulate",
    "rlang",
    "rprojroot",
    "sys",
    "withr"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "rdaisi",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-06-02T10:04:26.000Z",
      "distro": "noble",
      "commit": "ed81e3207b238f882e35dc193a55c328c8fb474a",
      "fileid": "4d56c7660f06a14bcaf4b0bc522affe9a9d58cceda887a445993327f4dbaec54",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26812514111"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-06-02T10:04:57.000Z",
      "distro": "noble",
      "commit": "ed81e3207b238f882e35dc193a55c328c8fb474a",
      "fileid": "d85785c1108a39183397c799fe6fcd5627a3647c5138c18961f5a9c8216ee308",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26812514111"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.3",
      "date": "2026-06-02T10:04:32.000Z",
      "commit": "ed81e3207b238f882e35dc193a55c328c8fb474a",
      "fileid": "d10234578aa17ebdd18871c3e9fa39a6a0ee749895830bca6e983a0aa4b01efa",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26812514111"
    }
  ]
}