{"id":22413745,"url":"https://github.com/jsta/nml","last_synced_at":"2026-03-05T19:02:32.060Z","repository":{"id":48502481,"uuid":"94902315","full_name":"jsta/nml","owner":"jsta","description":"An R package for parsing Fortran namelist files :tophat:","archived":false,"fork":false,"pushed_at":"2021-07-23T15:48:20.000Z","size":28,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T10:39:31.943Z","etag":null,"topics":["fortran","namelist"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsta.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-20T14:48:03.000Z","updated_at":"2021-07-23T15:48:23.000Z","dependencies_parsed_at":"2022-09-19T06:41:35.990Z","dependency_job_id":null,"html_url":"https://github.com/jsta/nml","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jsta/nml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2Fnml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2Fnml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2Fnml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2Fnml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsta","download_url":"https://codeload.github.com/jsta/nml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2Fnml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30144700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T16:58:46.102Z","status":"ssl_error","status_checked_at":"2026-03-05T16:58:45.706Z","response_time":93,"last_error":"SSL_read: 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":["fortran","namelist"],"created_at":"2024-12-05T14:14:28.437Z","updated_at":"2026-03-05T19:02:32.027Z","avatar_url":"https://github.com/jsta.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n# nml\n\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/nml)](https://cran.r-project.org/package=nml)\n\nAn R parser of Fortran namelist files.\n\n## Installation\n\nYou can install nml from github with:\n\n```{r gh-installation, eval = FALSE}\n# install.packages(\"devtools\")\ndevtools::install_github(\"jsta/nml\")\n```\n\n## Example\n\n### Using the R parser\n\n```{r }\nlibrary(nml)\nread_nml(\"tests/testthat/sample.nml\")\n```\n\n### Using the `f90nml` python parser via the `reticulate` bridge\n\n```{r }\nlibrary(reticulate)\nuse_python(\"/home/jose/anaconda3/bin/python\")\n\nf90nml \u003c- import(\"f90nml\")\npd     \u003c- import(\"pandas\")\n\nnml \u003c- f90nml$read(\"tests/testthat/sample.nml\")\n\npd$DataFrame$from_dict(nml)\n```\n\n## Prior Art\n\nThis package was inspired by [f90nml](https://github.com/marshallward/f90nml) and [glmtools](https://github.com/USGS-R/glmtools).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsta%2Fnml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsta%2Fnml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsta%2Fnml/lists"}