Skip to content

Commit 691961b

Browse files
committed
update travis.yml for package install
also bump version to 3.0.4
1 parent c5a51c7 commit 691961b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ r_check_args: "--no-build-vignettes --ignore-vignettes --as-cran"
2323
# Binaries from Michael Rutter's ppa
2424
r_binary_packages:
2525
- car
26-
- gplots
2726
- Hmisc
2827
- quadprog
2928
- RColorBrewer
@@ -33,14 +32,17 @@ r_binary_packages:
3332
- tseries
3433
- xts
3534
- zoo
35+
- jsonlite
36+
- htmltools
37+
- htmlwidgets
38+
- dygraphs
39+
- mass
3640

3741
# Done via install.packages
3842
r_packages:
39-
- dygraphs
4043
- gamlss
4144
- gamlss.dist
42-
- MASS
43-
45+
4446

4547
# Install the bleeding edge version of a package from github (eg to pick
4648
# up a not-yet-released bugfix)

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Authors@R: c(
1818
, person(given=c("Zeheng", "'Zenith'"),family="Zhou",role="ctb")
1919
, person(given=c("Justin", "M."),family="Shea",role="ctb")
2020
)
21-
Version: 2.0.3
21+
Version: 2.0.4
2222
Date: 2020-02-05
2323
Description: Collection of econometric functions for performance and risk
2424
analysis. In addition to standard risk and performance metrics, this

0 commit comments

Comments
 (0)