cloudy
Tools to make life easier for importing shared files from cloud hosting
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 (6.8%) to scientific vocabulary
Repository
Tools to make life easier for importing shared files from cloud hosting
Basic Info
- Host: GitHub
- Owner: PaulMelloy
- License: mit
- Language: R
- Default Branch: master
- Homepage: https://adamhsparks.github.io/cloudy/
- Size: 81.1 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
cloudy
The goal of cloudy is to import data from AARNET Cloudstor, OneDrive, Sharepoint, GDrive, GitHub or any other web-based provider serving a file via a downloadable URL.
Installation
You can install cloudy from GitHub with:
r
devtools::install_github("adamhsparks/cloudy")
Example
This is a basic example which shows you how to solve a common problem:
r
library(cloudy)
P_sojae <-
fetch_data(url = "https://raw.githubusercontent.com/openplantpathology/hagis/master/inst/extdata/practice_data_set.csv")
Meta
Please note that the 'cloudy' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Owner
- Name: Paul Melloy
- Login: PaulMelloy
- Kind: user
- Location: Gatton
- Company: The University of Queensland
- Website: https://paulmelloy.github.io/
- Twitter: PaulMelloy
- Repositories: 31
- Profile: https://github.com/PaulMelloy
Plant disease modeller for the University of Queensland
CodeMeta (codemeta.json)
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "cloudy",
"description": "Simplifies and automates importing data from GoogleDrive, Dropbox,\n AARNET Cloudstor, MS OneDrive and Sharepoint shared file links to make sharing\n data easier.",
"name": "cloudy: Import Data from AARNET Cloudstor, MS OneDrive and SharePoint",
"codeRepository": "https://github.com/adamhsparks/cloudy",
"issueTracker": "https://github.com/adamhsparks/cloudy/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.6.1",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.6.1 (2019-07-05)",
"author": [
{
"@type": "Person",
"givenName": "Adam H.",
"familyName": "Sparks",
"email": "adamhsparks@gmail.com",
"@id": "https://orcid.org/0000-0002-0061-8359"
}
],
"contributor": {},
"copyrightHolder": {},
"funder": {},
"maintainer": [
{
"@type": "Person",
"givenName": "Adam H.",
"familyName": "Sparks",
"email": "adamhsparks@gmail.com",
"@id": "https://orcid.org/0000-0002-0061-8359"
}
],
"softwareSuggestions": [],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "curl",
"name": "curl",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=curl"
},
{
"@type": "SoftwareApplication",
"identifier": "httr",
"name": "httr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=httr"
},
{
"@type": "SoftwareApplication",
"identifier": "rio",
"name": "rio",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rio"
}
],
"readme": "https://github.com/adamhsparks/cloudy/blob/master/README.md",
"fileSize": "21.016KB",
"developmentStatus": "https://www.tidyverse.org/lifecycle/#experimental",
"keywords": [
"r",
"tools",
"data"
]
}
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Adam H. Sparks | a****s@g****m | 23 |
| PaulMelloy | p****l@m****u | 1 |
Committer Domains (Top 20 + Academic)
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