{"id":17278175,"url":"https://github.com/mojaveazure/tinyexpect","last_synced_at":"2025-03-26T14:23:02.172Z","repository":{"id":246439661,"uuid":"807805990","full_name":"mojaveazure/tinyexpect","owner":"mojaveazure","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-25T17:21:34.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T15:40:27.509Z","etag":null,"topics":[],"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/mojaveazure.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-29T20:08:23.000Z","updated_at":"2024-07-25T17:21:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"5fa03a84-adcc-435a-98bc-4c25f528c6cd","html_url":"https://github.com/mojaveazure/tinyexpect","commit_stats":null,"previous_names":["mojaveazure/tinyexpect"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojaveazure%2Ftinyexpect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojaveazure%2Ftinyexpect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojaveazure%2Ftinyexpect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojaveazure%2Ftinyexpect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mojaveazure","download_url":"https://codeload.github.com/mojaveazure/tinyexpect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245668653,"owners_count":20653011,"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":[],"created_at":"2024-10-15T09:11:00.602Z","updated_at":"2025-03-26T14:22:58.458Z","avatar_url":"https://github.com/mojaveazure.png","language":"R","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}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n```{r gh_url, include=FALSE}\nghurl \u003c- function(x) {\n  x \u003c- trimws(x = unlist(x = strsplit(x = x, split = \",\")))\n  x \u003c- grep(pattern = \"https://github.com\", x = x, value = TRUE)[1]\n  return(unname(obj = x))\n}\n```\n\n```{r parse_desc, include=FALSE}\ndescription \u003c- read.dcf(file = \"DESCRIPTION\")\npkg \u003c- as.vector(x = description[, \"Package\"])\n# github.url \u003c- ghurl(x = description[, \"URL\"])\ngithub.url \u003c- \"\"\npkg.version \u003c- package_version(x = description[1, \"Version\"])\nstage \u003c- if (pkg.version \u003e= package_version(x = \"1.0.0\")) {\n  \"stable\"\n} else if (pkg.version \u003e= package_version(x = \"0.1.0\")) {\n  \"maturing\"\n} else {\n  \"experimental\"\n}\ncolor \u003c- switch(\n  EXPR = stage,\n  \"stable\" = \"green\",\n  \"maturing\" = \"blue\",\n  \"experimental\" = \"orange\"\n)\n```\n\n\u003c!-- badges: start --\u003e\n[![Lifecycle](https://img.shields.io/badge/lifecycle-`r stage`-`r color`.svg)](`r github.url`)\n[![CRAN Version](https://www.r-pkg.org/badges/version/`r pkg`)](https://cran.r-project.org/package=`r pkg`)\n[![R-universe status badge](https://mojaveazure.r-universe.dev/badges/`r pkg`)](https://mojaveazure.r-universe.dev)\n\u003c!-- badges: end --\u003e\n\n# `r pkg` v`r pkg.version`\n\n### `r description[1, \"Title\"]`\n\n---\n\n```{r description, echo=FALSE, results=\"asis\"}\ncat(description[1, \"Description\"])\n```\n\n```{r testthat-equivalency, echo=FALSE, results=\"asis\", eval=FALSE}\nrd \u003c- tools::parse_Rd(file = \"man/tinyexpect-package.Rd\")\ntools::Rd2HTML(Rd = rd, stages = \"build\")\n```\n\n\n## Installation\n\nYou can install `r pkg` from GitHub with:\n\n```{r devel_install, echo=FALSE, results=\"asis\"}\ngithub.base \u003c- unlist(x = strsplit(x = github.url, split = \"/\"))\ngithub.base \u003c- github.base[(length(x = github.base) - 1):length(x = github.base)]\ngithub.base \u003c- paste(github.base, collapse = \"/\")\ncat(\n  \"```r\",\n  \"if (!requireNamespace('remotes', quietly = TRUE)) {\",\n  \"  install.packages('remotes')\",\n  \"}\",\n  paste0(\"remotes::install_github('\", github.base, \"')\"),\n  \"```\",\n  sep = \"\\n\"\n)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojaveazure%2Ftinyexpect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmojaveazure%2Ftinyexpect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojaveazure%2Ftinyexpect/lists"}