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

Use R6 representation #33

Merged
merged 14 commits into from
Nov 6, 2020
Merged

Use R6 representation #33

merged 14 commits into from
Nov 6, 2020

Commits on Nov 3, 2020

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

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    f9af07f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    998b8d3 View commit details
    Browse the repository at this point in the history
  3. use_roxygen_md()

    maelle committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    7b6c6e2 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Maëlle Salmon <maelle.salmon@yahoo.se>
    zkamvar and maelle authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    25eb335 View commit details
    Browse the repository at this point in the history
  5. update to_md() to output rendered document

     - stylesheet is now checked for validity
     - path is now an optional argument in `to_md()`
     - to_md() now returns the rendered markdown, invisibly
     - several parts of to_md() were split off into new functions
    zkamvar committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    b97ef02 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. add tests

    zkamvar committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    7689b16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68b4f49 View commit details
    Browse the repository at this point in the history
  3. parse rmd even if Rmd file ext not detected

    We have checks in place that detect for evaluated chunks, so skipping
    based on file name is not necessary. Moreover, this will allow file
    connections to be used.
    zkamvar committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    27b5fad View commit details
    Browse the repository at this point in the history
  4. fix error messages

    zkamvar committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    863da20 View commit details
    Browse the repository at this point in the history
  5. add RMarkdown README

    zkamvar committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    899c559 View commit details
    Browse the repository at this point in the history
  6. update README

    zkamvar committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    f540836 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    e593a58 View commit details
    Browse the repository at this point in the history
  2. try to fix the tests

    zkamvar committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    5fd09b7 View commit details
    Browse the repository at this point in the history