Package 'rscodeio'

Title: A VSCode skin for RStudio
Description: It really just modifies RStudio presentation.
Authors: Anthony North [aut, cre], Miles McBain [ctb]
Maintainer: Anthony North <[email protected]>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2024-11-20 02:48:18 UTC
Source: https://github.com/anthonynorth/rscodeio

Help Index


Activate rscodeio styling in file menu.

Description

Activate rscodeio styling in file menu.

Usage

activate_menu_theme()

Value

nothing.


Deactivate rscodeio style in file menu.

Description

Deactivate rscodeio style in file menu.

Usage

deactivate_menu_theme()

Value

nothing.


Install the rscodeio theme

Description

You'll need RStudio at least 1.2.x and if your RStudio is installed to a default location on Windows or Linux, you'll need to be running RStudio as Administrator to install the menu theme files (Just required for install).

Usage

install_theme(menus = TRUE)

Arguments

menus

If FALSE, do not install the RStudio menu theme QSS files.

Details

You can elect not to install the menu theme files with 'menus = FALSE'.

Value

Nothing.


Uninstall the rscodeio theme

Description

Uninstall the rscodeio theme

Usage

uninstall_theme()

Value

nothing.