Skip to content

Commit

Permalink
remove custom Matrix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
vandenman committed Oct 3, 2023
1 parent 4648e5b commit 1d52f92
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Modules/install-jaspModuleInstaller.R.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,3 @@ if (Sys.info()["sysname"] == "Darwin") {
source('@MODULES_BINARY_PATH@/symlinkTools.R')
convertAbsoluteSymlinksToRelative('@R_LIBRARY_PATH@', '@MODULES_RENV_CACHE_PATH@')
}

#This is necessary because of conflicts with Matrix dep of base R lib.
#Can be removed when a new version of R updates its Matrix
if (@IS_LINUX_LOCAL_BUILD@) {
renv::install("Matrix", type="source")
}

0 comments on commit 1d52f92

Please sign in to comment.