tests/testthat/_snaps/construct_reprex.md

construct_reprex

Code
  fun()
Output
  # 1 ------------------------------------------------------

  delayedAssign(
    "y",
    value = c,
    eval.env = constructive::.env(
      "0x123456789",
      parents = c("0x123456789", "0x123456789", "0x123456789", "namespace:constructive")
    )
  )
  x <- 102

  z <- 3


  # 2 ------------------------------------------------------

  delayedAssign(
    "y",
    value = c,
    eval.env = constructive::.env(
      "0x123456789",
      parents = c("0x123456789", "0x123456789", "0x123456789", "namespace:constructive")
    )
  )
  x <- 102

  z <- 3


  # 3 ------------------------------------------------------

  delayedAssign(
    "y",
    value = c,
    eval.env = constructive::.env(
      "0x123456789",
      parents = c("0x123456789", "0x123456789", "0x123456789", "namespace:constructive")
    )
  )
  x <- 102

  z <- 3


Try the constructive package in your browser

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

constructive documentation built on April 3, 2025, 9:39 p.m.