{"id":16573254,"url":"https://github.com/jefferis/igorr","last_synced_at":"2025-03-21T12:31:23.471Z","repository":{"id":66816505,"uuid":"955058","full_name":"jefferis/IgorR","owner":"jefferis","description":"R package to load Igor Pro waves (ibw) and experiment files (pxp) in R","archived":false,"fork":false,"pushed_at":"2024-08-23T09:31:28.000Z","size":1477,"stargazers_count":7,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T06:11:26.010Z","etag":null,"topics":["electrophysiology","igor","neuromatic","pro","r"],"latest_commit_sha":null,"homepage":"http://jefferis.github.io/IgorR/","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/jefferis.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}},"created_at":"2010-10-01T19:13:27.000Z","updated_at":"2024-08-23T09:29:41.000Z","dependencies_parsed_at":"2024-08-04T11:30:09.379Z","dependency_job_id":"bdcaaaf3-1e64-447a-a044-339678c01487","html_url":"https://github.com/jefferis/IgorR","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefferis%2FIgorR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefferis%2FIgorR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefferis%2FIgorR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefferis%2FIgorR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jefferis","download_url":"https://codeload.github.com/jefferis/IgorR/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244135913,"owners_count":20403798,"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","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":["electrophysiology","igor","neuromatic","pro","r"],"created_at":"2024-10-11T21:29:49.199Z","updated_at":"2025-03-21T12:31:23.095Z","avatar_url":"https://github.com/jefferis.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IgorR\n\u003c!-- badges: start --\u003e\n[![DOI](https://img.shields.io/badge/doi-10.5281%2Fzenodo.10230-blue.svg)](http://dx.doi.org/10.5281/zenodo.10230) \n[![Release Version](https://img.shields.io/github/release/jefferis/IgorR.svg)](https://github.com/jefferis/IgorR/releases/latest) \n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/IgorR)](https://cran.r-project.org/package=IgorR)\n[![R-CMD-check](https://github.com/jefferis/IgorR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jefferis/IgorR/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n  \n\nIntroduction\n============\nThe IgorR package for R provides routines to read binary files generated by [Igor Pro](https://www.wavemetrics.com).\n\nThis includes both the standalone .ibw Igor Binary Wave format (v2 and the latest v5) and the .pxp Packed Experiment Format including both waves and variables.  In addition the package provides functions to read files generated by the [Neuromatic](http://www.neuromatic.thinkrandom.com) analysis suite written by Jason Rothman for Igor Pro.\n\nInstallation\n============\nStandard Install\n----------------\nNB IgorR is off CRAN due to an unfixed bug with windows text on tecent versions of R. Whenever it is back there you can install the release version from [CRAN](https://cran.r-project.org/)\n\n```r\ninstall.packages('IgorR')\n```\n\nGithub Install\n--------------\nTo install the latest development version from github\n\n```r\n# install remotes package if required\nif(!require('remotes')) install.packages('remotes')\nremotes::install_github('jefferis/IgorR')\n```\n\nDevelopment Install\n-------------------\nTo checkout a version that can be used for development \n([RStudio](https://posit.co/products/open-source/rstudio/) is strongly recommended), \nin your terminal application.\n\n```sh\ncd /some/suitable/dir\ngit clone https://github.com/jefferis/IgorR.git\n```\n\nIn R\n\n```r\ninstall.packages('devtools') # install hadley's devtools\nlibrary(devtools)\nload_all('/some/suitable/dir/IgorR')\ntest()\n\n#hack\nload_all()\n\n# ready for release\ncheck()\nbuild_win() # test for Windows\nrelease()\n```\n\nDetails\n=======\n\nDetails of the ibw file format were derived from the [Igor Technical Note 003](https://www.wavemetrics.net/Downloads/FTP_Archive/IgorPro/Technical_Notes/TN003.zip). \n\nFor those interested in the source code, `ReadIgorBinary.R` provides code for standard pxp and ibw files, while `ReadNclamp.R` provides routines to read packed experiment files generated by the Nclamp data acquisition package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefferis%2Figorr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjefferis%2Figorr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefferis%2Figorr/lists"}