{"id":14069003,"url":"https://github.com/ColinFay/fryingpane","last_synced_at":"2025-07-30T05:30:59.650Z","repository":{"id":134241525,"uuid":"133511011","full_name":"ColinFay/fryingpane","owner":"ColinFay","description":"Serve datasets from a package inside the RStudio Connection Pane.","archived":false,"fork":false,"pushed_at":"2018-05-17T15:27:54.000Z","size":23398,"stargazers_count":42,"open_issues_count":1,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-13T07:15:35.220Z","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/ColinFay.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":"2018-05-15T12:10:51.000Z","updated_at":"2024-01-03T04:29:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"c216627c-419b-4130-b756-007df87506ed","html_url":"https://github.com/ColinFay/fryingpane","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinFay%2Ffryingpane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinFay%2Ffryingpane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinFay%2Ffryingpane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColinFay%2Ffryingpane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ColinFay","download_url":"https://codeload.github.com/ColinFay/fryingpane/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228092096,"owners_count":17868133,"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-08-13T07:06:32.257Z","updated_at":"2024-12-04T10:30:48.269Z","avatar_url":"https://github.com/ColinFay.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 setup, 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[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)\n\n# fryingpane\n\nServe the datasets from a package inside the RStudio Connection Pane.\n\n## Installation\n\nYou can install the dev version of {fryingpane} from [Github](https://github.com/ColinFay/fryingpane) with:\n\n```{r eval = FALSE}\n# install.packages(\"remotes\")\nremotes::install_github(\"ColinFay/fryingpane\")\n```\n\n## What is this about? \n\n### In your package\n\nUse this package to create a function for displaying your package data inside the RStudio Connection Pane. \n\nNote that `{fryingpane}` should be listed as a dependency to your new package. \n\n#### Function to launch connection\n\nCreate a function that launch the connection pane with the datasets from your package. This function should have this form in the `.R` (change  `mypkg` to the name of your package):\n\n```{r eval = FALSE}\n#' Launch Connection Pane\n#' @export\n#' @importFrom fryingpane serve\n#' @example \n\nopen_connection \u003c- fryingpane::serve(\"mypkg\")\n```\n\n### View the data from another package\n\nYou can open the datasets from another package. \n\n```{r eval = FALSE}\nlibrary(fryingpane)\ncook(\"dplyr\")\n```\n\n![](readme_fig/pane.png)\n\nClose the connection with the ad hoc button.\n\nYou can find an history of your last connection in the Connections pane.\n\n![](readme_fig/hist.png)\n\n![](readme_fig/hist2.png)\n\n## Demo \n\n![](readme_fig/fryingpane.gif)\n\n## Contact\n\nQuestions and feedbacks [welcome](mailto:contact@colinfay.me)!\n\nYou want to contribute ? Open a [PR](https://github.com/ColinFay/fryingpane/pulls) :) If you encounter a bug or want to suggest an enhancement, please [open an issue](https://github.com/ColinFay/fryingpane/issues).\n\nPlease note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.\n","funding_links":[],"categories":["R"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FColinFay%2Ffryingpane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FColinFay%2Ffryingpane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FColinFay%2Ffryingpane/lists"}