Skip to content

Commit

Permalink
Add sys deps from Dockerfile in r func
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Nov 17, 2023
1 parent 45af6cb commit 8cd076a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
16 changes: 13 additions & 3 deletions R/dependencies_linux.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,25 @@
dependencies_linux <- function(os = "ubuntu",
os_release = "20.04",
extra=c("qpdf",
"rsync"),
"rsync",

"git-core",
"libicu-dev",
"zlib1g-dev" ,
"xfonts-100dpi",
"xfonts-75dpi" ,
"biber" ,
"libsbml5-dev",
"cmake",
"pandoc" ,
"pandoc-citeproc"),
prefix=paste("apt-get update -y",
"apt-get install -y",
sep=" && "),
verbose = TRUE,
...
){
# devoptera::args2vars(linux_dependencies)

# devoptera::args2vars(linux_dependencies)
deps <- gsub("apt-get install -y ", "",
remotes::system_requirements(os = os,
os_release = os_release,
Expand Down
3 changes: 2 additions & 1 deletion man/dependencies_linux.Rd

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

0 comments on commit 8cd076a

Please sign in to comment.