https://github.com/corymccartan/azr
Configure Azure Services for R
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.5%) to scientific vocabulary
Repository
Configure Azure Services for R
Basic Info
- Host: GitHub
- Owner: CoryMcCartan
- License: other
- Language: R
- Default Branch: main
- Size: 16.6 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
azr
The azr package provides functionality to install the Azure CLI, set up Azure
virtual machines, and install the RStudio IDE on a VM instance.
Installation
You can install azr with:
r
remotes::install("CoryMcCartan/azr")
Setting up Azure with azr
You need to point the package to the right Azure subscription.
To do so, set the following environment variables (you can add them to your .Renviron).
r
AZURE_DIR='<something like name.onmicrosoft.com>'
AZURE_SUB_ID='<hyphenated hex code>'
To set up a virtual machine with R installed, run
r
azr::azr_vm_setup()
You can specify the type of machine with size=, and additionally install a
recent version of Rstudio Server with rstudio=TRUE and install R spatial
packages with spatial=TRUE.
Any R configuration files on your local machine (.Rprofile, etc.) will also be transferred to the VM.
Once a machine is set up, you can get the command to SSH into it with
azr_ssh_cmd().
You can also start and stop the VM with azr_vm_start() and azr_vm_stop().
Owner
- Name: Cory McCartan
- Login: CoryMcCartan
- Kind: user
- Company: New York University
- Website: corymccartan.com
- Twitter: CoryMcCartan
- Repositories: 55
- Profile: https://github.com/CoryMcCartan
Faculty Fellow at NYU's Center for Data Science, working on computational social science problems and open-source R software.
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Cory McCartan | c****n@g****m | 8 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0