.github/ISSUE_TEMPLATE/feature_request.md

name: Feature Request about: Suggest an idea for this project

# a silly feature request, fails under the current implementation
b <- 1 + 1
stopifnot(all.equal(b == 3))
# testthat version of the silly feature request
expect_equal(1 + 1, 3)


inbo/git2rdata documentation built on Jan. 28, 2025, 6:14 a.m.