Skip to content

Commit

Permalink
Binary is necessary for some packages ...
Browse files Browse the repository at this point in the history
  • Loading branch information
tmelliott committed Feb 25, 2020
1 parent 51c5e3b commit 16351bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install_inzight.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ install.packages(
'FutureLearnData',
'iNZightUpdate'
),
dependencies = TRUE
dependencies = TRUE,
type = "binary"
)

# install iNZightModules, and manually some of the dependencies
Expand All @@ -28,5 +29,6 @@ install.packages(
'iNZightModules',
'rgl',
'mgcv'
)
),
type = "binary"
)

0 comments on commit 16351bc

Please sign in to comment.