{
  "_id": "6a1d69371d7bb097a0a4ec22",
  "Package": "docore",
  "Type": "Package",
  "Title": "Utility Functions for Scientific Coding",
  "Version": "1.0",
  "Author": "Danail Obreschkow",
  "Maintainer": "Danail Obreschkow <danail.obreschkow@gmail.com>",
  "Description": "Basic routines used in scientific coding, such as timing\nroutines, vector/array handing functions and I/O support\nroutines.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 11:09:19 UTC",
    "User": "root"
  },
  "Repository": "https://obreschkow.r-universe.dev",
  "Date/Publication": "2022-02-01 08:20:11 UTC",
  "RemoteUrl": "https://github.com/cran/docore",
  "RemoteRef": "HEAD",
  "RemoteSha": "f77aebb2f227003e51a557ec7397d76d222c80b0",
  "MD5sum": "b845c6d781336ee320fe42b9613dbea5",
  "_user": "obreschkow",
  "_type": "src",
  "_file": "docore_1.0.tar.gz",
  "_fileid": "c21cf719c44a66e4a3fe75747eed271b19fc15f1b51980efc9856777d4476553",
  "_filesize": 95216,
  "_sha256": "c21cf719c44a66e4a3fe75747eed271b19fc15f1b51980efc9856777d4476553",
  "_created": "2026-06-01T11:09:19.000Z",
  "_published": "2026-06-01T11:12:55.599Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78839536983,
      "time": 89,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7329928613"
    },
    {
      "job": 78839537110,
      "time": 102,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329932460"
    },
    {
      "job": 78839537022,
      "time": 167,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7329950602"
    },
    {
      "job": 78839537018,
      "time": 149,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329943317"
    },
    {
      "job": 78839153550,
      "time": 149,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329900427"
    },
    {
      "job": 78839537040,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329929338"
    },
    {
      "job": 78839537090,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7329924490"
    },
    {
      "job": 78839537149,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7329921985"
    },
    {
      "job": 78839537053,
      "time": 66,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329921144"
    }
  ],
  "_buildurl": "https://github.com/r-universe/obreschkow/actions/runs/26751130935",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/docore",
  "_commit": {
    "id": "f77aebb2f227003e51a557ec7397d76d222c80b0",
    "author": "Danail Obreschkow <danail.obreschkow@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0\n",
    "time": 1643703611
  },
  "_maintainer": {
    "name": "Danail Obreschkow",
    "email": "danail.obreschkow@gmail.com",
    "login": "obreschkow",
    "description": "",
    "uuid": 28353939
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "pracma",
      "role": "Imports"
    },
    {
      "package": "bit64",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "obreschkow",
      "count": 1,
      "uuid": 28353939
    }
  ],
  "_userbio": {
    "uuid": 28353939,
    "type": "user",
    "name": "Danail Obreschkow"
  },
  "_downloads": {
    "count": 179,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/docore"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/docore.html",
    "manual.pdf"
  ],
  "_realowner": "obreschkow",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2022-02-01"
    }
  ],
  "_exports": [
    "cshift",
    "last",
    "lim",
    "linuxspaces",
    "loadbin",
    "midseq",
    "quiet",
    "tick",
    "tock",
    "uniquedouble"
  ],
  "_help": [
    {
      "page": "cshift",
      "title": "Circularly shift each dimension of an array",
      "topics": [
        "cshift"
      ]
    },
    {
      "page": "last",
      "title": "Last element of a vector",
      "topics": [
        "last"
      ]
    },
    {
      "page": "lim",
      "title": "Crop values of vector or array to a custom range",
      "topics": [
        "lim"
      ]
    },
    {
      "page": "linuxspaces",
      "title": "Handle spaces in Linux filenames",
      "topics": [
        "linuxspaces"
      ]
    },
    {
      "page": "loadbin",
      "title": "Read binary data into array",
      "topics": [
        "loadbin"
      ]
    },
    {
      "page": "midseq",
      "title": "Mid-points of regular grid",
      "topics": [
        "midseq"
      ]
    },
    {
      "page": "quiet",
      "title": "Suppress in-routine output",
      "topics": [
        "quiet"
      ]
    },
    {
      "page": "tick",
      "title": "Start timer",
      "topics": [
        "tick"
      ]
    },
    {
      "page": "tock",
      "title": "Stop timer",
      "topics": [
        "tock"
      ]
    },
    {
      "page": "uniquedouble",
      "title": "Turn a 64-bit integer into a unique double value",
      "topics": [
        "uniquedouble"
      ]
    }
  ],
  "_rundeps": [
    "bit",
    "bit64",
    "pracma"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "docore",
  "_universes": [
    "obreschkow"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-06-01T11:10:52.000Z",
      "distro": "noble",
      "commit": "f77aebb2f227003e51a557ec7397d76d222c80b0",
      "fileid": "063083e18f8a51ff4f01fcfd99b003b61418a9c80f7c25e5d0643933f3c5a4c2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/obreschkow/actions/runs/26751130935"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-06-01T11:11:04.000Z",
      "distro": "noble",
      "commit": "f77aebb2f227003e51a557ec7397d76d222c80b0",
      "fileid": "99b804d867f6317a71d866e7e52cbc614c86f437bbf3e8f882b598d7ad49cda7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/obreschkow/actions/runs/26751130935"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0",
      "date": "2026-06-01T11:12:08.000Z",
      "commit": "f77aebb2f227003e51a557ec7397d76d222c80b0",
      "fileid": "e14789a79cc35ca3aa8267ec77f2a449f1d136eb61813b08074194530620e2ab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/obreschkow/actions/runs/26751130935"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0",
      "date": "2026-06-01T11:11:43.000Z",
      "commit": "f77aebb2f227003e51a557ec7397d76d222c80b0",
      "fileid": "6b5c761ba6b7c36e2a4ba0c7caab38dc096f76c34ac4e399e2de1e9f83ffda67",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/obreschkow/actions/runs/26751130935"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0",
      "date": "2026-06-01T11:11:05.000Z",
      "commit": "f77aebb2f227003e51a557ec7397d76d222c80b0",
      "fileid": "871177f1dcca937970e4a0dea93a09b67afbdb2cc0fdc6e8667a06db1db136f5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/obreschkow/actions/runs/26751130935"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0",
      "date": "2026-06-01T11:10:36.000Z",
      "commit": "f77aebb2f227003e51a557ec7397d76d222c80b0",
      "fileid": "712711c165d076ea51d73cdbc52b6b59865bd0f59e9e6e86a72310a02f7f16d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/obreschkow/actions/runs/26751130935"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0",
      "date": "2026-06-01T11:10:29.000Z",
      "commit": "f77aebb2f227003e51a557ec7397d76d222c80b0",
      "fileid": "f52f1266cc396f6cb8f097728656628cb9f9955a66fc9cf7e71835884408dcdd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/obreschkow/actions/runs/26751130935"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0",
      "date": "2026-06-01T11:10:24.000Z",
      "commit": "f77aebb2f227003e51a557ec7397d76d222c80b0",
      "fileid": "bf9553440947f8a06f600ff11a55f52de55fe1ef3c689352f63e71a99b78b74a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/obreschkow/actions/runs/26751130935"
    }
  ]
}