dwww Home | Show directory contents | Find package

context("CRAN")

test_that("available_packages", {

  skip_on_cran()

  pkgs <- available_packages(
    repos = c(CRAN = "http://cran.rstudio.com"),
    type = "source"
  )

  expect_true(inherits(pkgs, "matrix"))
})

Generated by dwww version 1.15 on Wed Jun 26 00:50:22 CEST 2024.