{
  "_id": "6a49cdf41b0c6c282ca7d38b",
  "Package": "mvdf",
  "Type": "Package",
  "Title": "A Minimum Viable Data Format for 3D Rendering via Blender",
  "Version": "0.0.0.9000",
  "Authors@R": "person(given = \"Michael\",\nfamily = \"Mahoney\",\nrole = c(\"aut\", \"cre\"),\nemail = \"mike.mahoney.218@gmail.com\",\ncomment = c(ORCID = \"0000-0003-2402-304X\"))",
  "Description": "A small, self-contained, minimum viable data format\nproviding a standard interface for using R as a front-end for\nthe Blender 3D rendering program. The core approach centers\naround an S4 class, 'mvdf', with getter, setter, and validation\nmethods designed to be extended for more specific rendering\napproaches.",
  "URL": "https://mikemahoney218.github.io/mvdf/",
  "BugReports": "https://github.com/mikemahoney218/mvdf/issues",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "SystemRequirements": "Blender",
  "Collate": "'add_blender_endmatter.R' 'add_camera.R' 'mvdf_class.R'\n'add_empty.R' 'add_light.R' 'mvdf_simple_material.R'\n'add_primitive.R' 'add_render_image.R' 'appendix.R' 'assign.R'\n'base_methods.R' 'create_blender_frontmatter.R'\n'execute_render.R' 'get_mvdf.R' 'metadata.R' 'mvdf-package.R'\n'show.R' 'zzz.R'",
  "Config/pak/sysreqs": "blender",
  "Repository": "https://mikemahoney218.r-universe.dev",
  "Date/Publication": "2021-05-03 14:11:45 UTC",
  "RemoteUrl": "https://github.com/mikemahoney218/mvdf",
  "RemoteRef": "HEAD",
  "RemoteSha": "22a299354846376a1d0013771d6c26090a112899",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-05 03:18:52 UTC",
    "User": "root"
  },
  "Author": "Michael Mahoney [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-2402-304X>)",
  "Maintainer": "Michael Mahoney <mike.mahoney.218@gmail.com>",
  "_user": "mikemahoney218",
  "_type": "src",
  "_file": "mvdf_0.0.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/7890eeb5bd4f89d9478e3ec51366c9d51bc1382efb263fa95b8272081e9dbb9a",
  "_filesize": 1796803,
  "_sha256": "7890eeb5bd4f89d9478e3ec51366c9d51bc1382efb263fa95b8272081e9dbb9a",
  "_expires": "2026-10-13T03:22:27.000Z",
  "_created": "2026-07-05T03:18:52.000Z",
  "_published": "2026-07-05T03:22:28.973Z",
  "_jobs": [
    {
      "job": 85188793543,
      "time": 153,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8087896128"
    },
    {
      "job": 85188793537,
      "time": 167,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8087897930"
    },
    {
      "job": 85188793552,
      "time": 153,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8087892301"
    },
    {
      "job": 85188793536,
      "time": 127,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8087890595"
    },
    {
      "job": 85188528027,
      "time": 251,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8087878461"
    },
    {
      "job": 85188793547,
      "time": 167,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8087897721"
    },
    {
      "job": 85188793565,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8087888731"
    },
    {
      "job": 85188793571,
      "time": 82,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8087888444"
    },
    {
      "job": 85188793549,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8087887627"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mikemahoney218/actions/runs/28727935723",
  "_status": "success",
  "_upstream": "https://github.com/mikemahoney218/mvdf",
  "_commit": {
    "id": "22a299354846376a1d0013771d6c26090a112899",
    "author": "GitHub Actions <actions@github.com>",
    "committer": "GitHub Actions <actions@github.com>",
    "message": "Re-build README.Rmd\n",
    "time": 1620051105
  },
  "_maintainer": {
    "name": "Michael Mahoney",
    "email": "mike.mahoney.218@gmail.com",
    "login": "mikemahoney218",
    "mastodon": "@MikeMahoney218@fosstodon.org",
    "orcid": "0000-0003-2402-304X",
    "description": "R, Python, and using data to understand this complex world we live in",
    "uuid": 38229299
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "proceduralnames",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "codemetar",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "lintr",
      "role": "Suggests"
    },
    {
      "package": "styler",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "brio",
      "role": "Suggests"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    }
  ],
  "_owner": "mikemahoney218",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "blender"
  ],
  "_stars": 17,
  "_contributors": [
    {
      "user": "mikemahoney218",
      "count": 64,
      "uuid": 38229299
    }
  ],
  "_userbio": {
    "uuid": 38229299,
    "type": "user",
    "name": "Michael Mahoney",
    "followers": 271,
    "description": "R, Python, and using data to understand this complex world we live in"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mvdf"
  },
  "_devurl": "https://github.com/mikemahoney218/mvdf",
  "_pkgdown": "https://mikemahoney218.github.io/mvdf/",
  "_searchresults": 5,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mvdf.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "add_blender_endmatter",
    "add_camera",
    "add_curve_primitive",
    "add_empty",
    "add_light",
    "add_mesh_primitive",
    "add_render_image",
    "add_surface_primitive",
    "appendix",
    "appendix<-",
    "as.data.frame",
    "create_blender_frontmatter",
    "execute_render",
    "head",
    "metadata",
    "metadata<-",
    "mvdf",
    "mvdf_obj",
    "mvdf_simple_material",
    "mvdf<-",
    "ncol",
    "nrow",
    "plot",
    "set_appendix",
    "set_metadata",
    "set_mvdf",
    "set_values",
    "show",
    "tail"
  ],
  "_help": [
    {
      "page": "add_blender_endmatter",
      "title": "Add standard ending boilerplate to a Blender rendering script",
      "topics": [
        "add_blender_endmatter"
      ]
    },
    {
      "page": "add_camera",
      "title": "Add a camera object to a Blender scene",
      "topics": [
        "add_camera"
      ]
    },
    {
      "page": "add_empty",
      "title": "Add code to create empties to a Blender script",
      "topics": [
        "add_empty",
        "add_empty_method",
        "add_empty_method,mvdf_obj-method"
      ]
    },
    {
      "page": "add_light",
      "title": "Add a light object to a Blender scene",
      "topics": [
        "add_light"
      ]
    },
    {
      "page": "add_primitive",
      "title": "Add code to add primitives to a Blender script",
      "topics": [
        "add_curve_primitive",
        "add_mesh_primitive",
        "add_primitive",
        "add_surface_primitive"
      ]
    },
    {
      "page": "add_render_image",
      "title": "Add steps to render a scene to an image file to a Blender script",
      "topics": [
        "add_render_image"
      ]
    },
    {
      "page": "get_appendix",
      "title": "Retrieve the appendix from a `forthetrees` object",
      "topics": [
        "appendix",
        "appendix,mvdf_obj-method"
      ]
    },
    {
      "page": "appendixassign",
      "title": "Set appendix values for an `mvdf_obj` object.",
      "topics": [
        "appendix<-",
        "appendix<-,mvdf_obj-method"
      ]
    },
    {
      "page": "as.data.frame-mvdf_obj-method",
      "title": "Coerce to a data frame",
      "topics": [
        "as.data.frame,mvdf_obj-method"
      ]
    },
    {
      "page": "create_blender_frontmatter",
      "title": "Create a Blender rendering script with standard beginning boilerplate",
      "topics": [
        "create_blender_frontmatter"
      ]
    },
    {
      "page": "execute_render",
      "title": "Execute a Python script in Blender",
      "topics": [
        "execute_render"
      ]
    },
    {
      "page": "headtail",
      "title": "Return the first or last parts of objects inheriting from `mvdf_obj`",
      "topics": [
        "head,mvdf_obj-method",
        "tail,mvdf_obj-method"
      ]
    },
    {
      "page": "get_metadata",
      "title": "Retrieve the metadata data frame from a `forthetrees` object",
      "topics": [
        "metadata",
        "metadata,mvdf_obj-method"
      ]
    },
    {
      "page": "metadataassign",
      "title": "Set metadata values for an `mvdf_obj` object.",
      "topics": [
        "metadata<-",
        "metadata<-,mvdf_obj-method"
      ]
    },
    {
      "page": "getmvdf",
      "title": "Retrieve mvdf values from a `mvdf_obj` object.",
      "topics": [
        "mvdf",
        "mvdf,mvdf_obj-method"
      ]
    },
    {
      "page": "mvdf_obj",
      "title": "Construct a Minimum Viable Data Frame object",
      "topics": [
        "mvdf_obj"
      ]
    },
    {
      "page": "mvdf_obj-class",
      "title": "The Minimum Viable Data Frame S4 class",
      "concept": [
        "classes and related functions"
      ],
      "topics": [
        "mvdf_obj-class"
      ]
    },
    {
      "page": "mvdf_simple_material",
      "title": "Create a `mvdf_simple_material` object",
      "topics": [
        "mvdf_simple_material"
      ]
    },
    {
      "page": "mvdf_simple_material-class",
      "title": "Class to attach basic material data to `mvdf_obj` objects",
      "concept": [
        "classes and related functions"
      ],
      "topics": [
        "mvdf_simple_material-class"
      ]
    },
    {
      "page": "mvdfassign",
      "title": "Set mvdf values for an `mvdf_obj` object.",
      "topics": [
        "mvdf<-",
        "mvdf<-,mvdf_obj-method"
      ]
    },
    {
      "page": "nrowncol",
      "title": "The Number of Rows/Columns of an mvdf",
      "topics": [
        "ncol,mvdf_obj-method",
        "nrow,mvdf_obj-method"
      ]
    },
    {
      "page": "plot-mvdf_obj-method",
      "title": "Generic X-Y Plotting",
      "topics": [
        "plot,mvdf_obj-method"
      ]
    },
    {
      "page": "setvalues",
      "title": "Set values for objects subclassing `mvdf_obj`",
      "topics": [
        "setvalues",
        "set_appendix",
        "set_metadata",
        "set_mvdf",
        "set_values"
      ]
    },
    {
      "page": "show-mvdf_obj-method",
      "title": "Show an object inheriting from `mvdf_obj`",
      "topics": [
        "show,mvdf_obj-method"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mikemahoney218/mvdf/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/mikemahoney218/mvdf/raw/HEAD/README.md",
  "_rundeps": [
    "glue",
    "proceduralnames",
    "rlang"
  ],
  "_vignettes": [
    {
      "source": "intro-to-mvdf.Rmd",
      "filename": "intro-to-mvdf.html",
      "title": "Introduction to mvdf",
      "engine": "knitr::rmarkdown",
      "headings": [
        "A Minimal Viable Data Format for Using R as a Frontend for Blender",
        "So What's an mvdf Anyway?",
        "Making Simple Renders",
        "More Complicated Renders"
      ],
      "created": "2020-12-21 16:30:00",
      "modified": "2020-12-21 19:37:00",
      "commits": 2
    },
    {
      "source": "dev-guide.Rmd",
      "filename": "dev-guide.html",
      "title": "mvdf for Developers",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Extending mvdf",
        "Creating New Classes",
        "Adding Exporters",
        "Manipulation Functions",
        "Reuse Definitions"
      ],
      "created": "2020-12-21 16:30:00",
      "modified": "2021-05-03 14:06:38",
      "commits": 3
    }
  ],
  "_score": 4.230448921378274,
  "_indexed": true,
  "_nocasepkg": "mvdf",
  "_universes": [
    "mikemahoney218"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-07-05T03:21:30.000Z",
      "distro": "resolute",
      "commit": "22a299354846376a1d0013771d6c26090a112899",
      "fileid": "https://r2.ropensci.org/a3ea8a604e89fb0528c5b53f2b95a38ca04b5c797f04d13de19598536036e23f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mikemahoney218/actions/runs/28727935723"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-07-05T03:21:43.000Z",
      "distro": "resolute",
      "commit": "22a299354846376a1d0013771d6c26090a112899",
      "fileid": "https://r2.ropensci.org/25939411ee4938e43e252ce5e3ee142fdc21d677d691fd3a67f6d203b0c69732",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mikemahoney218/actions/runs/28727935723"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-07-05T03:20:58.000Z",
      "commit": "22a299354846376a1d0013771d6c26090a112899",
      "fileid": "https://r2.ropensci.org/086720c25ad95f950e1811ad50113811df3cd6744751ea39c7f55f9c7b5f2efc",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mikemahoney218/actions/runs/28727935723"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-07-05T03:20:43.000Z",
      "commit": "22a299354846376a1d0013771d6c26090a112899",
      "fileid": "https://r2.ropensci.org/caa015381c335e486251e3cd8e8791e7acf636a72571e584fd1e0b255fd6e7db",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mikemahoney218/actions/runs/28727935723"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.0.9000",
      "date": "2026-07-05T03:21:57.000Z",
      "commit": "22a299354846376a1d0013771d6c26090a112899",
      "fileid": "https://r2.ropensci.org/eda4af6171a8363a0c206983a353618799937feb924f2acee7b15e9d7e1c743d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mikemahoney218/actions/runs/28727935723"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-07-05T03:20:13.000Z",
      "commit": "22a299354846376a1d0013771d6c26090a112899",
      "fileid": "https://r2.ropensci.org/1cbd287297f6ea8d25a4fd4f9605f3f328c6750c5375ca2874c0a0b1e82f5977",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mikemahoney218/actions/runs/28727935723"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-07-05T03:20:16.000Z",
      "commit": "22a299354846376a1d0013771d6c26090a112899",
      "fileid": "https://r2.ropensci.org/6bf4130678ad01b398ae1fca3137714549dd34a489fde7563324a353b5c2288d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mikemahoney218/actions/runs/28727935723"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-07-05T03:20:08.000Z",
      "commit": "22a299354846376a1d0013771d6c26090a112899",
      "fileid": "https://r2.ropensci.org/c3b41d7d5c496055ede64d4a176b4a79ae0c3cdf0efb6f67824d33c956bd4498",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/mikemahoney218/actions/runs/28727935723"
    }
  ]
}