Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add acknow, cover image, and license in index #71

Merged
merged 6 commits into from
Oct 20, 2022
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
Binary file added img/ccby.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 12 additions & 4 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,27 @@ title: "R Development Guide"
author: "R Contribution Working Group"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib]
biblio-style: apalike
link-citations: yes
github-repo: forwards/rdevguide
url: 'TDDO'
cover-image: "img/Rlogo.png"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to create an image of a book cover using the R logo as the main image. See for example the images on https://bookdown.org/ - they are the cover image of the hard copy book. We don't have a hard copy book of course, but you could create a cover page as a PDF to use as an image (e.g. with PDF export from Word or some other program) . Actually the image for "R Programming for Data Science" looks like a self-made example. So you just need the title, the image and R Contribution Working Group as the author.

Consider how it will look on Twitter, e.g. https://twitter.com/straightedge/status/1203515396910772230?s=20&t=3ApdM_TKev1KPzMP3IW7WA - either make the whole image square or center the image vertically on a larger page so that only the R logo shows on the Twitter image.

favicon: "img/Rlogo.svg"
description: "A guide to R development."
---

# {-}

Initial chapters of this guide were developed by Saranjeet Kaur Bhogal, in a project funded by the R Foundation, mentored by Heather Turner and Michael Lawrence. It draws on documentation and articles written by the R Core Team.
# Acknowledgement

This guide has benefited from contributions and reviews by the following (names are in alphabetical order):
This guide draws on documentation and articles written by the R Core Team.
Initial chapters of the guide were developed by Saranjeet Kaur Bhogal, in a project funded by the R Foundation, mentored by Heather Turner and Michael Lawrence. This initial version was upgraded in a [Google Season of Docs 2022](https://github.com/rstats-gsod/gsod2022/wiki/GSOD-2022-Proposal) project with Saranjeet Kaur Bhogal and Lluís Revilla Sancho working as technical writers managed by Nicolas Bennett and overseen by a [Steering Committee](https://github.com/rstats-gsod/gsod2022/wiki/GSOD-2022-Proposal#steering-committee) including representatives from R Core and the wider R community.

Bettina Gruen, Carol Willing, Gabriel Becker, Kara Woo, Lluís Revilla Sancho, Maya Gans, Michael Chirico, Mine Cetinkaya-Rundel, Toby Dylan Hocking.
This guide has benefited and continues to be benefit from varied contributions by several [contributors](https://github.com/r-devel/rdevguide#contributors-).


[![License: CC BY 4.0](img/ccby.png)](https://creativecommons.org/licenses/by/4.0/){width=180px}

This project is licensed under a [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). Some pages may contain materials that are subject to copyright, in which case you will see the copyright notice.