redbuttecreek
Science Score: 31.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Unable to calculate vocabulary similarity
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: delaney-beals
- Language: R
- Default Branch: main
- Size: 229 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Citation
README.md
RedButteCreek
Owner
- Name: Delaney Beals
- Login: delaney-beals
- Kind: user
- Repositories: 1
- Profile: https://github.com/delaney-beals
Citation (citations.Rmd)
---
title: "RBC 16S analysis: Citations"
output: html_document
---
Written by Delaney Beals \| Date created: December 5, 2023 \| Date most recent edit: December 11, 2023
## Citations for packages used in Red Butte Creek 16S June and October analysis
Resource: <https://ropensci.org/blog/2021/11/16/how-to-cite-r-and-r-packages/>
Cite R and get version. Can copy the BibTex entry and use "Import from clipboard" in Zotero.
```{r}
citation()
version$version.string
```
```{r}
citation("vegan")
packageVersion("vegan")
```
```{r}
citation("picante")
packageVersion("picante")
```
```{r}
citation("geosphere")
packageVersion("geosphere")
```
```{r}
citation("dada2")
packageVersion("dada2")
```
```{r}
citation("UpSetR")
packageVersion("UpSetR")
```