tests/testthat/test-abk.R

context("test-abk")

test_that("multiplication works", {
  expect_equal(2 * 2, 4)
})

cred <- git2r::cred_ssh_key(
  publickey = "~/.ssh/id_rsa.pub",
  privatekey = "~/.ssh/id_rsa"
)
use_github(credentials = cred)
whtns/stchlk.notes documentation built on July 15, 2019, 7:37 a.m.