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

Multi-language chunks and chained setup chunks #390

Merged
merged 20 commits into from
Jul 14, 2020

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    bf9e665 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    e6a73b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f24a96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5086bd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    7497412 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Configuration menu
    Copy the full SHA
    03eb521 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    cc57a2f View commit details
    Browse the repository at this point in the history
  2. Update NEWS.md

    Co-authored-by: Barret Schloerke <barret@rstudio.com>
    nischalshrestha and schloerke authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    cca5524 View commit details
    Browse the repository at this point in the history
  3. cleaning up code

    nischalshrestha committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    6c9a111 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Updates:

    - fixed a bug where exercise checker was not grabbed as character
    - now storing exercise along with its setup chunks to cache
    - added some documentation of chaining setup chunks and exercises
    nischalshrestha committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    2e229ae View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. More updates:

    - Restructured exercise cache
    - Minimized preserved options forwarding to browser to just engine
    - Better handling of exercise and setup chunks processing in knitr hooks
    - Better handling of constructing the Rmd for evaluating exercises
    - Fixed issue with dput_to_string so that it properly retains code structure
    - Slight enhancement to chained setup chunk docs
    nischalshrestha committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    22d2a60 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Updates:

    - We longer forward checking code to browser, and instead cache it
    - The exercise cache now includes the checking code
    nischalshrestha committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    085c255 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Update R/initialize.R

    Co-authored-by: Barret Schloerke <barret@rstudio.com>
    nischalshrestha and schloerke authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    5aef409 View commit details
    Browse the repository at this point in the history
  2. Updates:

    - We only forward hint and solution chunks to browser
    - We rely on a boolean variable for checking if we need to run versus check
    - Remove check and code check logic on browser side and use flag for submit button
    nischalshrestha committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    76c0226 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/chained-setup-chunks' of github.com:rstudio/lea…

    …rnr into feature/chained-setup-chunks
    nischalshrestha committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    447e3a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Updates:

    - set proper environment for exercise rmd rendering
    - cleanup of code
    nischalshrestha committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    e7c56ca View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    fad2cd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3eccbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    747d081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e67b85 View commit details
    Browse the repository at this point in the history