dev_history.Rmd empty

library(testthat)

My R6 function

Simple <- R6::R6Class("Simple",
  public = list(
    x = 1,
    getx = function() self$x
  )
)

My other R6 function

Simple2 <- R6Class("Simple2",
  public = list(
    x = 1,
    getx = function() self$x
  )
)
# Run but keep eval=FALSE to avoid infinite loop
# Execute in the console directly
fusen::inflate(flat_file = "dev/dev_history.Rmd")


Try the fusen package in your browser

Any scripts or data that you put into this service are public.

fusen documentation built on Aug. 17, 2023, 5:09 p.m.