Skip to content

Commit

Permalink
from sysreqs.r-hub.io to {pak}
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentGuyader committed Jun 17, 2024
1 parent 20d2888 commit ebdfe96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dockerfiler
Title: Easy Dockerfile Creation from R
Version: 0.2.2.9000
Version: 0.2.2.9001
Authors@R: c(
person("Colin", "Fay", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7343-1846")),
Expand Down Expand Up @@ -41,5 +41,5 @@ Config/fusen/version: 0.5.1
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ importFrom(cli,cat_bullet)
importFrom(desc,desc_get)
importFrom(desc,desc_get_deps)
importFrom(fs,file_create)
importFrom(fs,file_delete)
importFrom(fs,file_exists)
importFrom(fs,file_temp)
importFrom(fs,path)
importFrom(glue,glue)
importFrom(jsonlite,fromJSON)
Expand Down
3 changes: 1 addition & 2 deletions man/get_sysreqs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tests/testthat/test-get_sysreqs.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
test_that("get_sysreqs works", {
skip_on_cran()
R_USER_CACHE_DIR<-tempfile()
dir.create(R_USER_CACHE_DIR)
Sys.setenv("R_USER_CACHE_DIR"=R_USER_CACHE_DIR)
res <- get_sysreqs(
c("mongolite"),
quiet = TRUE
Expand Down

0 comments on commit ebdfe96

Please sign in to comment.