{"id":42012246,"url":"https://github.com/metrumresearchgroup/pmtables","last_synced_at":"2026-01-26T02:43:15.412Z","repository":{"id":38838187,"uuid":"266642524","full_name":"metrumresearchgroup/pmtables","owner":"metrumresearchgroup","description":"TeX tables for pharmacometrics.","archived":false,"fork":false,"pushed_at":"2026-01-21T15:56:54.000Z","size":12449,"stargazers_count":11,"open_issues_count":57,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-01-22T03:37:30.579Z","etag":null,"topics":["latex","rstats","table","tex"],"latest_commit_sha":null,"homepage":"https://metrumresearchgroup.github.io/pmt-book","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metrumresearchgroup.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-24T23:34:17.000Z","updated_at":"2026-01-20T14:21:06.000Z","dependencies_parsed_at":"2024-02-15T18:31:34.375Z","dependency_job_id":"55bdc8b8-eefd-4750-9d78-229b0099f1a1","html_url":"https://github.com/metrumresearchgroup/pmtables","commit_stats":null,"previous_names":[],"tags_count":103,"template":false,"template_full_name":null,"purl":"pkg:github/metrumresearchgroup/pmtables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metrumresearchgroup%2Fpmtables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metrumresearchgroup%2Fpmtables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metrumresearchgroup%2Fpmtables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metrumresearchgroup%2Fpmtables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metrumresearchgroup","download_url":"https://codeload.github.com/metrumresearchgroup/pmtables/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metrumresearchgroup%2Fpmtables/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T02:25:41.078Z","status":"ssl_error","status_checked_at":"2026-01-26T02:24:28.809Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["latex","rstats","table","tex"],"created_at":"2026-01-26T02:43:14.743Z","updated_at":"2026-01-26T02:43:15.405Z","avatar_url":"https://github.com/metrumresearchgroup.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nset.seed(1010)\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \".\",\n  fig.path = \"man/figures/README-\",\n  warning = FALSE, \n  message = FALSE,\n  fig.width = 5, \n  fig.height = 4\n)\n```\n\n\n# pmtables \u003cimg align=\"right\" src = \"man/figures/logo.png\" width=\"135px\"\u003e\n\n\u003c!-- badges: start --\u003e\n\u003c!-- badges: end --\u003e\n\nThe goal of pmtables is to create summary tables commonly used in \npharmacometrics.\n\n## Installation\n\nYou can install the released version of pmtables from [MPN](https://mpn.metworx.com/docs/) with:\n\n\n```r\nmpn \u003c- \"https://mpn.metworx.com/snapshots/stable/2021-06-20\"\ninstall.packages(\"pmtables\", repos = mpn)\n```\n\nThis installs from a specific, dated snapshot. Please check \nhttps://mpn.metworx.com/docs/snapshots/ for the most recent snapshot date.\n\nYou can install the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"metrumresearchgroup/pmtables\")\n```\n\n# Documentation \n\nWe maintain a pmtables book [here](https://github.com/metrumresearchgroup/pmt-book)\n\n\n## Examples\n\n### Data Disposition\n![](man/figures/table-1.png)\n\n### Continuous Covariate Summary\n![](man/figures/table-2.png){ width=80% }\n\n### Discrete Covariate Summary\n![](man/figures/table-3.png){ width=80% }\n\n\n# Examples in working docs\n\n- General table examples: [inst/demo-table.pdf](https://github.com/metrumresearchgroup/pmtables/blob/main/inst/demo-table.pdf) \n\n- General tables - pipe interface: [inst/demo-pipe.pdf](https://github.com/metrumresearchgroup/pmtables/blob/main/inst/demo-pipe.pdf) \n- Standard table examples: [inst/demo-pmtable.pdf](https://github.com/metrumresearchgroup/pmtables/blob/main/inst/demo-pmtable.pdf)\n\n- Long table examples: [inst/demo-longtable.pdf](https://github.com/metrumresearchgroup/pmtables/blob/main/inst/demo-longtable.pdf)\n\n- What is sanitized: [inst/demo-sanitize.pdf](https://github.com/metrumresearchgroup/pmtables/blob/main/inst/demo-sanitize.pdf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetrumresearchgroup%2Fpmtables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetrumresearchgroup%2Fpmtables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetrumresearchgroup%2Fpmtables/lists"}