Package: colorhex
Type: Package
Title: Colors and Palettes from Color-Hex
Version: 0.1.1
Authors@R: c(
            person("Athanasia Mo", "Mowinckel", 
                    email = "a.m.mowinckel@psykologi.uio.no", 
                    role = c("aut", "cre"),
                    comment = c(ORCID = "0000-0002-5756-0223")),
            person("Julia", "Romanowska",
                   email = "Julia.Romanowska@uib.no",
                   role = "ctb",
                   comment = c(ORCID = "0000-0001-6733-1953"))
            )
Description: The website <https:www.color-hex.com> is a great resource of hex colour
  codes and palettes. This package allows you to retrieve palettes
  and colour information from the website directly from R. There are 
  also custom scale-functions for 'ggplot2'. 
License: MIT + file LICENSE
Encoding: UTF-8
Imports: rvest, xml2, grDevices, graphics, ggplot2
RoxygenNote: 7.1.1
URL: https://github.com/Athanasiamo/colorhex
BugReports: https://github.com/Athanasiamo/colorhex/issues
Suggests: spelling, scales
Language: en-US
NeedsCompilation: no
Packaged: 2021-05-21 18:42:58 UTC; athanasm
Author: Athanasia Mo Mowinckel [aut, cre]
    (<https://orcid.org/0000-0002-5756-0223>),
  Julia Romanowska [ctb] (<https://orcid.org/0000-0001-6733-1953>)
Maintainer: Athanasia Mo Mowinckel <a.m.mowinckel@psykologi.uio.no>
Repository: CRAN
Date/Publication: 2021-05-25 07:20:02 UTC
