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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.0%) to scientific vocabulary
Keywords
r
Last synced: 9 months ago
·
JSON representation
Repository
It does some stuff
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
r
Created about 8 years ago
· Last pushed about 8 years ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
Codemeta
README.Rmd
---
output:
github_document:
html_preview: FALSE
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# hello48
Author: _Noam Ross_
[{data-external="1"}](https://opensource.org/licenses/MIT)
[{data-external="1"}](http://www.repostatus.org/#wip)
[{data-external="1"}](https://circleci.com/gh/noamross/hello48)
[{data-external="1"}](https://ci.appveyor.com/project/noamross/hello48)
[{data-external="1"}](https://codecov.io/gh/noamross/hello48)
[{data-external="1"}](https://cran.r-project.org/package=hello48)
It does some stuff
## Installation
Install the **hello48** package with this command:
```{r install_me, eval = FALSE}
source("https://install-github.me/noamross/hello48")
```
```{r message=FALSE, warning=FALSE, error=FALSE, include=FALSE}
options(width=120)
```
## Usage
```{r example}
#library(hello48)
# some example code
```
# Current Verison
```{r version}
#packageVersion("hello48")
```
## Contributing
Want have feedback or want to contribute? Great! Please take a look at the [contributing guidelines](https://github.com/noamross/hello48/blob/master/.github/CONTRIBUTING.md) before filing an issue or pull request.
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/noamross/hello48/blob/master/.github/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
Owner
- Name: Noam Ross
- Login: noamross
- Kind: user
- Location: New York, NY
- Website: http://www.noamross.net
- Repositories: 300
- Profile: https://github.com/noamross
Principal Scientist, Computational Research at @ecohealthalliance Executive Director of @ropensci
CodeMeta (codemeta.json)
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "hello48",
"description": "It does some stuff",
"name": "hello48: It does some stuff",
"codeRepository": "https://github.com/noamross/hello48",
"issueTracker": "https://github.com/noamross/hello48/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"version": "3.4.4",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 3.4.4 (2018-03-15)",
"author": [
{
"@type": "Person",
"givenName": "Noam",
"familyName": "Ross",
"email": "noam.ross@gmail.com",
"@id": "https://orcid.org/0000-0002-2136-0000"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Noam",
"familyName": "Ross",
"email": "noam.ross@gmail.com",
"@id": "https://orcid.org/0000-0002-2136-0000"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"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=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "roxygen2",
"name": "roxygen2",
"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=roxygen2"
}
],
"softwareRequirements": [],
"releaseNotes": "https://github.com/noamross/hello48/blob/master/NEWS.md",
"readme": "https://github.com/noamross/hello48/blob/master/README.md",
"fileSize": "1.741KB",
"keywords": "r"
}
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 10 months 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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
DESCRIPTION
cran
- roxygen2 * suggests
- testthat * suggests