{"id":32362205,"url":"https://github.com/wilsontom/gaml2r","last_synced_at":"2025-10-24T15:49:49.302Z","repository":{"id":85993488,"uuid":"458766645","full_name":"wilsontom/gaml2r","owner":"wilsontom","description":"Extract HPLC data from GAML files","archived":false,"fork":false,"pushed_at":"2025-08-15T12:02:56.000Z","size":7870,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-15T14:19:19.521Z","etag":null,"topics":["gaml","hplc","xml"],"latest_commit_sha":null,"homepage":"","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/wilsontom.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"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}},"created_at":"2022-02-13T09:43:15.000Z","updated_at":"2025-08-15T12:02:59.000Z","dependencies_parsed_at":"2025-08-15T14:11:14.855Z","dependency_job_id":"1282d555-de2c-4f6c-9da7-00ea43077ac5","html_url":"https://github.com/wilsontom/gaml2r","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wilsontom/gaml2r","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilsontom%2Fgaml2r","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilsontom%2Fgaml2r/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilsontom%2Fgaml2r/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilsontom%2Fgaml2r/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wilsontom","download_url":"https://codeload.github.com/wilsontom/gaml2r/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilsontom%2Fgaml2r/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280823234,"owners_count":26397437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gaml","hplc","xml"],"created_at":"2025-10-24T15:49:35.472Z","updated_at":"2025-10-24T15:49:49.285Z","avatar_url":"https://github.com/wilsontom.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gaml2r\n\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![R-CMD-check](https://github.com/wilsontom/gaml2r/workflows/R-CMD-check/badge.svg)](https://github.com/wilsontom/gaml2r/actions) [![codecov](https://codecov.io/gh/wilsontom/gaml2r/branch/master/graph/badge.svg?token=NHwjPwgbAR)](https://codecov.io/gh/wilsontom/gaml2r) ![License](https://img.shields.io/badge/license-GNU%20GPL%20v3.0-blue.svg \"GNU GPL v3.0\")\n\n### Getting Started\n\n``` r\n remotes::install_github('wilsontom/gaml2r')\n```\n\nThen to open a GAML file simply use the `open_file` function;\n\n``` r\nmyData \u003c- gaml2r::openFile('my_file.gaml', output = 'list', include_injection_info = FALSE)\n```\n\nUsing `output = 'list'` will return a list for each sample, where `output = 'tbl_df'` then all the data is returned in long format, as a tibble.\n\nIf the `gaml` file has been created using custom export options (to include the sample injection properties), then specifying `include_injection_info = TRUE` will output these values alongside the exported data. \n\n\nThe SHA1 Integrity Algorithm for a GAML file can be retrieved using the following function;\n\n``` r\nSHA1 \u003c- gaml2r::get_sha1('my_file.gaml')  \n```\n\nDetails on the GAML conversion parameters can be retrieved using the `get_parameters` function.\n\n``` r\nGAML_Params \u003c- gaml2r::get_parameters('my_file.gaml')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilsontom%2Fgaml2r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilsontom%2Fgaml2r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilsontom%2Fgaml2r/lists"}