Skip to content

Commit

Permalink
workaround for Rdisop GH installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhelmus committed Jun 5, 2024
1 parent cc5815b commit 09a8fa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/make_repos.R
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ handlePackages <- function(pkgs)
paste("Repository:", getPDRepos())
)

ds <- ds[nzchar(ds)] # BUG?: Rdisop seems to have empty newlines (on Windows?) which prevent installation

writeLines(ds, file.path(extrp, "DESCRIPTION"))

remotes::install_deps(extrp, upgrade = "never", dependencies = TRUE,
Expand Down

0 comments on commit 09a8fa9

Please sign in to comment.