{
  "_id": "6a106185acfb0bcc41ca7a91",
  "Package": "compare",
  "Version": "0.2-6",
  "Title": "Comparing Objects for Differences",
  "Author": "Paul Murrell",
  "Maintainer": "Paul Murrell <p.murrell@auckland.ac.nz>",
  "Description": "Functions to compare a model object to a comparison\nobject. If the objects are not identical, the functions can be\ninstructed to explore various modifications of the objects\n(e.g., sorting rows, dropping names) to see if the modified\nversions are identical.",
  "License": "GPL (>= 2)",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-08 08:04:49 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2015-08-25 00:00:00 UTC",
  "RemoteUrl": "https://github.com/cran/compare",
  "RemoteRef": "HEAD",
  "RemoteSha": "7f783353abdc73f63eb82bc71eb83848b43b8157",
  "MD5sum": "eedb5bb73c442837f00ef0a060200283",
  "_user": "cran",
  "_type": "src",
  "_file": "compare_0.2-6.tar.gz",
  "_fileid": "58ccb44754891bdb1de56957e5509c062f5de79d84e79809f1833ec0ef98d6bf",
  "_filesize": 397543,
  "_sha256": "58ccb44754891bdb1de56957e5509c062f5de79d84e79809f1833ec0ef98d6bf",
  "_created": "2026-05-08T08:04:49.000Z",
  "_published": "2026-05-22T14:00:37.198Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77394843109,
      "time": 133,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6874693799"
    },
    {
      "job": 77394843409,
      "time": 101,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6874683454"
    },
    {
      "job": 77394841818,
      "time": 223,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6874655719"
    },
    {
      "job": 77394842403,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7162338588"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25544377691",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/compare",
  "_commit": {
    "id": "7f783353abdc73f63eb82bc71eb83848b43b8157",
    "author": "Paul Murrell <p.murrell@auckland.ac.nz>",
    "committer": "Gabor Csardi <csardi.gabor@gmail.com>",
    "message": "version 0.2-6\n",
    "time": 1440460800
  },
  "_maintainer": {
    "name": "Paul Murrell",
    "email": "p.murrell@auckland.ac.nz"
  },
  "_registered": true,
  "_dependencies": [],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 6,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 1209,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/compare"
  },
  "_mentions": 23,
  "_searchresults": 410,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/compare.html",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1",
      "date": "2008-06-16"
    },
    {
      "version": "0.2",
      "date": "2008-07-21"
    },
    {
      "version": "0.2-1",
      "date": "2009-01-23"
    },
    {
      "version": "0.2-2",
      "date": "2009-06-25"
    },
    {
      "version": "0.2-3",
      "date": "2009-10-12"
    },
    {
      "version": "0.2-4",
      "date": "2014-02-24"
    },
    {
      "version": "0.2-5",
      "date": "2014-12-16"
    },
    {
      "version": "0.2-6",
      "date": "2015-08-25"
    }
  ],
  "_exports": [
    "commentQuestions",
    "comments",
    "compare",
    "compareCoerce",
    "compareEqual",
    "compareFile",
    "compareFiles",
    "compareIdentical",
    "compareIgnoreAttrs",
    "compareIgnoreNameCase",
    "compareIgnoreNames",
    "compareIgnoreOrder",
    "compareName",
    "compareShorten",
    "isTRUE",
    "markQuestions",
    "questionComments",
    "questionMarks",
    "rule",
    "sourceFile",
    "transformComment",
    "transformRule",
    "transforms"
  ],
  "_help": [
    {
      "page": "commentQuestions",
      "title": "Apply a Commenting Scheme",
      "topics": [
        "commentQuestions"
      ]
    },
    {
      "page": "compare",
      "title": "Compare Two Objects",
      "concept": [
        "approximately equal",
        "equality testing"
      ],
      "topics": [
        "compare",
        "compareName"
      ]
    },
    {
      "page": "compareCoerce",
      "title": "Compare Two Objects of Different Class",
      "topics": [
        "compareCoerce",
        "compareCoerce.array",
        "compareCoerce.character",
        "compareCoerce.data.frame",
        "compareCoerce.factor",
        "compareCoerce.integer",
        "compareCoerce.logical",
        "compareCoerce.matrix",
        "compareCoerce.numeric",
        "compareCoerce.table"
      ]
    },
    {
      "page": "compareEqual",
      "title": "Compare Two Objects for Equality",
      "topics": [
        "compareEqual",
        "compareEqual.array",
        "compareEqual.character",
        "compareEqual.data.frame",
        "compareEqual.factor",
        "compareEqual.list",
        "compareEqual.logical",
        "compareEqual.matrix",
        "compareEqual.numeric",
        "compareEqual.table"
      ]
    },
    {
      "page": "compareFile",
      "title": "Compare Several Objects",
      "topics": [
        "compareFile",
        "compareFiles"
      ]
    },
    {
      "page": "compareIdentical",
      "title": "Compare Two Objects for Identity",
      "topics": [
        "compareIdentical"
      ]
    },
    {
      "page": "compareIgnoreAttrs",
      "title": "Compare Two Objects with Different Attributes",
      "topics": [
        "compareIgnoreAttrs"
      ]
    },
    {
      "page": "compareIgnoreNames",
      "title": "Compare Two Objects with Different Names",
      "topics": [
        "compareIgnoreNameCase",
        "compareIgnoreNameCase.data.frame",
        "compareIgnoreNames",
        "compareIgnoreNames.data.frame"
      ]
    },
    {
      "page": "compareIgnoreOrder",
      "title": "Compare Two Objects with Different Order",
      "topics": [
        "compareIgnoreOrder",
        "compareIgnoreOrder.data.frame"
      ]
    },
    {
      "page": "compareShorten",
      "title": "Compare Two Objects with Different Lengths",
      "topics": [
        "compareShorten",
        "compareShorten.data.frame"
      ]
    },
    {
      "page": "comparison-class",
      "title": "Comparison Between Two Objects",
      "topics": [
        "comparison-class",
        "isTRUE",
        "isTRUE.comparison",
        "transforms"
      ]
    },
    {
      "page": "markQuestions",
      "title": "Apply a Marking Scheme",
      "topics": [
        "markQuestions"
      ]
    },
    {
      "page": "questionComments",
      "title": "Define a Commenting Scheme",
      "topics": [
        "comments",
        "questionComments",
        "transformComment"
      ]
    },
    {
      "page": "questionMarks",
      "title": "Define a Marking Scheme",
      "topics": [
        "questionMarks",
        "rule",
        "transformRule"
      ]
    },
    {
      "page": "sourceFile",
      "title": "Evaluate R Code from a File",
      "topics": [
        "sourceFile"
      ]
    }
  ],
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "compare-intro.Rnw",
      "filename": "compare-intro.pdf",
      "title": "Introduction to the compare package",
      "engine": "utils::Sweave",
      "headings": [],
      "created": "2014-02-24",
      "modified": "2014-02-24",
      "commits": 1
    },
    {
      "source": "fundamentals.Rnw",
      "filename": "fundamentals.pdf",
      "title": "The compare package fundamentals",
      "engine": "utils::Sweave",
      "headings": [],
      "created": "2014-02-24",
      "modified": "2014-02-24",
      "commits": 1
    }
  ],
  "_score": 6.251512658347795,
  "_indexed": true,
  "_nocasepkg": "compare",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2-6",
      "date": "2026-05-08T08:07:17.000Z",
      "distro": "noble",
      "commit": "7f783353abdc73f63eb82bc71eb83848b43b8157",
      "fileid": "316bcae50346e9c37e385b8b4c73223c54b5a1ef1af805dcd4d075df6e7e641d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25544377691"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2-6",
      "date": "2026-05-08T08:06:38.000Z",
      "distro": "noble",
      "commit": "7f783353abdc73f63eb82bc71eb83848b43b8157",
      "fileid": "a719407444a1ba3d6f912e03964bdd5090c30acb7bd9c7144ce9030e31d524cf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25544377691"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2-6",
      "date": "2026-05-22T13:59:55.000Z",
      "commit": "7f783353abdc73f63eb82bc71eb83848b43b8157",
      "fileid": "80f5cb41a020078e3147bbbd517ad0d169a1cda326785dd9271ce50700280b48",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25544377691"
    }
  ]
}