.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)


ropensci/git2rdata documentation built on Jan. 26, 2025, 5:41 p.m.