{
  "_id": "6a20766dcd65a98ecbd13c6c",
  "Package": "sgmean",
  "Title": "Trimmed Mean Compatible with 'Statgraphics' Method",
  "Version": "0.1.0",
  "Authors@R": "person(\"Juan Carlos\", \"Gaviria Chaverra\",\nemail = \"jcarlos.gaviria@udea.edu.co\",\nrole = c(\"aut\", \"cre\"))",
  "Description": "Computes the trimmed mean using a proportional discount\nmethod on the extremes, replicating the behavior of\n'Statgraphics' software. Unlike R's built-in mean() with trim,\nthis method applies a weighted reduction to boundary values\nrather than removing them entirely.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "8.0.0",
  "URL": "https://github.com/jcarlosgaviria/sgmean",
  "BugReports": "https://github.com/jcarlosgaviria/sgmean/issues",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 18:43:44 UTC",
    "User": "root"
  },
  "Author": "Juan Carlos Gaviria Chaverra [aut, cre]",
  "Maintainer": "Juan Carlos Gaviria Chaverra <jcarlos.gaviria@udea.edu.co>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-06-03 17:24:35 UTC",
  "RemoteUrl": "https://github.com/cran/sgmean",
  "RemoteRef": "HEAD",
  "RemoteSha": "4fd61409723bbdfc777de68ed886ba52f5f9f37b",
  "MD5sum": "40cb1f95863ec9bc62ec258c60879e00",
  "_user": "cran",
  "_type": "src",
  "_file": "sgmean_0.1.0.tar.gz",
  "_fileid": "7c7b646975acaf5ddc7424a7fea5b7b2bc4f3b185a127f2f5adef752e39487bb",
  "_filesize": 75493,
  "_sha256": "7c7b646975acaf5ddc7424a7fea5b7b2bc4f3b185a127f2f5adef752e39487bb",
  "_created": "2026-06-03T18:43:44.000Z",
  "_published": "2026-06-03T18:46:05.150Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79369678888,
      "time": 107,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7393729762"
    },
    {
      "job": 79369678825,
      "time": 105,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7393729387"
    },
    {
      "job": 79369159019,
      "time": 162,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7393687508"
    },
    {
      "job": 79369678855,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7393723645"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26905016180",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/sgmean",
  "_commit": {
    "id": "4fd61409723bbdfc777de68ed886ba52f5f9f37b",
    "author": "Juan Carlos Gaviria Chaverra <jcarlos.gaviria@udea.edu.co>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1780507475
  },
  "_maintainer": {
    "name": "Juan Carlos Gaviria Chaverra",
    "email": "jcarlos.gaviria@udea.edu.co",
    "login": "jcarlosgaviria",
    "description": "",
    "uuid": 167900657
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-23",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2026-06-03"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "jcarlosgaviria",
      "count": 1,
      "uuid": 167900657
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sgmean"
  },
  "_devurl": "https://github.com/jcarlosgaviria/sgmean",
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/sgmean.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-06-03"
    }
  ],
  "_exports": [
    "sgmean"
  ],
  "_help": [
    {
      "page": "sgmean",
      "title": "Trimmed Mean Compatible with Statgraphics",
      "topics": [
        "sgmean"
      ]
    }
  ],
  "_readme": "https://github.com/cran/sgmean/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "sgmean-introduccion.Rmd",
      "filename": "sgmean-introduccion.html",
      "title": "sgmean: Trimmed Mean Compatible with Statgraphics",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Origin of this Package",
        "The Mathematical Difference",
        "Practical Example",
        "When Do Both Methods Agree?",
        "Conclusion"
      ],
      "created": "2026-06-03 17:24:35",
      "modified": "2026-06-03 17:24:35",
      "commits": 1
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": false,
  "_nocasepkg": "sgmean",
  "_universes": [
    "cran",
    "jcarlosgaviria"
  ],
  "_indexurl": "https://jcarlosgaviria.r-universe.dev/sgmean",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-03T18:45:38.000Z",
      "distro": "noble",
      "commit": "4fd61409723bbdfc777de68ed886ba52f5f9f37b",
      "fileid": "706c9e055cfffb9c885e7c2d153a3794309f8224927e494b88c64758f124b6eb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26905016180"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-03T18:45:36.000Z",
      "distro": "noble",
      "commit": "4fd61409723bbdfc777de68ed886ba52f5f9f37b",
      "fileid": "dda2392f133993a9c3e4bdd872651e96024c4b6266161e8e2d5ef0f47adcea11",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26905016180"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-03T18:45:31.000Z",
      "commit": "4fd61409723bbdfc777de68ed886ba52f5f9f37b",
      "fileid": "6134f6e49bca439f93763151ae943ae3902dc6c3def636120f3db5ff7e0d1a92",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26905016180"
    }
  ]
}