my-reproducible-project
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
Low similarity (9.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: nehamoopen
- License: mit
- Language: R
- Default Branch: main
- Size: 17.6 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
My Reproducible Project
Project organization
- PG = project-generated
- HW = human-writable
- RO = read only
Equation Example
When $a \ne 0$, there are two solutions to $(ax^2 + bx + c = 0)$ and they are $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$
Usage
wwerwerw
Installation
install.packages("tidyverse")
.
├── .gitignore
├── CITATION.md
├── LICENSE.md
├── README.md
├── requirements.txt
├── bin <- Compiled and external code, ignored by git (PG)
│ └── external <- Any external source code, ignored by git (RO)
├── config <- Configuration files (HW)
├── data <- All project data, ignored by git
│ ├── processed <- The final, canonical data sets for modeling. (PG)
│ ├── raw <- The original, immutable data dump. (RO)
│ └── temp <- Intermediate data that has been transformed. (PG)
├── docs <- Documentation notebook for users (HW)
│ ├── manuscript <- Manuscript source, e.g., LaTeX, Markdown, etc. (HW)
│ └── reports <- Other project reports and notebooks (e.g. Jupyter, .Rmd) (HW)
├── results
│ ├── figures <- Figures for the manuscript or reports (PG)
│ └── output <- Other output for the manuscript or reports (PG)
└── src <- Source code for this project (HW)
License
This project is licensed under the terms of the MIT License
Getting Started
This was the sesssionInfo() contents:
``` R version 4.2.2 (2022-10-31 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19045)
Matrix products: default
locale:
[1] LCCOLLATE=DutchNetherlands.utf8 LCCTYPE=DutchNetherlands.utf8
[3] LCMONETARY=DutchNetherlands.utf8 LCNUMERIC=C
[5] LCTIME=Dutch_Netherlands.utf8
attached base packages: [1] stats graphics grDevices datasets utils methods base
other attached packages: [1] renv_0.16.0
loaded via a namespace (and not attached):
[1] compiler4.2.2 tools4.2.2
```
There is also a renv lock.file that you can use using:
renv::restore()
Owner
- Name: Neha Moopen
- Login: nehamoopen
- Kind: user
- Location: The Netherlands
- Company: Utrecht University
- Twitter: NehaMoopen
- Repositories: 7
- Profile: https://github.com/nehamoopen
Research Data Manager @UniUtrechtLib 📚
Citation (CITATION.md)
Please cite this project as follows:
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