repro_test
Science Score: 18.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
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: hansvernooij
- License: mit
- Language: R
- Default Branch: master
- Size: 36.1 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
repro_test
Version 0.1.0
example reproducibility
Project organization
``` . ├── .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
Citation
Please cite this project as described here.
======= Information about R version and packages ========== R version 3.6.0 (2019-04-26) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 17763)
Matrix products: default
locale: [1] LCCOLLATE=DutchNetherlands.1252 LCCTYPE=DutchNetherlands.1252 LCMONETARY=DutchNetherlands.1252 [4] LCNUMERIC=C LCTIME=Dutch_Netherlands.1252
attached base packages: [1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] Rcpp1.0.3 pillar1.4.2 compiler3.6.0 prettyunits1.0.2 tools3.6.0 packrat0.5.0
[7] pkgbuild1.0.6 tibble2.1.3 gtable0.3.0 pkgconfig2.0.3 rlang0.4.1 cli1.1.0
[13] rstudioapi0.10 parallel3.6.0 xfun0.10 loo2.1.0 gridExtra2.3 dplyr0.8.3
[19] knitr1.25 stats43.6.0 grid3.6.0 tidyselect0.2.5 inline0.3.15 glue1.3.1
[25] R62.4.0 processx3.4.1 rstan2.19.2 ggplot23.2.1 callr3.3.2 purrr0.3.3
[31] magrittr1.5 scales1.0.0 ps1.3.0 StanHeaders2.19.0 matrixStats0.55.0 rsconnect0.8.15
[37] assertthat0.2.1 colorspace1.4-1 lazyeval0.2.2 munsell0.5.0 crayon_1.3.4
Owner
- Login: hansvernooij
- Kind: user
- Repositories: 1
- Profile: https://github.com/hansvernooij
Citation (CITATION.md)
Please cite this project as follows: hans vernooij (2019), repro_test - version 0.1.0. url: github.com/hansvernooij/repro_test