DaniMori / yos-award

Collaborative repository to prepare the submission proposal for the Yerun Open Science Awards call

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Respository <repository-name>

Project installation

Software components

Installing the project locally

This project is hosted as a GitHub repository. It can be cloned as a local Git repository following these instructions (steps 2 through 7). Note that this will create a local copy of ('clone') the GitHub repository as an Rstudio project in the folder specified. The URL that must be entered into the Repository URL text box is:

<repository_url>

After cloning the repository, the Rstudio project will open automatically in the Rstudio IDE. If it doesn't, or you want to return later to the project in Rstudio, you can do so by double clicking on the file rstudio_project.Rproj that has been created in the project folder when cloning the repository.

NOTE: It is common practice to avoid using and versioning .Rprofile files. However, this project uses package renv to create a reproducible environment, which needs the .Rprofile file that lives in the root directory of the project. Please DO NOT delete or edit this file; it will install and activate the renv package and make it ready for restoring the environment.

Restoring the environment

The reproducible environment created by renv must be restored to install all the packages this project needs to be built properly. Use the "renv" => "Restore library..." button in Rstudio's "Packages" tab to restore the environment. Alternatively, you can type in the console:

renv::restore()

Repository structure

The file structure of this repository is as follows:

<repository-folder>
|
|--- doc       (To store important documentation of the project)
|    |
|    |--- minutes (To store meeting minutes)
|
|--- output    (Processing outputs; files must be individually "checked-in" if necessary)
|
|--- www       (Project assets, e.g., images, bibliography files, etc.)

Use the folders as indicated to store the different files and generate the outputs of the processes.

About

Collaborative repository to prepare the submission proposal for the Yerun Open Science Awards call