r-test

:package: The Title of the Project

https://github.com/davidmarambio/r-test

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 (19.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

:package: The Title of the Project

Basic Info
  • Host: GitHub
  • Owner: DavidMarambio
  • License: gpl-2.0
  • Language: R
  • Default Branch: main
  • Size: 0 Bytes
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 Support

README.Rmd

---
output: github_document
---




```{r, include = FALSE}
knitr::opts_chunk$set(collapse  = TRUE,
                      comment   = "#>",
                      fig.path  = "figures/readme/",
                      out.width = "100%")
```



r-test 
=========================================================


[![License: GPL (>= 2)](https://img.shields.io/badge/License-GPL%20%28%3E%3D%202%29-blue.svg)](https://choosealicense.com/licenses/gpl-2.0/)




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/DavidMarambio/r-test/tree/main/DESCRIPTION): contains project metadata (authors, date, dependencies, etc.) - [`make.R`](https://github.com/DavidMarambio/r-test/tree/main/make.R): main R script to run the entire project - [`R/`](https://github.com/DavidMarambio/r-test/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/DavidMarambio/r-test/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/DavidMarambio/r-test/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

  • Name: David Marambio Salazar
  • Login: DavidMarambio
  • Kind: user
  • Location: Santiago
  • Company: Universidad de Chile

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 "r-test" in publications use:'
type: software
license: GPL-2.0-or-later
title: 'r-test: 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: Marambio Salazar
  given-names: David
  email: david.marambios@gmail.com
repository-code: https://github.com/DavidMarambio/r-test
url: https://github.com/DavidMarambio/r-test
contact:
- family-names: Marambio Salazar
  given-names: David
  email: david.marambios@gmail.com
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: 7
  • Create event: 4
Last Year
  • Push event: 7
  • Create event: 4