{"id":14067217,"url":"https://github.com/RinteRface/truelle","last_synced_at":"2025-07-30T00:32:58.270Z","repository":{"id":85367271,"uuid":"373463925","full_name":"RinteRface/truelle","owner":"RinteRface","description":"R package providing a gadget to seamlessly initialise robust shiny related projects","archived":false,"fork":false,"pushed_at":"2021-07-09T10:36:30.000Z","size":1606,"stargazers_count":25,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-29T21:39:33.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/RinteRface.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-06-03T10:10:41.000Z","updated_at":"2023-10-11T14:11:53.000Z","dependencies_parsed_at":"2023-07-01T18:31:13.001Z","dependency_job_id":null,"html_url":"https://github.com/RinteRface/truelle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RinteRface/truelle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2Ftruelle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2Ftruelle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2Ftruelle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2Ftruelle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RinteRface","download_url":"https://codeload.github.com/RinteRface/truelle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2Ftruelle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267785798,"owners_count":24144122,"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-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2024-08-13T07:05:29.158Z","updated_at":"2025-07-30T00:32:57.887Z","avatar_url":"https://github.com/RinteRface.png","language":"R","funding_links":[],"categories":["R"],"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}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  #fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# truelle\n\n\u003c!-- badges: start \n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n[![R-CMD-check](https://github.com/RinteRface/truelle/workflows/R-CMD-check/badge.svg)](https://github.com/RinteRface/truelle/actions)\n\u003c!-- badges: end --\u003e\n\nThe goal of `{truelle}` is to provide a GUI to the `{golem}` package and many more. \n\n## Installation\n\nYou can install the released version of truelle from [CRAN](https://CRAN.R-project.org) with:\n\n``` r\nremotes::install_github(\"RinteRface/truelle\")\n```\n\n## Workflow example\n\nThis is a basic example which shows you how to start the `{truelle}` GUI:\n\n```{r, eval=FALSE, example}\nlibrary(truelle)\nrun_app()\n```\n\n### Step 1: project type\n\nSelect __Package__ and choose the `{golem}` engine.\n\n```{r, echo = FALSE, fig.show=\"hold\", out.width=\"50%\"}\nknitr::include_graphics(\"man/figures/truelle-project-type.png\")\nknitr::include_graphics(\"man/figures/truelle-project-engine.png\")\n```\n\n### Step 2: options\n\nProvide a valid package path and review project options.\n\n```{r, echo = FALSE, out.width='50%', fig.align='center'}\nknitr::include_graphics(\"man/figures/truelle-package-options.png\")\n```\n\n\n### Step 3: UI layout\n\nSelect the Shiny layout of your choice. \n\n```{r, echo = FALSE, out.width='50%', fig.align='center'}\nknitr::include_graphics(\"man/figures/truelle-ui-template.png\")\n```\n\n\n### Step 4: code output\n\nClick on the `r emo::ji(\"play\")` button or copy/paste `r emo::ji(\"photo\")` the code to your terminal...\n\n```{r, echo = FALSE, fig.show=\"hold\", out.width=\"50%\"}\nknitr::include_graphics(\"man/figures/truelle-output.png\")\nknitr::include_graphics(\"man/figures/golem-package-structure.png\")\n```\n\n\n### Step 5: develop\n\n- Open the new project.\n- Run `devtools::load_all()`.\n- Enjoy ...\n\n## Disclaimer\n\nFor now, only the `{golem}` workflow is supported. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRinteRface%2Ftruelle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRinteRface%2Ftruelle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRinteRface%2Ftruelle/lists"}