{
  "_id": "6a105b9aacfb0bcc41ca3eac",
  "Package": "evalR",
  "Type": "Package",
  "Title": "Evaluation of Unverified Code",
  "Version": "0.0.1",
  "Authors@R": "c(person(given = \"Numerious Inc.\",\nrole = c(\"cph\", \"fnd\")),person(\"Trevor\", \"Olsen\", email = \"trevor@numerious.com\", role =c(\"aut\", \"cre\"))   )",
  "Description": "The purpose of this package is to generate trees and\nvalidate unverified code. Trees are made by parsing a statement\ninto a verification tree data structure. This will make it easy\nto port the statement into another language. Safe statement\nevaluations are done by executing the verification trees.",
  "License": "MIT + file LICENSE",
  "RoxygenNote": "7.1.2",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-09 05:31:02 UTC",
    "User": "root"
  },
  "Author": "Numerious Inc. [cph, fnd], Trevor Olsen [aut, cre]",
  "Maintainer": "Trevor Olsen <trevor@numerious.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2022-08-25 08:32:34 UTC",
  "RemoteUrl": "https://github.com/cran/evalR",
  "RemoteRef": "HEAD",
  "RemoteSha": "d62ba7f63041362fd4e509e0227f14adcbeb2db9",
  "MD5sum": "01e2df7c7553138b667fd06d2d70d030",
  "_user": "cran",
  "_type": "src",
  "_file": "evalR_0.0.1.tar.gz",
  "_fileid": "4d0e80f82fa17bbc35c70ce689054ac543d7fc2717156f63ae7ea0f2913c80ba",
  "_filesize": 200951,
  "_sha256": "4d0e80f82fa17bbc35c70ce689054ac543d7fc2717156f63ae7ea0f2913c80ba",
  "_created": "2026-05-09T05:31:02.000Z",
  "_published": "2026-05-22T13:35:22.769Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77390402391,
      "time": 122,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6893232389"
    },
    {
      "job": 77390402313,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6893230739"
    },
    {
      "job": 77390402619,
      "time": 119,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6893232151"
    },
    {
      "job": 77390402534,
      "time": 125,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6893233506"
    },
    {
      "job": 77390402151,
      "time": 193,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6893218920"
    },
    {
      "job": 77390401662,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161805841"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25592893792",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/evalR",
  "_commit": {
    "id": "d62ba7f63041362fd4e509e0227f14adcbeb2db9",
    "author": "Trevor Olsen <trevor@numerious.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.0.1\n",
    "time": 1661416354
  },
  "_maintainer": {
    "name": "Trevor Olsen",
    "email": "trevor@numerious.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.1",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "tufte",
      "role": "Suggests"
    },
    {
      "package": "microbenchmark",
      "role": "Suggests"
    }
  ],
  "_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": 189,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/evalR"
  },
  "_searchresults": 1,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/evalR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2022-08-25"
    }
  ],
  "_exports": [
    "create_tree",
    "eval_text",
    "eval_tree",
    "find_parenthesis"
  ],
  "_help": [
    {
      "page": "create_tree",
      "title": "Convert a statement into an evaluation tree",
      "topics": [
        "create_tree"
      ]
    },
    {
      "page": "eval_text",
      "title": "safely evaluate text",
      "topics": [
        "eval_text"
      ]
    },
    {
      "page": "eval_tree",
      "title": "safely evaluate tree",
      "topics": [
        "eval_tree"
      ]
    },
    {
      "page": "find_parenthesis",
      "title": "Helper to find first block of parenthesis",
      "topics": [
        "find_parenthesis"
      ]
    }
  ],
  "_pkglogo": "https://github.com/cran/evalR/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/cran/evalR/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "Overview.Rmd",
      "filename": "Overview.html",
      "title": "Overview",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Verification Trees",
        "Safe Evaluation",
        "Functions",
        "create_tree",
        "Under the hood",
        "pval",
        "eval",
        "eval_tree",
        "eval_text",
        "Shared Parameters",
        "map Parameter",
        "microbenchmark",
        "Final Thoughts",
        "Credit"
      ],
      "created": "2022-08-25 08:32:34",
      "modified": "2022-08-25 08:32:34",
      "commits": 1
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "evalr",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-09T05:33:08.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "d62ba7f63041362fd4e509e0227f14adcbeb2db9",
      "fileid": "af859298521fe72329d24dd4e850c9ba741bc6c66deef39791303e45ae5a51d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25592893792"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-09T05:32:51.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "d62ba7f63041362fd4e509e0227f14adcbeb2db9",
      "fileid": "fac87668d06685102f8570e1c0cc20392de930a61f2fceedc925d3b5a187c433",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25592893792"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-09T05:33:04.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "d62ba7f63041362fd4e509e0227f14adcbeb2db9",
      "fileid": "37f41c1cb04ca907f3d6c2cecbb98e308a2021c0a1a5192b96f2a0743bafe468",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25592893792"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-09T05:33:14.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "d62ba7f63041362fd4e509e0227f14adcbeb2db9",
      "fileid": "7bfaee352899c1aa83341f94a6154864198cd199c0738e55abd948bd2beb9e97",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25592893792"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1",
      "date": "2026-05-22T13:34:55.000Z",
      "arch": "emscripten",
      "commit": "d62ba7f63041362fd4e509e0227f14adcbeb2db9",
      "fileid": "b8318e812f68e3268445669f400feb056b5ed07d6c3278c104dd246fc510f37e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25592893792"
    }
  ]
}