Skip to content

Commit

Permalink
redo
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Mar 9, 2022
1 parent cb9b6a3 commit 1a41df0
Show file tree
Hide file tree
Showing 125 changed files with 20,237 additions and 37,185 deletions.
68 changes: 34 additions & 34 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.

## [unreleased]

### Documentation

- Add CHANGELOG

### Features

- Add _includes for HTML files header.html and utterances.html
- Enhance _site.yml distill configuration file
- Add new git-cliff and CHANGELOG functionality
- Add my own custom distill CSS theme
- Create various helper functions for creation of distill blog
- Add custom JS scripts for use in the site
- NEW post for caching in R
- Add github action workflow to render the site on push
- Change _site.yml to use docs, not _site for GH Pages
- Manually add back docs dir for GH pages

### Bug

- Need packages first in workflow file

### Config

- Ignore artifacts for created website
- Cleanup old assets and websites
- Tweak asset images source files
- Update Github action workflow with distill R package

<!-- generated by git-cliff -->
# Changelog
All notable changes to this project will be documented in this file.

## [unreleased]

### Documentation

- Add CHANGELOG

### Features

- Add _includes for HTML files header.html and utterances.html
- Enhance _site.yml distill configuration file
- Add new git-cliff and CHANGELOG functionality
- Add my own custom distill CSS theme
- Create various helper functions for creation of distill blog
- Add custom JS scripts for use in the site
- NEW post for caching in R
- Add github action workflow to render the site on push
- Change _site.yml to use docs, not _site for GH Pages
- Manually add back docs dir for GH pages

### Bug

- Need packages first in workflow file

### Config

- Ignore artifacts for created website
- Cleanup old assets and websites
- Tweak asset images source files
- Update Github action workflow with distill R package

<!-- generated by git-cliff -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: Create a Custom R Project Launcher
description: |
Introducing a simple, yet powerful tool I created to quickly launch any R project.
author:
- name: Jimmy Briggs
url: https://github.com/jimbrig
date: '2022-01-04'
output:
distill::distill_article:
self_contained: false
toc: true
toc_depth: 3
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```

Want to increase your developer productivity? How bout a quick and easy
way to list, prioritize, and launch your R Projects from *anywhere on
your machine, whether RStudio is open or not.*

To start with the end in mind here is a quick demo of the allmighty **R
Project Launcher** I created:

<center>

![](rprojlaucnher.gif)

</center>

``` R
```

I have found the best way to accomplish this (as opposed to the norm) is
to *identify an area to enhance* and **create your own personalize
solution to that problem**. This differs from the typical route of
utlizing someone else's creation or package/library.

I chose to solve

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

Distill is a publication format for scientific and technical writing,
native to the web.

Learn more about using Distill at <https://rstudio.github.io/distill>.
Loading

0 comments on commit 1a41df0

Please sign in to comment.