Learn R Programming

⚠️There's a newer version (1.2.3) of this package.Take me there.

svMisc (version 0.9-70)

SciViews GUI API - Miscellaneous functions

Description

Supporting functions for the GUI API (various utility functions)

Copy Link

Version

Install

install.packages('svMisc')

Monthly Downloads

1,907

Version

0.9-70

License

GPL-2

Maintainer

Philippe Grosjean

Last Published

March 2nd, 2014

Functions in svMisc (0.9-70)

TempEnv

Get an environment dedicated to temporary variables (and create it if needed)
fileEdit

Invoke an external text editor for a file
isJGR

Is R running with the JGR GUI?
sourceClipboard

Source code from the clipboard
systemFile

Get a system file or directory
changeTemp

Change an item in a temporary list variable
progress

Display progression of a long calculation on the console and/or in a GUI
guiCmd

Execute a command in the GUI client
pkgMan

Functions to manage R side of the SciViews R package manager
isMac

Is it a Macintosh platform?
descFun

Get textual help on function or function arguments
isWin

Is it a Windows platform?
helpSearchWeb

Search web documents about R and R functions
captureAll

Run an R expression and capture output and messages in a similar way as it would be done at the command line
compareRVersion

Compare current R version with a specified one
isAqua

Is R running with the AQUA GUI (R.app or R64.app)?
objBrowse

Functions to implement an object browser
existsTemp

Determine if a variable exists in SciViews:TempEnv
batch

Run a function in batch mode
assignTemp

Assign a temporary variable in the SciViews:TempEnv environment
argsTip

Show function arguments in a human-readable way - get a call tip
listMethods

List all methods associated with a generic function or a class
unitTests.svMisc

Unit tests for the package svMisc
completion

Get a completion list for a R code fragment
tempvar

Get an arbitrary name for a temporary variable
isSDI

Is Rgui started in SDI mode under Windows?
def

Define a vector of a given mode and length (possibly filling it with default values)
svMisc-package

SciViews GUI API - Miscellaneous functions
toRjson

Convert R object to and from RJSON specification
addTemp

Add data to an item in a temporary list variable
isHelp

Is there a help file and example to run associated with an object?
listTypes

List all types for a method
addItems

Add items from one vector to another one with or without replacement
isRgui

Is Rgui.exe (under Windows) running?
parseText

Parse a character string as if it was a command entered at the command line
rmTemp

Remove one or several temporary variable(s) from the SciViews:TempEnv environment
package

A very silent and multipackage require() function
getTemp

Get a temporary variable from the SciViews:TempEnv environment