{"id":16411746,"url":"https://github.com/ijlyttle/screenshotr","last_synced_at":"2026-06-22T10:32:06.096Z","repository":{"id":150080260,"uuid":"79386309","full_name":"ijlyttle/screenshotr","owner":"ijlyttle","description":"Helps you put screenshots into documents","archived":false,"fork":false,"pushed_at":"2017-01-22T18:18:47.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-31T16:48:12.079Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ijlyttle.github.io/screenshotr/","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/ijlyttle.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":"2017-01-18T21:29:38.000Z","updated_at":"2017-01-22T21:55:59.000Z","dependencies_parsed_at":"2023-06-05T02:30:31.282Z","dependency_job_id":null,"html_url":"https://github.com/ijlyttle/screenshotr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ijlyttle/screenshotr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijlyttle%2Fscreenshotr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijlyttle%2Fscreenshotr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijlyttle%2Fscreenshotr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijlyttle%2Fscreenshotr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ijlyttle","download_url":"https://codeload.github.com/ijlyttle/screenshotr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijlyttle%2Fscreenshotr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34645681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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-10-11T06:46:26.759Z","updated_at":"2026-06-22T10:32:06.088Z","avatar_url":"https://github.com/ijlyttle.png","language":"R","funding_links":[],"categories":[],"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, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/screenshotr)](https://cran.r-project.org/package=screenshotr)\n[![Travis-CI Build Status](https://travis-ci.org/ijlyttle/screenshotr.svg?branch=master)](https://travis-ci.org/ijlyttle/screenshotr)\n[![Coverage Status](https://img.shields.io/codecov/c/github/ijlyttle/screenshotr/master.svg)](https://codecov.io/github/ijlyttle/screenshotr?branch=master)\n\n# screenshotr\n\n## Installation\n\nThis package is not yet on CRAN. You can install the latest development version from github with:\n\n```R\n# install.packages(\"devtools\")\ndevtools::install_github(\"ijlyttle/screenshotr\")\n```\n\nInstalling this package should append an addin to your RStudio IDE *Addins* menu. \n\nYou can launch the addin using the *Addins* menu, or you can call the function from the command line:\n\n```R\nlibrary(\"screenshotr\")\nscreenshotr()\n```\n                   \n## Introduction\n\nThe goal of this package is to support a **shiny** gadget as an RStudio addin.\n\nThis addin will make it easier for you to insert screenshots into your R Markdown documents.\n\nIt is imagined that, to use the addin, you would follow these steps:\n\n1. Take the screenshot normally. On Mac, I find cmd-ctrl-shift-4 to be very useful.\n\n1. In RStudio's file-editor pane, place the cursor where you would like to insert your `![]()` code.\n\n1. On the addin, Click the **Paste new** button to paste the image to the addin.\n\n1. Specify the image scaling.\n\n1. Click the **Save as**  button to save the rescaled image to your filesystem. This will paste an embed code into your open document, or copy the embed code to your clipboard.\n\nI imagine this will use the **clipr** package and the **magick** package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fijlyttle%2Fscreenshotr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fijlyttle%2Fscreenshotr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fijlyttle%2Fscreenshotr/lists"}