Package: Orcs 1.2.3

Orcs: Omnidirectional R Code Snippets

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.

Authors:Florian Detsch [cre, aut], Tim Appelhans [aut], Baptiste Auguie [ctb], OpenStreetMap contributors [cph]

Orcs_1.2.3.tar.gz
Orcs_1.2.3.zip(r-4.5)Orcs_1.2.3.zip(r-4.4)Orcs_1.2.3.zip(r-4.3)
Orcs_1.2.3.tgz(r-4.4-x86_64)Orcs_1.2.3.tgz(r-4.4-arm64)Orcs_1.2.3.tgz(r-4.3-x86_64)Orcs_1.2.3.tgz(r-4.3-arm64)
Orcs_1.2.3.tar.gz(r-4.5-noble)Orcs_1.2.3.tar.gz(r-4.4-noble)
Orcs_1.2.3.tgz(r-4.4-emscripten)Orcs_1.2.3.tgz(r-4.3-emscripten)
Orcs.pdf |Orcs.html
Orcs/json (API)
NEWS

# Install 'Orcs' in R:
install.packages('Orcs', repos = c('https://fdetsch.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/fdetsch/orcs/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

34 exports 4 stars 1.02 score 52 dependencies 97 scripts 273 downloads

Last updated 2 years agofrom:6658fc3974. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 08 2024
R-4.5-win-x86_64OKSep 08 2024
R-4.5-linux-x86_64OKSep 08 2024
R-4.4-win-x86_64OKSep 08 2024
R-4.4-mac-x86_64OKSep 08 2024
R-4.4-mac-aarch64OKSep 08 2024
R-4.3-win-x86_64OKSep 08 2024
R-4.3-mac-x86_64OKSep 08 2024
R-4.3-mac-aarch64OKSep 08 2024

Exports:assignSSHbuildBookbumpVersioncompareDistributionscoords2Linescoords2PolygonsdimCevalMetricsext2spygrid.stextifMissinglatticeCombineGridlatticeCombineLayerlineEndinglist2dfloadFromGitloadPkgsmeanDifferencemergemultiKnitncolCnrowCoffsetGridTextpar7zippureBasenamepvaluergb2spLayoutrmDuplColssetwdOSstextGrobsubstrCtrimImagesunlistStrsplitunsortedFactor

Dependencies:base64encbookdownbslibcachemclassclassIntcliDBIdeldirdigeste1071evaluatefastmapfontawesomefsgluehighrhtmltoolsinterpjpegjquerylibjsonliteKernSmoothknitrlatticelatticeExtralifecyclemagrittrMASSmemoisemimeplotrixpngproxyR6rappdirsRColorBrewerRcppRcppEigenremotesrlangrmarkdowns2sasssfspterratinytexunitswkxfunyaml

lineEnding and the clash of operating systems

Rendered fromlineEnding.Rmdusingknitr::knitron Sep 08 2024.

Last update: 2022-09-26
Started: 2015-09-30

Merge multiple data frames with multiMerge

Rendered frommerge.Rmdusingknitr::knitron Sep 08 2024.

Last update: 2022-09-26
Started: 2018-05-31

Set working directory OS-dependent with setwdOS

Rendered fromsetwdOS.Rmdusingknitr::knitron Sep 08 2024.

Last update: 2018-05-31
Started: 2015-05-28

Readme and manuals

Help Manual

Help pageTopics
Omnidirectional R Code Snippets.Orcs-package orcspackage
Assign SSH Key to Local Git RepositoryassignSSH
Build a Book without UnderscoresbuildBook
Bump Package 'Version:' and 'Date:' in DESCRIPTION FilebumpVersion
Compare Two Density Distributions Side by SidecompareDistributions
Convert Points to SpatialLines*coords2Lines coords2Lines,Line-method coords2Lines,matrix-method
Convert Points to SpatialPolygons*coords2Polygons coords2Polygons,matrix-method coords2Polygons,Polygon-method
Compute Selected Evaluation MetricsevalMetrics
Convert Spatial Extent to Polygonext2spy
Take Measures in Case of Nonexisting Target FilesifMissing
Combine Multiple Lattice Plots in a Faceted Grid (Panels)latticeCombineGrid
Combine Multiple Lattice Plots LayerwiselatticeCombineLayer
Convert Between DOS and UNIX Line EndingslineEnding
Create 'data.frame' from 'list'list2df
Install and Load a Package from GitHubloadFromGit
Load Multiple PackagesloadPkgs
Calculate Mean Difference Between Two DatasetsmeanDifference meanDifference,numeric-method meanDifference,SpatRaster-method
Merge Objects Stored in a Listmerge merge,list,missing-method
Convert Multiple R Markdown Files to Ordinary MarkdownmultiKnit
Insert Offset Text Annotation into 'trellis' PlotoffsetGridText
Dimensions of a 'data.frame'dimC ncolC nrowC OrcsCppFun
Parallelized 7-Zip Compressionpar7zip
Return File Name without ExtensionpureBasename
Get _p_-Value from 'lm' Objectpvalue
Convert an RGB Raster* to Use with 'spplot()'rgb2spLayout
Remove Duplicated Columns from 'data.frame'rmDuplCols
Set Working Directory Dependent on Current OSsetwdOS
Draw Shadow Textgrid.stext stextGrob
Substrings of a Character Vector (C++ Style)substrC
Remove Whitespace from ImagestrimImages
Unlist the Outcome of 'strsplit()'unlistStrsplit
Factor with Unsorted LevelsunsortedFactor