Package: Orcs
Type: Package
Title: Omnidirectional R Code Snippets
Version: 1.1.1
Date: 2019-02-28
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: 6.1.1
SystemRequirements: GNU make, 7zip, unix2dos
Suggests: testthat, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2019-02-28 15:53:05 UTC; FlorianD
Author: Florian Detsch [cre, aut],
  Tim Appelhans [ctb],
  Baptiste Auguie [ctb],
  OpenStreetMap contributors [cph]
Repository: CRAN
Date/Publication: 2019-02-28 16:30:03 UTC
