WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

coe-test-org/R_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Description

TODO: add a description of the repo and links to further documentation if needed (eg., a github page)

Table of Contents

Prerequisites

TODO: add software requirements, for example:

  • R version 4.0.0 or higher
  • Windows, macOS, or Linux operating system

Installation

TODO: review the local installation links and documentation

This repo can be installed to your local machine or you can run code using a Github Codespace. If you want to run the code but don't want to install anything on your local machine, use a Github Codespace

Run Code with Github Codespace

If you want to run the code but don't want to install anything on your local machine, use a Github Codespace.

  1. At the root of the repo, click on the Code drop down button

    • On the right there is a tab called Codespaces.

    • Click the + sign and a Codespace will launch

    • The default codespace configuration has R and Rstudio set up for it (so probably use that one) image

    • If there are multiple configurations (maybe an R and a Python container) you can select which configuration to use by clicking the 3 dots ... like below and selecting New with options... image

  2. You can run Rstudio within a Codespace by:

    • Go into the VS Code section called "Ports" in the Codespace (in the terminal window in the bottom panel)
    • Find the port labeled "Rstudio"
    • Click the Open in Browser button image

Now you can run the repo code in a browser window without needing to install any software on your computer 😎

Local Installation

  1. Clone the repository:
git clone <link to github repo>
  1. Navigate to the repo folder
cd folder
  1. Open up the folder.Rproj R project:

Can double click on the file or open in a terminal window by typing folder.Rproj

  1. Install renv

In the Rstudio window's console, execute

install.packages('renv')
  1. Install all the packages in the root directory:
renv::restore()

Usage

TODO: describe how the repo can or should be used and maybe what variables or outputs are produced. A table of variables could be useful here

Contributing

TODO: add how someone can contribute

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages