demprojrdebug
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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 (8.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: MiguelRodo
- Language: R
- Default Branch: main
- Size: 18.6 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 2 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
Changelog
Citation
Codemeta
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# {{ Package }}
The goal of {{ Package }} is to ...
## Installation
You can install the development version of {{ Package }} from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("MiguelRodo/DemProjrDebug")
```
The purpose of DemProjrDebug is to te
## Citation
## Citation
To cite `DemProjrDebug` in publications use:
@Misc{rodo,
title = {DemProjrDebug: 1},
author = {Miguel Rodo},
url = {https://github.com//DemProjrDebug/#readme},
abstract = {1},
version = {0.0.0-1},
}
Owner
- Name: Miguel Rodo
- Login: MiguelRodo
- Kind: user
- Repositories: 3
- Profile: https://github.com/MiguelRodo
Citation (CITATION.cff)
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "DemProjrDebug" in publications use:'
type: software
title: 'DemProjrDebug: 1'
version: 0.0.0-1
abstract: '1'
authors:
- family-names: Rodo
given-names: Miguel
email: miguel.rodo@uct.ac.za
preferred-citation:
type: generic
title: 'DemProjrDebug: 1'
authors:
- family-names: Rodo
given-names: Miguel
email: miguel.rodo@uct.ac.za
url: https://github.com//DemProjrDebug/#readme
abstract: '1'
version: 0.0.0-1
repository-code: https://github.com//DemProjrDebug
url: https://github.com//DemProjrDebug/#readme
contact:
- family-names: Rodo
given-names: Miguel
email: miguel.rodo@uct.ac.za
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "DemProjrDebug",
"description": "1",
"name": "DemProjrDebug: 1",
"relatedLink": "https://github.com//DemProjrDebug/#readme",
"codeRepository": "https://github.com//DemProjrDebug",
"issueTracker": "https://github.com//DemProjrDebug/issues",
"license": "{{ License }}",
"version": "0.0.0.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
"author": [
{
"@type": "Person",
"givenName": "Miguel",
"familyName": "Rodo",
"email": "miguel.rodo@uct.ac.za"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Miguel",
"familyName": "Rodo",
"email": "miguel.rodo@uct.ac.za"
}
],
"softwareRequirements": {
"SystemRequirements": null
},
"fileSize": "1.434KB",
"citation": [
{
"@type": "CreativeWork",
"author": [
{
"@type": "Person",
"givenName": "Miguel",
"familyName": "Rodo",
"email": "miguel.rodo@uct.ac.za"
}
],
"name": "DemProjrDebug: 1",
"url": "https://github.com//DemProjrDebug/#readme"
}
]
}
GitHub Events
Total
Last Year
Dependencies
DESCRIPTION
cran