{
  "_id": "6a1e7c251d7bb097a0a654ed",
  "Package": "goalp",
  "Type": "Package",
  "Title": "Weighted and Lexicographic Goal Programming Interface",
  "Version": "0.3.1",
  "Authors@R": "c(\nperson(\"David\", \"Palma\", email=\"D.Palma@leeds.ac.uk\",\nrole=c(\"aut\", \"cre\")),\nperson(\"Richard\", \"Hodgett\", email=\"R.E.Hodgett@leeds.ac.uk\",\nrole=\"ctb\"))",
  "Description": "Solves goal programming problems of the weighted and\nlexicographic type, as well as combinations of the two, as\ndescribed by Ignizio (1983) <doi:10.1016/0305-0548(83)90003-5>.\nAllows for a simple human-readable input describing the problem\nas a series of equations. Relies on the 'lpSolve' package to\nsolve the underlying linear optimisation problem.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.2",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 06:43:25 UTC",
    "User": "root"
  },
  "Author": "David Palma [aut, cre], Richard Hodgett [ctb]",
  "Maintainer": "David Palma <D.Palma@leeds.ac.uk>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2022-11-29 09:30:02 UTC",
  "RemoteUrl": "https://github.com/cran/goalp",
  "RemoteRef": "HEAD",
  "RemoteSha": "88e8f4048baa59f931650fad579b7e10cc1f8e98",
  "MD5sum": "38c773461a97f0c7d56d9c9c3a775b92",
  "_user": "cran",
  "_type": "src",
  "_file": "goalp_0.3.1.tar.gz",
  "_fileid": "6ed6abf19d5e42065d2bd8f9f30a943c7d3f23ea1f61fc51d771b134d981eeb7",
  "_filesize": 150631,
  "_sha256": "6ed6abf19d5e42065d2bd8f9f30a943c7d3f23ea1f61fc51d771b134d981eeb7",
  "_created": "2026-06-02T06:43:25.000Z",
  "_published": "2026-06-02T06:45:57.303Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79014499839,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7350771385"
    },
    {
      "job": 79014499817,
      "time": 112,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7350769814"
    },
    {
      "job": 79014141955,
      "time": 158,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7350738293"
    },
    {
      "job": 79014499775,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7350770295"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26803117405",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/goalp",
  "_commit": {
    "id": "88e8f4048baa59f931650fad579b7e10cc1f8e98",
    "author": "David Palma <D.Palma@leeds.ac.uk>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.3.1\n",
    "time": 1669714202
  },
  "_maintainer": {
    "name": "David Palma",
    "email": "d.palma@leeds.ac.uk"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "lpSolve",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "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": 785,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/goalp"
  },
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/goalp.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.3.1",
      "date": "2022-11-29"
    }
  ],
  "_exports": [
    "goalp"
  ],
  "_help": [
    {
      "page": "goalp",
      "title": "Solves a (linear) goal programming problem",
      "topics": [
        "goalp"
      ]
    },
    {
      "page": "msg",
      "title": ": msg: Formats and prints a message to screen.",
      "topics": [
        "msg"
      ]
    },
    {
      "page": "new_goalp",
      "title": "new_goalp: Creates a new goalp object",
      "topics": [
        "new_goalp"
      ]
    },
    {
      "page": "parseGoal",
      "title": "Parses text describing goal programming problem.",
      "topics": [
        "parseGoal"
      ]
    },
    {
      "page": "print.goalp",
      "title": ": print.goalp: Prints a summary of a goalp object to screen.",
      "topics": [
        "print.goalp"
      ]
    },
    {
      "page": "solveGP",
      "title": "Solves a weighted Linear Goal Programming problem",
      "topics": [
        "solveGP"
      ]
    },
    {
      "page": "summary.goalp",
      "title": ": summary.goalp: Prints a summary of a goalp object to screen.",
      "topics": [
        "summary.goalp"
      ]
    },
    {
      "page": "validate_goalp",
      "title": ": validate_goalp: A validator for goalp objects.",
      "topics": [
        "validate_goalp"
      ]
    },
    {
      "page": "validateMatrices",
      "title": "Validates the input of a goal programming problem",
      "topics": [
        "validateMatrices"
      ]
    }
  ],
  "_rundeps": [
    "lpSolve"
  ],
  "_vignettes": [
    {
      "source": "intro-to-goalp.Rmd",
      "filename": "intro-to-goalp.html",
      "title": "Introduction to goalp",
      "engine": "knitr::rmarkdown",
      "headings": [
        "About goalp",
        "Basic goal programming in goalp",
        "Weighted goal programming",
        "Lexicographic goal programming",
        "Extensions",
        "References"
      ],
      "created": "2022-11-29 09:30:02",
      "modified": "2022-11-29 09:30:02",
      "commits": 1
    }
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "goalp",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.1",
      "date": "2026-06-02T06:45:26.000Z",
      "distro": "noble",
      "commit": "88e8f4048baa59f931650fad579b7e10cc1f8e98",
      "fileid": "adb369afbbe76793a38bf1f3e62ab929a0e762361fac51c207207a1932b56612",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26803117405"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.1",
      "date": "2026-06-02T06:45:20.000Z",
      "distro": "noble",
      "commit": "88e8f4048baa59f931650fad579b7e10cc1f8e98",
      "fileid": "34be9f67d683696c263f1de73ebc9ce47e49925d84c9d50da7da116a05b7045f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26803117405"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.1",
      "date": "2026-06-02T06:45:35.000Z",
      "commit": "88e8f4048baa59f931650fad579b7e10cc1f8e98",
      "fileid": "de71750a61efe8613fdfaaf33ce2c2f73262e18c357f19a9d19a8522f248a1f2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26803117405"
    }
  ]
}