Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvuorre/smell-e
Smell-e code
https://github.com/mvuorre/smell-e
Last synced: 2 days ago
JSON representation
Smell-e code
- Host: GitHub
- URL: https://github.com/mvuorre/smell-e
- Owner: mvuorre
- License: cc-by-4.0
- Created: 2024-03-13T14:31:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T15:43:52.000Z (21 days ago)
- Last Synced: 2025-01-20T22:57:50.263Z (8 days ago)
- Language: R
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## smell-e analyses
- Pre-registration:
- Data:## Reproduce this
From the command line:
```bash
git clone https://github.com/mvuorre/smell-e.git
cd smell-e
make # requires GNU Make (https://www.gnu.org/software/make/)
```Or, in an IDE like RStudio: First, ensure that your current working directory is the project root. It is best to download the whole project directory so that you have the dependencies. If you use RStudio, open up the relevant R Project file in RStudio.
Then, make sure that you have the required R packages installed. We use [renv](https://rstudio.github.io/renv/articles/collaborating.html) to ensure that you can install and use the exact same versions of the packages. To install those packages, execute `renv::restore()` in the R console (you only need to do this once).
You can now load the required packages (click "Code" to show code here, and in code blocks in the rest of the document). (Note that the MCMC program Stan may have some problems on Windows computers; see [here](https://github.com/stan-dev/rstan/wiki/Configuring-C---Toolchain-for-Windows) for more information.)