{
  "_id": "6a1140d0acfb0bcc41ce6723",
  "Package": "sticky",
  "Type": "Package",
  "Title": "Persist Attributes Across Data Operations",
  "Description": "In base R, object attributes are lost when objects are\nmodified by common data operations such as subset, filter,\nslice, append, extract etc. This packages allows objects to be\nmarked as 'sticky' and have attributes persisted during these\noperations or when inserted into or extracted from list-like or\ntable-like objects.",
  "Version": "0.5.6.1",
  "Date": "2020-03-15",
  "Authors@R": "c(\nperson(\"Christopher\", \"Brown\", , \"chris.brown@decisionpatterns.com\", c(\"aut\", \"cre\") ),\nperson(\"Decision Patterns\", role = \"cph\")\n)",
  "License": "GPL-2 | file LICENSE",
  "URL": "https://github.com/decisionpatterns/sticky\nhttp://decisionpatterns.com",
  "BugReports": "https://github.com/decisionpatterns/sticky/issues",
  "Collate": "'init.R' 'sticky.R' 'append.R' 'extract1.R' 'print.R'\n'subset.R' 'utils.R' 'zzz.R'",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.0.2",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Repository": "https://decisionpatterns.r-universe.dev",
  "Date/Publication": "2020-03-15 11:16:14 UTC",
  "RemoteUrl": "https://github.com/decisionpatterns/sticky",
  "RemoteRef": "HEAD",
  "RemoteSha": "524334461eba65e699bd706fe4d8422dac9731ec",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-23 05:50:30 UTC",
    "User": "root"
  },
  "Author": "Christopher Brown [aut, cre],\nDecision Patterns [cph]",
  "Maintainer": "Christopher Brown <chris.brown@decisionpatterns.com>",
  "MD5sum": "2ebda2a7ff972474059e595fcfa7dbb3",
  "_user": "decisionpatterns",
  "_type": "src",
  "_file": "sticky_0.5.6.1.tar.gz",
  "_fileid": "8c29d90d5f98bd8b64dffb8cfe3665e3e1575bef52813269810ad66d9693faea",
  "_filesize": 100999,
  "_sha256": "8c29d90d5f98bd8b64dffb8cfe3665e3e1575bef52813269810ad66d9693faea",
  "_created": "2026-05-23T05:50:30.000Z",
  "_published": "2026-05-23T05:53:20.621Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77501116003,
      "time": 134,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7174702461"
    },
    {
      "job": 77501115997,
      "time": 109,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174699854"
    },
    {
      "job": 77501116002,
      "time": 106,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7174699559"
    },
    {
      "job": 77501116001,
      "time": 85,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174697381"
    },
    {
      "job": 77500941880,
      "time": 180,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174688634"
    },
    {
      "job": 77501115999,
      "time": 84,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174697163"
    },
    {
      "job": 77501115998,
      "time": 105,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7174699426"
    },
    {
      "job": 77501115992,
      "time": 72,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7174695898"
    },
    {
      "job": 77501115995,
      "time": 66,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174695387"
    }
  ],
  "_buildurl": "https://github.com/r-universe/decisionpatterns/actions/runs/26324991311",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/decisionpatterns/sticky",
  "_commit": {
    "id": "524334461eba65e699bd706fe4d8422dac9731ec",
    "author": "Christopher Brown <cbrown@decisionpatterns.com>",
    "committer": "Christopher Brown <cbrown@decisionpatterns.com>",
    "message": "v0.5.6.1\n",
    "time": 1584270974
  },
  "_maintainer": {
    "name": "Christopher Brown",
    "email": "chris.brown@decisionpatterns.com",
    "login": "brownct",
    "description": "",
    "uuid": 2836306
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "version": ">= 1.5",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 0.10.0",
      "role": "Suggests"
    },
    {
      "package": "data.table",
      "version": ">= 1.9.6",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "version": ">= 1.3.3",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "decisionpatterns",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [],
  "_tags": [],
  "_stars": 22,
  "_contributors": [
    {
      "user": "ctbrown",
      "count": 48,
      "uuid": 3043691
    }
  ],
  "_userbio": {
    "uuid": 6079985,
    "type": "organization",
    "name": "Decision Patterns",
    "description": "Professional Consulting in Machine Learning / Business Intelligence / Statistcs / Data Architecture ... "
  },
  "_downloads": {
    "count": 955,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sticky"
  },
  "_devurl": "https://github.com/decisionpatterns/sticky",
  "_searchresults": 20,
  "_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/readme.html",
    "extra/readme.md",
    "extra/sticky.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/decisionpatterns/sticky",
  "_realowner": "decisionpatterns",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3.3",
      "date": "2016-09-26"
    },
    {
      "version": "0.3.6",
      "date": "2016-10-07"
    },
    {
      "version": "0.4.0",
      "date": "2016-11-01"
    },
    {
      "version": "0.5.2",
      "date": "2017-03-20"
    },
    {
      "version": "0.5.6.1",
      "date": "2020-03-16"
    }
  ],
  "_exports": [
    "append",
    "is.sticky",
    "sticky",
    "sticky_all",
    "unstick",
    "unsticky"
  ],
  "_help": [
    {
      "page": "init",
      "title": "Internal, non-exported unit functions",
      "topics": [
        ".deinit",
        ".init"
      ]
    },
    {
      "page": "extract1",
      "title": "Extract",
      "topics": [
        "[.sticky"
      ]
    },
    {
      "page": "append",
      "title": "Append elements to sticky object",
      "topics": [
        "append"
      ]
    },
    {
      "page": "print.sticky",
      "title": "print a sticky attribute object",
      "topics": [
        "print.sticky"
      ]
    },
    {
      "page": "sticky",
      "title": "sticky",
      "topics": [
        "is.sticky",
        "sticky",
        "sticky_all",
        "unstick",
        "unsticky"
      ]
    },
    {
      "page": "subset.sticky",
      "title": "Subset elements to sticky object",
      "topics": [
        "subset",
        "subset.sticky"
      ]
    }
  ],
  "_readme": "https://github.com/decisionpatterns/sticky/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "introduction.Rmd",
      "filename": "introduction.html",
      "title": "Sticky: Persistent Attributes",
      "author": "Christopher Brown",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Examples",
        "Installation",
        "Stable Version: CRAN (coming soon)",
        "Development Version: Github",
        "Use Cases",
        "References"
      ],
      "created": "2016-09-26 18:04:42",
      "modified": "2020-03-09 22:41:01",
      "commits": 6
    }
  ],
  "_score": 6.296665190261531,
  "_indexed": true,
  "_nocasepkg": "sticky",
  "_universes": [
    "decisionpatterns",
    "brownct"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.6.1",
      "date": "2026-05-23T05:52:54.000Z",
      "distro": "noble",
      "commit": "524334461eba65e699bd706fe4d8422dac9731ec",
      "fileid": "0ed4cf0bfb4af5d9943be9625b5c7b12a033f50a54263884716675805ad4e46e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/decisionpatterns/actions/runs/26324991311"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.6.1",
      "date": "2026-05-23T05:52:30.000Z",
      "distro": "noble",
      "commit": "524334461eba65e699bd706fe4d8422dac9731ec",
      "fileid": "d0d6f19b8312f7663c0c34321ba19dcf5a064a87aa1e864d4c6a24db7ff9de4f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/decisionpatterns/actions/runs/26324991311"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.6.1",
      "date": "2026-05-23T05:52:28.000Z",
      "commit": "524334461eba65e699bd706fe4d8422dac9731ec",
      "fileid": "b474e7852bbc0a136e5826d5b59ecde095f26a803d746f489370f9fa3136ed17",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/decisionpatterns/actions/runs/26324991311"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.6.1",
      "date": "2026-05-23T05:52:08.000Z",
      "commit": "524334461eba65e699bd706fe4d8422dac9731ec",
      "fileid": "a8ab455f62c38f8dba718428c25a5f9351d4e0c915cd33805aff546898edb6bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/decisionpatterns/actions/runs/26324991311"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.6.1",
      "date": "2026-05-23T05:52:16.000Z",
      "commit": "524334461eba65e699bd706fe4d8422dac9731ec",
      "fileid": "774ad51e2014ecf4231146a6a4a0b38fd6cba6285e82ae9527c9660dd6f00dcd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/decisionpatterns/actions/runs/26324991311"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.6.1",
      "date": "2026-05-23T05:52:22.000Z",
      "commit": "524334461eba65e699bd706fe4d8422dac9731ec",
      "fileid": "6740368f252dbdd5538b5f5ff5a7d9685343bba94822aef2eef8c93cbf3d7337",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/decisionpatterns/actions/runs/26324991311"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.6.1",
      "date": "2026-05-23T05:51:47.000Z",
      "commit": "524334461eba65e699bd706fe4d8422dac9731ec",
      "fileid": "19751cc8736c91769fcbf31d47a1c1a8093f0927bf5265db2ebfd9197e02f2fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/decisionpatterns/actions/runs/26324991311"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.6.1",
      "date": "2026-05-23T05:51:43.000Z",
      "commit": "524334461eba65e699bd706fe4d8422dac9731ec",
      "fileid": "f7a925027bf66f73ef4492055f6c66cc5aaedb5fda29544e3b76be2304cb09ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/decisionpatterns/actions/runs/26324991311"
    }
  ]
}