Helix/bwVisu/RStudio: Difference between revisions

From bwHPC Wiki
< Helix‎ | bwVisu
Jump to navigation Jump to search
(created page)
 
No edit summary
Line 4: Line 4:


* Add a new package to RStudio
* Add a new package to RStudio
*# Open a shell on Helix by [[Helix/Login|sshing into Helix]] or by starting the RStudio app on bwVisu and switching to the Terminal tab.
*# Open a shell on bwForCluster Helix by [[Helix/Login|Login to Helix]] or by starting the RStudio app on bwVisu and switching to the Terminal tab.
*# Follow the instructions from the [[Helix/Software/R#Installing_R-Packages_into_your_home_folder|R page]]
*# Follow the instructions from the [[Helix/Software/R#Installing_R-Packages_into_your_home_folder|R page]]
* To create dashboards, you can use RShiny with bwVisu RStudio as well.
* To create dashboards, you can use RShiny with bwVisu RStudio as well.

Revision as of 12:25, 5 December 2024

RStudio is an integrated development environment (IDE) for programming with R. It can handle Python code, too.

R packages

  • Add a new package to RStudio
    1. Open a shell on bwForCluster Helix by Login to Helix or by starting the RStudio app on bwVisu and switching to the Terminal tab.
    2. Follow the instructions from the R page
  • To create dashboards, you can use RShiny with bwVisu RStudio as well.