Package: Orcs
Type: Package
Title: Omnidirectional R Code Snippets
Version: 1.2.1
Date: 2020-03-05
Authors@R: c(
	person("Florian", "Detsch", role = c("cre", "aut"), email = "fdetsch@web.de"),
	person("Tim", "Appelhans", role = "ctb"),
	person("Baptiste", "Auguie", role = "ctb"),
	person("OpenStreetMap contributors", role = "cph"))
Maintainer: Florian Detsch <fdetsch@web.de>
Description: 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.
License: MIT + file LICENSE
URL: https://github.com/fdetsch/Orcs
BugReports: https://github.com/fdetsch/Orcs/issues
LazyData: TRUE
Depends: R (>= 2.10), methods, raster
Imports: bookdown, grDevices, grid, knitr, lattice, latticeExtra,
        plotrix, Rcpp (>= 0.11.3), remotes, rgdal, sf, sp, stats
LinkingTo: Rcpp
RoxygenNote: 7.0.2
SystemRequirements: GNU make, 7zip, unix2dos
Suggests: testthat, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2020-03-05 14:56:52 UTC; FlorianD
Author: Florian Detsch [cre, aut],
  Tim Appelhans [ctb],
  Baptiste Auguie [ctb],
  OpenStreetMap contributors [cph]
Repository: CRAN
Date/Publication: 2020-03-05 15:50:02 UTC
Built: R 3.6.3; x86_64-w64-mingw32; 2020-08-05 05:54:14 UTC; windows
Archs: i386, x64
