https://github.com/cdcgov/cfazur
Basic functionality for interacting with Azure from R
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.3%) to scientific vocabulary
Keywords
azure
azure-storage
r
Last synced: 9 months ago
·
JSON representation
Repository
Basic functionality for interacting with Azure from R
Basic Info
Statistics
- Stars: 5
- Watchers: 9
- Forks: 2
- Open Issues: 5
- Releases: 0
Topics
azure
azure-storage
r
Created almost 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# cfazuR
The goal of cfazuR is to assist make working with Azure easier in R. It currently offers
- Credential Management
- Uploading and downloading files from Azure Blob Storage
## Installation
You can install the development version of cfazuR from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("CDCgov/cfazuR")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(cfazuR)
## basic example code
```
## Project Admin
- Katelyn Gostic: email = `uep6@cdc.gov`
- Zack Susswein: email = `utb2@cdc.gov`
- Nate McIntosh: email = `ute2@cdc.gov`
- Patrick Corbett: email = `pyv3@cdc.gov`
## General Disclaimer
This repository was created for use by CDC programs to collaborate on public health related projects in support of the [CDC mission](https://www.cdc.gov/about/organization/mission.htm). GitHub is not hosted by the CDC, but is a third party website used by CDC and its partners to share information and collaborate on software. CDC use of GitHub does not imply an endorsement of any one particular service, product, or enterprise.
## Public Domain Standard Notice
This repository constitutes a work of the United States Government and is not
subject to domestic copyright protection under 17 USC § 105. This repository is in
the public domain within the United States, and copyright and related rights in
the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/).
All contributions to this repository will be released under the CC0 dedication. By
submitting a pull request you are agreeing to comply with this waiver of
copyright interest.
## License Standard Notice
This repository is licensed under ASL v2 or later.
This source code in this repository is free: you can redistribute it and/or modify it under
the terms of the Apache Software License version 2, or (at your option) any
later version.
This source code in this repository is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the Apache Software License for more details.
You should have received a copy of the Apache Software License along with this
program. If not, see http://www.apache.org/licenses/LICENSE-2.0.html
The source code forked from other open source projects will inherit its license.
## Privacy Standard Notice
This repository contains only non-sensitive, publicly available data and
information. All material and community participation is covered by the
[Disclaimer](https://github.com/CDCgov/template/blob/master/DISCLAIMER.md)
and [Code of Conduct](https://github.com/CDCgov/template/blob/master/code-of-conduct.md).
For more information about CDC's privacy policy, please visit [http://www.cdc.gov/other/privacy.html](https://www.cdc.gov/other/privacy.html).
## Contributing Standard Notice
Anyone is encouraged to contribute to the repository by [forking](https://help.github.com/articles/fork-a-repo)
and submitting a pull request. (If you are new to GitHub, you might start with a
[basic tutorial](https://help.github.com/articles/set-up-git).) By contributing
to this project, you grant a world-wide, royalty-free, perpetual, irrevocable,
non-exclusive, transferable license to all users under the terms of the
[Apache Software License v2](http://www.apache.org/licenses/LICENSE-2.0.html) or
later.
All comments, messages, pull requests, and other submissions received through
CDC including this GitHub page may be subject to applicable federal law, including but not limited to the Federal Records Act, and may be archived. Learn more at [http://www.cdc.gov/other/privacy.html](http://www.cdc.gov/other/privacy.html).
## Records Management Standard Notice
This repository is not a source of government records but is a copy to increase
collaboration and collaborative potential. All government records will be
published through the [CDC web site](http://www.cdc.gov).
Owner
- Name: Centers for Disease Control and Prevention
- Login: CDCgov
- Kind: organization
- Email: data@cdc.gov
- Location: Atlanta, GA
- Website: http://open.cdc.gov/
- Twitter: CDCgov
- Repositories: 114
- Profile: https://github.com/CDCgov
CDC's collaborative software projects to protect America from health, safety, and security threats, both foreign and in the U.S.
GitHub Events
Total
- Issues event: 1
- Issue comment event: 1
- Push event: 2
- Pull request event: 1
- Fork event: 3
Last Year
- Issues event: 1
- Issue comment event: 1
- Push event: 2
- Pull request event: 1
- Fork event: 3
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Nathan McIntosh | n****h@g****m | 9 |
| Boris Ning | 4****s | 1 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 9
- Total pull requests: 13
- Average time to close issues: about 4 hours
- Average time to close pull requests: about 1 hour
- Total issue authors: 4
- Total pull request authors: 2
- Average comments per issue: 0.56
- Average comments per pull request: 0.31
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 9
- Pull requests: 13
- Average time to close issues: about 4 hours
- Average time to close pull requests: about 1 hour
- Issue authors: 4
- Pull request authors: 2
- Average comments per issue: 0.56
- Average comments per pull request: 0.31
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- natemcintosh (3)
- kgostic (2)
- athowes (1)
- zsusswein (1)
Pull Request Authors
- natemcintosh (10)
- kgostic (3)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/actions/pre-commit/action.yaml
actions
- actions/cache v4 composite
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/block-fixup.yaml
actions
- 13rac1/block-fixup-merge-action v2.0.0 composite
- actions/checkout v2.0.0 composite
.github/workflows/check-news-md.yaml
actions
- actions/checkout v2 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pr-commands.yaml
actions
- actions/checkout v4 composite
- r-lib/actions/pr-fetch v2 composite
- r-lib/actions/pr-push v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pre-commit.yaml
actions
- ./.github/actions/pre-commit * composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
.github/workflows/test-coverage.yaml
actions
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite