{
  "_id": "6a2d026c3efcd9bda42e960a",
  "Package": "pracpac",
  "Title": "Practical 'R' Packaging in 'Docker'",
  "Version": "0.2.0",
  "Authors@R": "c(person(given = \"Stephen\",\nfamily = \"Turner\",\nrole = c(\"aut\"),\ncomment = c(ORCID = \"0000-0001-9140-9028\")),\nperson(given = \"VP\",\nfamily = \"Nagraj\",\nrole = c(\"cre\", \"aut\"),\nemail=\"nagraj@nagraj.net\",\ncomment = c(ORCID = \"0000-0003-0060-566X\")),\nperson(\"Signature Science, LLC.\",\nrole = \"cph\"))",
  "Description": "Streamline the creation of 'Docker' images with 'R'\npackages and dependencies embedded. The 'pracpac' package\nprovides a 'usethis'-like interface to creating Dockerfiles\nwith dependencies managed by 'renv'. The 'pracpac'\nfunctionality is described in Nagraj and Turner (2023)\n<doi:10.48550/arXiv.2303.07876>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "URL": "https://signaturescience.github.io/pracpac/,\nhttps://github.com/signaturescience/pracpac/",
  "BugReports": "https://github.com/signaturescience/pracpac/issues",
  "Config/pak/sysreqs": "cmake make libuv1-dev",
  "Repository": "https://signaturescience.r-universe.dev",
  "Date/Publication": "2023-06-17 00:10:24 UTC",
  "RemoteUrl": "https://github.com/signaturescience/pracpac",
  "RemoteRef": "HEAD",
  "RemoteSha": "5e426dce72ebfd129dec0ed2b0b7eefc273576a7",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-13 07:04:56 UTC",
    "User": "root"
  },
  "Author": "Stephen Turner [aut] (ORCID: <https://orcid.org/0000-0001-9140-9028>),\nVP Nagraj [cre, aut] (ORCID: <https://orcid.org/0000-0003-0060-566X>),\nSignature Science, LLC. [cph]",
  "Maintainer": "VP Nagraj <nagraj@nagraj.net>",
  "MD5sum": "4a3c8b67d48d1bd503dc1b8e18776486",
  "_user": "signaturescience",
  "_type": "src",
  "_file": "pracpac_0.2.0.tar.gz",
  "_fileid": "64239941f289ebabe61b2683120c4128cf9216854f1eeb77b64411169bedeb43",
  "_filesize": 415869,
  "_sha256": "64239941f289ebabe61b2683120c4128cf9216854f1eeb77b64411169bedeb43",
  "_created": "2026-06-13T07:04:56.000Z",
  "_published": "2026-06-13T07:10:36.109Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81171431952,
      "time": 121,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7608455561"
    },
    {
      "job": 81171431949,
      "time": 131,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7608456768"
    },
    {
      "job": 81171431936,
      "time": 93,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7608465033"
    },
    {
      "job": 81171431963,
      "time": 77,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7608476266"
    },
    {
      "job": 81171244878,
      "time": 184,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7608438755"
    },
    {
      "job": 81171431957,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7608452471"
    },
    {
      "job": 81171431953,
      "time": 78,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7608449965"
    },
    {
      "job": 81171431964,
      "time": 71,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7608448534"
    },
    {
      "job": 81171431986,
      "time": 62,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7608447544"
    }
  ],
  "_buildurl": "https://github.com/r-universe/signaturescience/actions/runs/27459799118",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/signaturescience/pracpac",
  "_commit": {
    "id": "5e426dce72ebfd129dec0ed2b0b7eefc273576a7",
    "author": "VP Nagraj <nagraj@nagraj.net>",
    "committer": "VP Nagraj <nagraj@nagraj.net>",
    "message": "typo in CRAN comments\n",
    "time": 1686960624
  },
  "_maintainer": {
    "name": "VP Nagraj",
    "email": "nagraj@nagraj.net",
    "login": "vpnagraj",
    "description": "",
    "uuid": 8546787,
    "orcid": "0000-0003-0060-566X"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "rprojroot",
      "role": "Imports"
    },
    {
      "package": "renv",
      "role": "Imports"
    },
    {
      "package": "pkgbuild",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "signaturescience",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 40,
  "_contributors": [
    {
      "user": "stephenturner",
      "count": 158,
      "uuid": 460076
    },
    {
      "user": "vpnagraj",
      "count": 131,
      "uuid": 8546787
    }
  ],
  "_userbio": {
    "uuid": 36040935,
    "type": "organization",
    "name": "Signature Science, LLC"
  },
  "_downloads": {
    "count": 707,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/pracpac"
  },
  "_devurl": "https://github.com/signaturescience/pracpac",
  "_pkgdown": "https://signaturescience.github.io/pracpac/",
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/pracpac.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/signaturescience/pracpac",
  "_realowner": "signaturescience",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-03-21"
    },
    {
      "version": "0.2.0",
      "date": "2023-06-19"
    }
  ],
  "_exports": [
    "%>%",
    "add_assets",
    "add_dockerfile",
    "build_image",
    "build_pkg",
    "create_docker_dir",
    "pkg_info",
    "renv_deps",
    "use_docker"
  ],
  "_help": [
    {
      "page": "add_assets",
      "title": "Add assets for the specified use case",
      "topics": [
        "add_assets"
      ]
    },
    {
      "page": "add_dockerfile",
      "title": "Add a Dockerfile to the docker directory",
      "topics": [
        "add_dockerfile"
      ]
    },
    {
      "page": "build_image",
      "title": "Build a Docker image",
      "topics": [
        "build_image"
      ]
    },
    {
      "page": "build_pkg",
      "title": "Build a package tar.gz",
      "topics": [
        "build_pkg"
      ]
    },
    {
      "page": "create_docker_dir",
      "title": "Create Docker directory",
      "topics": [
        "create_docker_dir"
      ]
    },
    {
      "page": "handle_use_case",
      "title": "Handle the use case",
      "topics": [
        "handle_use_case"
      ]
    },
    {
      "page": "pkg_info",
      "title": "Get information about the current package",
      "topics": [
        "pkg_info"
      ]
    },
    {
      "page": "pkg_root",
      "title": "Find package root",
      "topics": [
        "pkg_root"
      ]
    },
    {
      "page": "renv_deps",
      "title": "Get dependencies using renv",
      "topics": [
        "renv_deps"
      ]
    },
    {
      "page": "use_docker",
      "title": "Use docker packaging tools",
      "topics": [
        "use_docker"
      ]
    }
  ],
  "_pkglogo": "https://github.com/signaturescience/pracpac/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/signaturescience/pracpac/raw/HEAD/README.md",
  "_rundeps": [
    "callr",
    "cli",
    "desc",
    "fs",
    "glue",
    "magrittr",
    "otel",
    "pkgbuild",
    "processx",
    "ps",
    "R6",
    "renv",
    "rprojroot"
  ],
  "_vignettes": [
    {
      "source": "basic-usage.Rmd",
      "filename": "basic-usage.html",
      "title": "Basic Usage",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Terminology",
        "Using pracpac",
        "use_docker()",
        "build_image()"
      ],
      "created": "2023-03-09 13:23:04",
      "modified": "2023-03-17 20:47:33",
      "commits": 3
    },
    {
      "source": "use-cases.Rmd",
      "filename": "use-cases.html",
      "title": "Use Cases",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Pipeline",
        "Setting up the Docker template",
        "Dockerfile",
        "run.sh",
        "pre.R",
        "Building the image",
        "Running the container",
        "Shiny",
        "app.R"
      ],
      "created": "2023-03-09 13:23:04",
      "modified": "2023-06-10 19:12:36",
      "commits": 2
    }
  ],
  "_score": 5.6020599913279625,
  "_indexed": true,
  "_nocasepkg": "pracpac",
  "_universes": [
    "signaturescience",
    "vpnagraj"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-13T07:07:15.000Z",
      "distro": "noble",
      "commit": "5e426dce72ebfd129dec0ed2b0b7eefc273576a7",
      "fileid": "e29316c86dd18b00ebe56f8dd098e80fe1bceb3239a6d3786c66f38592eb264e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/signaturescience/actions/runs/27459799118"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-13T07:07:26.000Z",
      "distro": "noble",
      "commit": "5e426dce72ebfd129dec0ed2b0b7eefc273576a7",
      "fileid": "e9454ed1a81438521cd868200ebd481835bbafb1a98a2fc8fedec83ec8fc03a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/signaturescience/actions/runs/27459799118"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-13T07:08:32.000Z",
      "commit": "5e426dce72ebfd129dec0ed2b0b7eefc273576a7",
      "fileid": "1611f91a763b7cd4d8fa8c025f3b72a66f902d6ae8286799360b437eeff9ac50",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/signaturescience/actions/runs/27459799118"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-13T07:10:07.000Z",
      "commit": "5e426dce72ebfd129dec0ed2b0b7eefc273576a7",
      "fileid": "10a771d158f3115a55aa44298ce78e18f7a74e0d07fc2b35b60480f7f837eab3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/signaturescience/actions/runs/27459799118"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-13T07:07:04.000Z",
      "commit": "5e426dce72ebfd129dec0ed2b0b7eefc273576a7",
      "fileid": "f483bbd5da3c2aae646fc18deed0f5f64622a95e408bfb86c784381d4fe54961",
      "status": "success",
      "buildurl": "https://github.com/r-universe/signaturescience/actions/runs/27459799118"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-13T07:06:22.000Z",
      "commit": "5e426dce72ebfd129dec0ed2b0b7eefc273576a7",
      "fileid": "eeecd951254fac51090c29ce603f40864a58930f130e867213c8e3fb98cdba39",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/signaturescience/actions/runs/27459799118"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-13T07:06:12.000Z",
      "commit": "5e426dce72ebfd129dec0ed2b0b7eefc273576a7",
      "fileid": "33556db43ff9dddc7af1943288051d88321ca19082e2c8a64f57317c2e03aef0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/signaturescience/actions/runs/27459799118"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-13T07:06:05.000Z",
      "commit": "5e426dce72ebfd129dec0ed2b0b7eefc273576a7",
      "fileid": "82de84a71d4056992062b717ed8dcf8c026dbf9d1ee2a727e40073758861f04c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/signaturescience/actions/runs/27459799118"
    }
  ]
}