{"id":20281271,"url":"https://github.com/badouralix/vscode-remote-try-r","last_synced_at":"2025-04-11T06:38:11.744Z","repository":{"id":40429928,"uuid":"265705284","full_name":"badouralix/vscode-remote-try-r","owner":"badouralix","description":"R sample project for trying out the VS Code Remote - Containers extension ","archived":false,"fork":false,"pushed_at":"2023-09-12T14:17:07.000Z","size":51,"stargazers_count":7,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-25T04:33:03.604Z","etag":null,"topics":["docker","dockerfile","r","vscode","vscode-container","vscode-remote"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/badouralix.png","metadata":{"files":{"readme":"README.md","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":"2020-05-20T23:10:17.000Z","updated_at":"2024-01-04T15:53:59.000Z","dependencies_parsed_at":"2024-11-14T18:49:26.992Z","dependency_job_id":null,"html_url":"https://github.com/badouralix/vscode-remote-try-r","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badouralix%2Fvscode-remote-try-r","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badouralix%2Fvscode-remote-try-r/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badouralix%2Fvscode-remote-try-r/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badouralix%2Fvscode-remote-try-r/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badouralix","download_url":"https://codeload.github.com/badouralix/vscode-remote-try-r/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358547,"owners_count":21090401,"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":["docker","dockerfile","r","vscode","vscode-container","vscode-remote"],"created_at":"2024-11-14T13:39:48.500Z","updated_at":"2025-04-11T06:38:11.721Z","avatar_url":"https://github.com/badouralix.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Try Out Development Containers: R\n\n[![Github Actions Buildx](https://github.com/badouralix/vscode-remote-try-r/actions/workflows/buildx.yaml/badge.svg)](https://github.com/badouralix/vscode-remote-try-r/actions/workflows/buildx.yaml)\n[![Docker Pulls](https://img.shields.io/docker/pulls/badouralix/vscode-remote-try-r?label=pulls\u0026logo=docker\u0026logoColor=white)](https://hub.docker.com/r/badouralix/vscode-remote-try-r)\n[![Docker Stars](https://img.shields.io/docker/stars/badouralix/vscode-remote-try-r?label=stars\u0026logo=docker\u0026logoColor=white)](https://hub.docker.com/r/badouralix/vscode-remote-try-r)\n[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/badouralix/vscode-remote-try-r?logo=docker\u0026logoColor=white)](https://hub.docker.com/r/badouralix/vscode-remote-try-r)\n[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/badouralix/vscode-remote-try-r?label=size\u0026logo=docker\u0026logoColor=white)](https://hub.docker.com/r/badouralix/vscode-remote-try-r)\n\nThis is a sample project that lets you try out the **[VS Code Remote - Containers](https://aka.ms/vscode-remote/containers)** extension in a few easy steps.\n\n\u003e **Note:** If you're following the quick start, you can jump to the [Things to try](#things-to-try) section.\n\n- [Setting up the development container](#setting-up-the-development-container)\n- [Things to try](#things-to-try)\n- [License](#license)\n\n## Setting up the development container\n\nFollow these steps to open this sample in a container:\n\n1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started).\n\n2. To use this repository, you can either open the repository in an isolated Docker volume:\n\n    - Press \u003ckbd\u003eF1\u003c/kbd\u003e and select the **Remote-Containers: Open Repository in Container...** command.\n    - Type [`badouralix/vscode-remote-try-r`](https://github.com/badouralix/vscode-remote-try-r) and press \u003ckbd\u003ereturn\u003c/kbd\u003e.\n    - Wait for the container to start, and try things out!\n\n    ![**Remote-Containers: Open Repository in Container...**](https://user-images.githubusercontent.com/19719047/82132333-f9efd600-97de-11ea-9572-e761a97e25b9.png \"Remote-Containers: Open Repository in Container...\")\n\n    Or open a locally cloned copy of the code:\n\n    - Clone this repository to your local filesystem.\n    - Open the cloned copy of this folder.\n    - Press \u003ckbd\u003eF1\u003c/kbd\u003e and select the **Remote-Containers: Reopen in Container** command.\n    - Wait for the container to start, and try things out!\n\n    ![**Remote-Containers: Reopen in Container**](https://user-images.githubusercontent.com/19719047/82131929-b98e5900-97da-11ea-868b-7542abd17a27.png \"Remote-Containers: Reopen in Container\")\n\n## Things to try\n\nOnce you have this sample opened in a container, you'll be able to work with it like you would locally.\n\nSome things to try:\n\n1. **Edit:**\n\n    - Open [learnxinyminutes.R](learnxinyminutes.R).\n    - Try adding some code and check out the language features.\n\n2. **Terminal:** Press \u003ckbd\u003ectrl\u003c/kbd\u003e+\u003ckbd\u003eshift\u003c/kbd\u003e+\u003ckbd\u003e\\`\u003c/kbd\u003e and type `uname` and other Linux commands from the terminal window.\n3. **R Interactive:**\n\n    - Press \u003ckbd\u003eF1\u003c/kbd\u003e and run the **R: Create R terminal** command.\n    - Try running some R commands.\n\n4. **Run Source:**\n\n    - Open [learnxinyminutes.R](learnxinyminutes.R).\n    - Press \u003ckbd\u003eF1\u003c/kbd\u003e and run the **R: Run Source**.\n\n    ![**R: Run Source**](https://user-images.githubusercontent.com/19719047/82131092-f1dd6980-97d1-11ea-89bb-1bfdd19e98cc.png \"R: Run Source\")\n\n5. **Run Selection:**\n\n    - Open [learnxinyminutes.R](learnxinyminutes.R) and select a few lines.\n    - Press \u003ckbd\u003eF1\u003c/kbd\u003e and run the **R: Run Selection/Line** command.\n\n    ![**R: Run Selection**](https://user-images.githubusercontent.com/19719047/82131094-f6a21d80-97d1-11ea-89e3-0d72239f3a34.png \"R: Run Selection\")\n\n6. **Preview Dataframe:**\n\n    - Open [learnxinyminutes.R](learnxinyminutes.R) and select a data frame, for instance `students`.\n    - Press \u003ckbd\u003eF1\u003c/kbd\u003e and run the **R: Preview Dataframe** command.\n\n    ![**R: Preview Dataframe**](https://user-images.githubusercontent.com/19719047/82505461-156c2100-9afe-11ea-90b4-42672d269173.png \"R: Preview Dataframe\")\n\n## License\n\nUnless explicitly stated to the contrary, all contents licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadouralix%2Fvscode-remote-try-r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadouralix%2Fvscode-remote-try-r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadouralix%2Fvscode-remote-try-r/lists"}