tests/testthat/test-gh_list_packages.R

context("gh_list_packages")

test_that("gh_list_packages", {
  act <- gh_list_packages(username = "hadley")
  
  expect_false(is.null(act))
})

Try the githubinstall package in your browser

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

githubinstall documentation built on May 2, 2019, 4:20 a.m.