{
  "_id": "6a0f77d1acfb0bcc41c621d6",
  "Package": "TransP",
  "Type": "Package",
  "Title": "Implementation of Transportation Problem Algorithm",
  "Version": "0.1",
  "Date": "2016-02-11",
  "Author": "Somenath Sit",
  "Maintainer": "Somenath Sit <somenath.bhu.2010@gmail.com>",
  "Description": "Implementation of two transportation problem algorithms.\n1. North West Corner Method 2. Minimum Cost Method or Least\ncost method. For more technical details about the algorithms\nplease refer below URLs.\n<http://www.universalteacherpublications.com/univ/ebooks/or/Ch5/nw.htm>.\n<http://personal.maths.surrey.ac.uk/st/J.F/chapter7.pdf>.",
  "License": "GPL (>= 2)",
  "LazyLoad": "yes",
  "RoxygenNote": "5.0.1",
  "Repository": "https://somenath24.r-universe.dev",
  "Date/Publication": "2018-03-25 06:42:54 UTC",
  "RemoteUrl": "https://github.com/somenath24/transp",
  "RemoteRef": "HEAD",
  "RemoteSha": "35fbde71628c9d898c56619ed4d90ed4d447851f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 06:06:10 UTC",
    "User": "root"
  },
  "MD5sum": "7d2c88978b5bdd665a4634d95a4d392f",
  "_user": "somenath24",
  "_type": "src",
  "_file": "TransP_0.1.tar.gz",
  "_fileid": "b8602a2707542ed3383f38c0f0d8afdbc723c244ca8d701ed9e50462009fbce5",
  "_filesize": 80969,
  "_sha256": "b8602a2707542ed3383f38c0f0d8afdbc723c244ca8d701ed9e50462009fbce5",
  "_created": "2026-05-21T06:06:10.000Z",
  "_published": "2026-05-21T21:23:29.048Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77271559869,
      "time": 83,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7128427321"
    },
    {
      "job": 77271560320,
      "time": 93,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7128429815"
    },
    {
      "job": 77271560107,
      "time": 123,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7128432236"
    },
    {
      "job": 77271560034,
      "time": 112,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7128429660"
    },
    {
      "job": 77271559532,
      "time": 132,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7128408647"
    },
    {
      "job": 77271559397,
      "time": 84,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7147528491"
    },
    {
      "job": 77271560356,
      "time": 63,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7128423371"
    },
    {
      "job": 77271560444,
      "time": 59,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7128422104"
    },
    {
      "job": 77271560295,
      "time": 50,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7128419929"
    }
  ],
  "_buildurl": "https://github.com/r-universe/somenath24/actions/runs/26208560032",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/somenath24/transp",
  "_commit": {
    "id": "35fbde71628c9d898c56619ed4d90ed4d447851f",
    "author": "Somenath Sit <somenath.bhu.2010@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update README.md",
    "time": 1521960174
  },
  "_maintainer": {
    "name": "Somenath Sit",
    "email": "somenath.bhu.2010@gmail.com",
    "login": "somenath24",
    "description": "",
    "uuid": 17047129
  },
  "_registered": true,
  "_dependencies": [],
  "_owner": "somenath24",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "somenath24",
      "count": 6,
      "uuid": 17047129
    }
  ],
  "_userbio": {
    "uuid": 17047129,
    "type": "user",
    "name": "Somenath Sit"
  },
  "_downloads": {
    "count": 166,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/TransP"
  },
  "_devurl": "https://github.com/somenath24/transp",
  "_searchresults": 4,
  "_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/TransP.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/somenath24/transp",
  "_realowner": "somenath24",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1",
      "date": "2016-02-13"
    }
  ],
  "_exports": [
    "mincost",
    "nwc"
  ],
  "_help": [
    {
      "page": "mincost",
      "title": "Implements Minimum Cost Algorithm to solve transportation problem",
      "topics": [
        "mincost"
      ]
    },
    {
      "page": "nwc",
      "title": "Implements North-West Corner Algorithm to solve transportation problem",
      "topics": [
        "nwc"
      ]
    }
  ],
  "_readme": "https://github.com/somenath24/transp/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "transp",
  "_universes": [
    "somenath24"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-05-21T06:07:38.000Z",
      "distro": "noble",
      "commit": "35fbde71628c9d898c56619ed4d90ed4d447851f",
      "fileid": "14f294af290ed21d7e5f5fadb29638d92f47bf8ff1283517a7c34780bbfb7ea5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/somenath24/actions/runs/26208560032"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-05-21T06:07:49.000Z",
      "distro": "noble",
      "commit": "35fbde71628c9d898c56619ed4d90ed4d447851f",
      "fileid": "574dcca364038eacdeb73315840a70c6252c90a95c19bea5126932d9a1baf455",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/somenath24/actions/runs/26208560032"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1",
      "date": "2026-05-21T06:08:02.000Z",
      "commit": "35fbde71628c9d898c56619ed4d90ed4d447851f",
      "fileid": "7504e48d9f92d710ffab0bef792f516976a0408ca62e076bfc7241450996b5b3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/somenath24/actions/runs/26208560032"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1",
      "date": "2026-05-21T06:07:50.000Z",
      "commit": "35fbde71628c9d898c56619ed4d90ed4d447851f",
      "fileid": "77cb0d665a3a079837aedb4b851bf6c9c699cb7fee01a3aaeffde12c7828b9f4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/somenath24/actions/runs/26208560032"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1",
      "date": "2026-05-21T21:23:12.000Z",
      "commit": "35fbde71628c9d898c56619ed4d90ed4d447851f",
      "fileid": "be3a00c40a4c73bdf267d78ee0af74b20838aa1f3dad24844c4ef362a79151d6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/somenath24/actions/runs/26208560032"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1",
      "date": "2026-05-21T06:07:17.000Z",
      "commit": "35fbde71628c9d898c56619ed4d90ed4d447851f",
      "fileid": "ded2f64fc1320472ba0ef9f8859e79f2417cd56578aa1880afd3060a580e17e4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/somenath24/actions/runs/26208560032"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1",
      "date": "2026-05-21T06:07:12.000Z",
      "commit": "35fbde71628c9d898c56619ed4d90ed4d447851f",
      "fileid": "86f81b7ffda1d5f8571b1a455385d7bb8c73e48e8702e9407646f9c6813e782b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/somenath24/actions/runs/26208560032"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1",
      "date": "2026-05-21T06:07:02.000Z",
      "commit": "35fbde71628c9d898c56619ed4d90ed4d447851f",
      "fileid": "b416e0162a42274f7be0d59b2d79ba3ba77d4cdaaa920071810ff0c125799894",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/somenath24/actions/runs/26208560032"
    }
  ]
}