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 (18.2%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
The Title of the Project
Basic Info
- Host: GitHub
- Owner: nvergaramallegas
- License: gpl-2.0
- Language: R
- Default Branch: main
- Size: 62.5 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created 10 months ago
· Last pushed 10 months ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE,
comment = "#>",
fig.path = "figures/readme/",
out.width = "100%")
```
proyectorepro
=========================================================
• Overview
• Data sources
• Workflow
• Content
• Installation
• Usage
• Citation
• Contributing
• Acknowledgments
• References
## Overview
This project is dedicated to... **{{ DESCRIBE YOUR PROJECT }}**
## Data sources
This project uses the following databases:
**{{ DESCRIBE THE DATA SOURCES }}**
## Workflow
The analysis pipeline follows these steps:
**{{ DESCRIBE THE PIPELINE }}**
## Content
This repository is structured as follow:
- [`DESCRIPTION`](https://github.com/nvergaramallegas/proyectorepro/tree/main/DESCRIPTION):
contains project metadata (authors, date, dependencies, etc.)
- [`make.R`](https://github.com/nvergaramallegas/proyectorepro/tree/main/make.R):
main R script to run the entire project
- [`R/`](https://github.com/nvergaramallegas/proyectorepro/tree/main/R):
contains R functions developed especially for this project
**{{ LIST ADDITIONAL FILES/FOLDER }}**
## Installation
To install this compendium:
- [Fork](https://docs.github.com/en/get-started/quickstart/contributing-to-projects)
this repository using the GitHub interface.
- [Clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)
your fork using `git clone fork-url` (replace `fork-url` by the URL of your fork).
Alternatively, open [RStudio IDE](https://posit.co/products/open-source/rstudio/)
and create a New Project from Version Control.
## Usage
Launch the [`make.R`](https://github.com/nvergaramallegas/proyectorepro/tree/main/make.R)
file with:
```{r eval=FALSE}
source("make.R")
```
**Notes**
- All required packages listed in the `DESCRIPTION` file will be installed (if necessary)
- All required packages and R functions will be loaded
- Some analyses listed in the `make.R` might take time
## Citation
Please use the following citation:
> **{{ ADD A CITATION }}**
## Contributing
All types of contributions are encouraged and valued. For more information,
check out our [Contributor Guidelines](https://github.com/nvergaramallegas/proyectorepro/blob/main/CONTRIBUTING.md).
Please note that this project is released with a
[Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.
## Acknowledgments
**{{ OPTIONAL SECTION }}**
## References
**{{ OPTIONAL SECTION }}**
Owner
- Login: nvergaramallegas
- Kind: user
- Repositories: 1
- Profile: https://github.com/nvergaramallegas
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 "proyectorepro" in publications use:'
type: software
license: GPL-2.0-or-later
title: 'proyectorepro: The Title of the Project'
version: 0.0.0.9000
abstract: A paragraph providing a full description of the project (on several lines...)
authors:
- family-names: Vergara-Mallegas
given-names: Natalia
email: nvergaramallegas@gmail.com
orcid: https://orcid.org/orcid
repository-code: https://github.com/nvergaramallegas/proyectorepro
url: https://github.com/nvergaramallegas/proyectorepro
contact:
- family-names: Vergara-Mallegas
given-names: Natalia
email: nvergaramallegas@gmail.com
orcid: https://orcid.org/orcid
references:
- type: software
title: renv
abstract: 'renv: Project Environments'
notes: Imports
url: https://rstudio.github.io/renv/
repository: https://CRAN.R-project.org/package=renv
authors:
- family-names: Ushey
given-names: Kevin
email: kevin@rstudio.com
orcid: https://orcid.org/0000-0003-2880-7407
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
orcid: https://orcid.org/0000-0003-4757-117X
year: '2025'
doi: 10.32614/CRAN.package.renv
date-released: ´2025-04-24´
GitHub Events
Total
- Push event: 4
- Create event: 2
Last Year
- Push event: 4
- Create event: 2
Dependencies
DESCRIPTION
cran
- renv * imports