Skip to content

Commit

Permalink
Rather than use a single Rmd switched to the page bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaGans committed Jun 12, 2019
1 parent 2e9466f commit bac8e98
Show file tree
Hide file tree
Showing 23 changed files with 86 additions and 463 deletions.
Empty file added .Rprofile
Empty file.
2 changes: 2 additions & 0 deletions BayesianBabe.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Website
8 changes: 4 additions & 4 deletions config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
url = "tidyblocks"
weight = 20

[[main]]
name = "Tutorials"
url = "tutorials"
weight = 30
# [[main]]
# name = "Tutorials"
# url = "tutorials"
# weight = 30

[[main]]
name = "Publications"
Expand Down
2 changes: 0 additions & 2 deletions content/TidyBlocks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ date: "2019-01-01T00:00:00Z" # Add today's date.
type: "widget_page" # Page type is a Widget Page
---



37 changes: 0 additions & 37 deletions content/post/2015-07-23-r-rmarkdown.Rmd

This file was deleted.

49 changes: 0 additions & 49 deletions content/post/2015-07-23-r-rmarkdown.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
title: My First Week at RStudio
author: Maya Gans
date: '2019-06-12'
slug: my-first-week-at-rstudio
slug: []
categories:
- TidyBlocks
tags:
- TidyBlocks
- JavaScript
- Blockly
- Academic
subtitle: ''
summary: ''
authors: []
lastmod: '2019-06-12T12:18:41-06:00'
lastmod: '2019-06-12T12:35:18-06:00'
featured: no
image:
caption: ''
Expand All @@ -20,27 +22,6 @@ image:
projects: []
---

---
title: "My First Week at RStudio"
author: "Maya Gans"
date: '2019-06-12'
categories: TidyBlocks
featured: no
image:
caption: ''
focal_point: ''
preview_only: no
lastmod: '2019-06-12T12:00:59-06:00'
projects: []
slug: my-first-week-at-rstudio
subtitle: ''
summary: ''
tags:
- JavaScript
- TidyBlocks
authors: []
---

This past week was my first as an intern at RStudio where I’m designing a prototype for a visual programming language: a block-based version of the Tidyverse. Prior to my official start date with R Studio, I spent my summer familiarizing myself with JavaScript and design considerations when building a user interface.

![](../../static/img/my-first-week/img1.png)
Expand All @@ -61,4 +42,4 @@ Just addressing my frustrations with Greg (and perhaps the new eyes of a fresh d

But here’s the cliff hanger – I had to add the dataframe to the filter block to have it work, realizing an important gap I need to address next week: HOW do blocks talk to one another? Can I relay a mental model of where blockly global variables live and how to access them?

On a project in a field where there’s always more to do and more to learn, I ended the week feeling like a rock star that I had two blocks instead of one within an environment where the code can be displayed, and I overcame my first code writing block. It would have been easy to end the week thinking about the big picture and how much I need to do in the allotted time frame of the internship but instead I went into the weekend excited to take on my next challenge!
On a project in a field where there’s always more to do and more to learn, I ended the week feeling like a rock star that I had two blocks instead of one within an environment where the code can be displayed, and I overcame my first code writing block. It would have been easy to end the week thinking about the big picture and how much I need to do in the allotted time frame of the internship but instead I went into the weekend excited to take on my next challenge!
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
title: My First Week at RStudio
author: Maya Gans
date: '2019-06-12'
slug: my-first-week-at-rstudio
slug: []
categories:
- TidyBlocks
tags:
- TidyBlocks
- JavaScript
- Blockly
- Academic
subtitle: ''
summary: ''
authors: []
lastmod: '2019-06-12T12:18:41-06:00'
lastmod: '2019-06-12T12:35:18-06:00'
featured: no
image:
caption: ''
Expand Down
Binary file removed content/post/getting-started/featured.jpg
Binary file not shown.
Binary file removed content/post/getting-started/gallery/theme-1950s.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed content/post/getting-started/gallery/theme-ocean.png
Binary file not shown.
116 changes: 0 additions & 116 deletions content/post/getting-started/index.md

This file was deleted.

Loading

0 comments on commit bac8e98

Please sign in to comment.