Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: DisplayR
Title: Functions for visualising data
Version: 0.1
Version: 0.1.1
Authors@R:
c(person("Jack", "Penzer", , "jack.penzer@sharecreative.com", role = c("aut", "cre"),
comment = c(ORCID = "Capture Intelligence")),
Expand Down Expand Up @@ -43,6 +43,6 @@ Suggests:
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 3.20)
R (>= 4.4.0)
LazyData: true
Language: en-GB
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# DisplayR (development version)

# DisplayR 0.1.1

- Add the 'samyds' brand to brands
- Update some functions in line with ggplot updates
- Remove gghalves dependency due to ggplot changes

# DisplayR 0.1.0

- Added montserrat and source-sans-pro fonts to package installation
Expand Down
12 changes: 7 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ knitr::opts_chunk$set(

# DisplayR

---

<!-- badges: start -->
[![R-CMD-check](https://github.com/jpcompartir/DisplayR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jpcompartir/DisplayR/actions/workflows/R-CMD-check.yaml)
[![pkgdown](https://github.com/jpcompartir/DisplayR/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/jpcompartir/DisplayR/actions/workflows/pkgdown.yaml)

[![codecov](https://codecov.io/gh/jpcompartir/DisplayR/branch/main/graph/badge.svg?token=J3Z0FP0F53)](https://codecov.io/gh/jpcompartir/DisplayR)
<!-- badges: end -->

<img src="man/figures/Capture_Intelligence_FullColour.png" align="center" width="100%" style="padding: 25px 50px 25px 0px;"/>
---

DisplayR is Capture Intelligence's comprehensive package for data visualization, offering a wide array of functions tailored to meet various data visualization needs. This versatile package aims to improve data presentation and communication by providing visually engaging and informative graphics.
DisplayR is SAMY Data Science's comprehensive package for data visualisation, offering a wide array of functions tailored to meet various data visualisation needs. This versatile package aims to improve data presentation and communication by providing visually engaging and informative graphics.

The package caters to a diverse set of visualization requirements, including static and interactive data visualization, tables, and seamless PowerPoint integration with R. DisplayR streamlines the process of creating and customizing charts and plots, enabling users to efficiently produce visuals that effectively convey the insights and patterns hidden within their data.
The package caters to a diverse set of visualisation requirements, including static and interactive data visualisation, tables, and seamless PowerPoint integration with R. DisplayR streamlines the process of creating and customising charts and plots, enabling users to efficiently produce visuals that effectively convey the insights and patterns hidden within their data.

## Installation

Expand All @@ -37,4 +37,6 @@ You can install the development version of DisplayR from [GitHub](https://github
devtools::install_github("jpcompartir/DisplayR")
```

---

<img src="man/figures/samy_banner.png" alt="SAMY Data Science" width="100%"/>
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@

# DisplayR

------------------------------------------------------------------------

<!-- badges: start -->

[![R-CMD-check](https://github.com/jpcompartir/DisplayR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jpcompartir/DisplayR/actions/workflows/R-CMD-check.yaml)
[![pkgdown](https://github.com/jpcompartir/DisplayR/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/jpcompartir/DisplayR/actions/workflows/pkgdown.yaml)

[![codecov](https://codecov.io/gh/jpcompartir/DisplayR/branch/main/graph/badge.svg?token=J3Z0FP0F53)](https://codecov.io/gh/jpcompartir/DisplayR)
<!-- badges: end -->

<img src="man/figures/Capture_Intelligence_FullColour.png" align="center" width="100%" style="padding: 25px 50px 25px 0px;"/>
------------------------------------------------------------------------

DisplayR is Capture Intelligence’s package for data
DisplayR is SAMY Data Science’s comprehensive package for data
visualisation, offering a wide array of functions tailored to meet
various data visualisation needs.
various data visualisation needs. This versatile package aims to improve
data presentation and communication by providing visually engaging and
informative graphics.

The package caters to a diverse set of visualisation requirements,
including static and interactive data visualisation, tables, and
Expand All @@ -33,3 +35,7 @@ You can install the development version of DisplayR from
# install.packages("devtools")
devtools::install_github("jpcompartir/DisplayR")
```

------------------------------------------------------------------------

<img src="man/figures/samy_banner.png" alt="SAMY Data Science" width="100%"/>
82 changes: 70 additions & 12 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,69 @@
url: https://jpcompartir.github.io/DisplayR/

template:
bootstrap: 5
params:
bootswatch: "cosmo"
hljs:
style: "tango"
toc: true
toc_depth: 3
favicon: man/figures/samy_logo_small.png
bslib:
# SAMY Brand Colours
bg: "#F5F5F4"
fg: "#2C2E35"
primary: "#B5651D"
secondary: "#D4A574"
success: "#7C9885"
info: "#5B7C99"
warning: "#D4A574"
danger: "#8B5A6F"

# Typography
base_font:
google: "Lato"
heading_font:
google: "Merriweather"
code_font:
google: "Fira Code"

# Component Styling
navbar-bg: "#2C2E35"
code-bg: "#FDFDFD"
code-color: "#5B7C99"

navbar:
bg: dark
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
intro:
text: Get Started
href: articles/plotting_theme_functions.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: All vignettes
- text: Plotting & Theme Functions
href: articles/plotting_theme_functions.html
- text: Charts for PowerPoint
href: articles/powerpoint.html
- text: Creating Beautiful Tables
href: articles/tables.html
news:
text: Changelog
href: news/index.html

footer:
structure:
left: [home, reference, articles]
right: [github]
left: developed_by
right: built_with

home:
sidebar:
structure: [links, license, community, citation, authors, dev]
links:
- text: Report an issue
href: https://github.com/jpcompartir/DisplayR/issues

reference:
- title: "Plotting in R - ggplot2"
Expand Down Expand Up @@ -54,7 +107,12 @@ repo:
home: https://github.com/jpcompartir/DisplayR
source: https://github.com/jpcompartir/DisplayR/tree/main

home:
links:
- text: Report an issue
href: https://github.com/jpcompartir/DisplayR/issues
development:
mode: auto

news:
releases:
- text: "Version 0.1.1"
href: news/index.html#displayr-011
- text: "Version 0.1.0"
href: news/index.html#displayr-010
85 changes: 59 additions & 26 deletions inst/brands/samyds/_brand.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,74 @@
# Quarto does nothing with meta values (LOL love that for us) but including here incase it's useful going forward.
# Feel free to remove
meta:
name: SAMY
links:
home: https://samy.com/

color:
palette:
samy-nero-black: "#232323"
samy-inferno: "#FF5D17"
samy-peach: "#F7AB81"
samy-turquoise: "#1C7E76"
samy-crimson: "#B80F0A"
samy-blue: "#191970"
samy-bg: "#F7F7F7"
samy-green: "#028A0F"
primary: samy-peach
background: samy-bg
foreground: samy-nero-black
secondary: samy-nero-black
danger: samy-crimson
ink: "#2C2E35"
cloud: "#E8E9EB"
pearl: "#F5F5F4"
snow: "#FDFDFD"
cognac: "#B5651D"
honey: "#D4A574"
sage: "#7C9885"
ocean: "#5B7C99"
wine: "#8B5A6F"

foreground: ink
background: pearl
primary: cognac
secondary: cognac
tertiary: cloud
success: sage
info: ocean
warning: honey
danger: wine

typography:
fonts:
- family: Helvetica
source: system
- family: Lato
source: google
weight: [300, 400, 600, 700]
style: normal
- family: Lato
source: google
weight: [300, 400, 600, 700]
style: italic
- family: Merriweather
source: google
weight: [300, 400, 600, 700]
style: normal

base:
family: Helvetica
family: Lato
weight: 300

headings:
family: Helvetica
weight: 400
color: samy-nero-black
link:
color: samy-nero-black
decoration: underline
family: Merriweather
weight: 600
style: normal
color: ink

monospace:
background-color: white
family: Monaco
size: 0.9em

monospace-inline:
color: samy-inferno
background-color: white
color: ocean
background-color: pearl

monospace-block:
background-color: white
color: ink
background-color: snow
line-height: 1.2

link:
weight: 400
color: ink
decoration: underline

logo:
small: samy_isotype.png
Expand Down
Binary file added man/figures/samy_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/samy_logo_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading