Coder Social home page Coder Social logo

rmarkdown-corporate-eg's Introduction

rmarkdown-corporate-eg

Example folder system for an analytical project and corporately-styled RMarkdown report. Features include:

  • fonts
  • colours (headings and graphs),
  • logo
  • draft watermark
  • builds successfully as a stand-alone HTML file even on a mapped network drive

Check out:

rmarkdown-corporate-eg's People

Contributors

ellisp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

rmarkdown-corporate-eg's Issues

Watermark not displaying on top of figures and tables

Thanks for sharing the source code, very useful. I have a small issue when trying to reproduce the watermark, it does not appear on top of figures like in your example.

I have the same style.css to define the watermark and

DRAFT
in my .rmd file

title: "blabla"
author: "myself"
date: "December 2019"
output:
html_document:
highlight: pygments
theme: "flatly"
toc: TRUE
toc_float: TRUE
css: styles.css

DRAFT

res of the doc

my styles.css file has:

.watermark {
opacity: 0.2;
position: fixed;
top: 50%;
left: 50%;
font-size: 600%;
color: #00407d;
}

Is there anything else required?

I have also used theme_minimal() but it doesn't do the trick.

errors in code

Hi, first of all, I want to thank you for this amazing project. I must suggest to use package pacman to make the project fully portable and compilation totally perfect. That is installation of packages automatically done by p_load function.

the source("prep/download-mrtes.R") is not working seems that some of the url are no longer available.

trying URL 'http://www.mbie.govt.nz/info-services/sectors-industries/tourism/tourism-research-data/monthly-regional-tourism-estimates/document-image-library/international-product-by-rto.xlsx' Error in download.file(url, destfile = "data/mrtes.xlsx", mode = "wb") : cannot open URL 'http://www.mbie.govt.nz/info-services/sectors-industries/tourism/tourism-research-data/monthly-regional-tourism-estimates/document-image-library/international-product-by-rto.xlsx' In addition: Warning message: In download.file(url, destfile = "data/mrtes.xlsx", mode = "wb") : cannot open URL 'https://www.mbie.govt.nz/info-services/sectors-industries/tourism/tourism-research-data/monthly-regional-tourism-estimates/document-image-library/international-product-by-rto.xlsx': HTTP status was '404 Not Found'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.