Orcs1.2.3 package

Omnidirectional R Code Snippets

assignSSH

Assign SSH Key to Local Git Repository

buildBook

Build a Book without Underscores

bumpVersion

Bump Package 'Version:' and 'Date:' in DESCRIPTION File

compareDistributions

Compare Two Density Distributions Side by Side

coords2Lines

Convert Points to SpatialLines*

coords2Polygons

Convert Points to SpatialPolygons*

evalMetrics

Compute Selected Evaluation Metrics

ext2spy

Convert Spatial Extent to Polygon

ifMissing

Take Measures in Case of Nonexisting Target Files

latticeCombineGrid

Combine Multiple Lattice Plots in a Faceted Grid (Panels)

latticeCombineLayer

Combine Multiple Lattice Plots Layerwise

lineEnding

Convert Between DOS and UNIX Line Endings

list2df

Create data.frame from list

loadFromGit

Install and Load a Package from GitHub

loadPkgs

Load Multiple Packages

meanDifference

Calculate Mean Difference Between Two Datasets

merge-methods

Merge Objects Stored in a List

multiKnit

Convert Multiple R Markdown Files to Ordinary Markdown

offsetGridText

Insert Offset Text Annotation into trellis Plot

Orcs-package

Omnidirectional R Code Snippets.

OrcsCppFun

Dimensions of a data.frame

par7zip

Parallelized 7-Zip Compression

pureBasename

Return File Name without Extension

pvalue

Get p-Value from 'lm' Object

rgb2spLayout

Convert an RGB Raster* to Use with spplot()

rmDuplCols

Remove Duplicated Columns from data.frame

setwdOS

Set Working Directory Dependent on Current OS

stextGrob

Draw Shadow Text

substrC

Substrings of a Character Vector (C++ Style)

trimImages

Remove Whitespace from Images

unlistStrsplit

Unlist the Outcome of strsplit()

unsortedFactor

Factor with Unsorted Levels

I tend to repeat the same code chunks over and over again. At first, this was fine for me and I paid little attention to such redundancies. A little later, when I got tired of manually replacing Linux filepaths with the referring Windows versions, and vice versa, I started to stuff some very frequently used work-steps into functions and, even later, into a proper R package. And that's what this package is - a hodgepodge of various R functions meant to simplify (my) everyday-life coding work without, at the same time, being devoted to a particular scope of application.

  • Maintainer: Florian Detsch
  • License: MIT + file LICENSE
  • Last published: 2023-01-06