Skip to content

Commit

Permalink
update travis.yml for package install
Browse files Browse the repository at this point in the history
also bump version to 3.0.4
  • Loading branch information
braverock committed Feb 5, 2020
1 parent c5a51c7 commit 691961b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ r_check_args: "--no-build-vignettes --ignore-vignettes --as-cran"
# Binaries from Michael Rutter's ppa
r_binary_packages:
- car
- gplots
- Hmisc
- quadprog
- RColorBrewer
Expand All @@ -33,14 +32,17 @@ r_binary_packages:
- tseries
- xts
- zoo
- jsonlite
- htmltools
- htmlwidgets
- dygraphs
- mass

# Done via install.packages
r_packages:
- dygraphs
- gamlss
- gamlss.dist
- MASS



# Install the bleeding edge version of a package from github (eg to pick
# up a not-yet-released bugfix)
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Authors@R: c(
, person(given=c("Zeheng", "'Zenith'"),family="Zhou",role="ctb")
, person(given=c("Justin", "M."),family="Shea",role="ctb")
)
Version: 2.0.3
Version: 2.0.4
Date: 2020-02-05
Description: Collection of econometric functions for performance and risk
analysis. In addition to standard risk and performance metrics, this
Expand Down

0 comments on commit 691961b

Please sign in to comment.