{devtools} R# Documentation

devtools


require(R);

{$desc_comments}
imports "devtools" from "REnv";



.NET clr function exports
translate_to_rlang
symbol_value
symbol_name
invoke_parameters
strHashcode
FNV1a

FNV-1a non-cryptographic hash function

FNV hashes are designed to be fast while maintaining a low collision rate. The FNV speed allows one to quickly hash lots of data while maintaining a reasonable collision rate. The high dispersion of the FNV hashes makes them well suited for hashing nearly identical strings such as URLs, hostnames, filenames, text, IP addresses, etc.

nilsimsa
flash_load

Load R script in directory Load all of the R script in a given working directory, by default is load all script in current directory.

profiler.fetch

get performance profile data

profiler
flag
gc

Garbage Collection

A call of gc causes a garbage collection to take place. gcinfo sets a flag so that automatic collection is either silent (verbose = FALSE) or prints memory usage statistics (verbose = TRUE).

GetDllFile

get library dll file path

raiseException

this function will throw a .NET exception for run exception handler demo test

raiseThreadException

this function will throw a .NET exception on another thread for run exception handler demo test


[Document Index]