Skip to content

Commit

Permalink
try fixing check
Browse files Browse the repository at this point in the history
  • Loading branch information
nhejazi committed Apr 12, 2018
1 parent 58b7cb8 commit 6d76fc9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ before_install:

r_github_packages:
- jimhester/covr
- Rdatatable/data.table
- benkeser/halplus

# coverage
Expand Down
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: hal9001
Title: A Fast, Computationally Efficient Highly Adaptive LASSO (HAL)
Version: 0.1.1
Title: Scalable and Efficient Highly Adaptive Lasso
Version: 0.1.2
Authors@R: c(
person("Jeremy", "Coyle", email = "jeremyrcoyle@gmail.com",
role = c("aut", "cre"),
Expand Down Expand Up @@ -57,6 +57,7 @@ LinkingTo:
Rcpp,
RcppEigen
Remotes:
github::Rdatatable/data.table
github::benkeser/halplus,
VignetteBuilder: knitr
RoxygenNote: 6.0.1.9000
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
packageStartupMessage(paste0(
"hal9001 v",
utils::packageDescription("hal9001")$Version,
": The scalable Highly Adaptive LASSO"
": The scalable Highly Adaptive Lasso"
))
}
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ environment:
build_script:
- travis-tool.sh install_deps
- travis-tool.sh install_github jimhester/covr
- travis-tool.sh install_github Rdatatable/data.table
- travis-tool.sh install_github benkeser/halplus

test_script:
Expand Down

0 comments on commit 6d76fc9

Please sign in to comment.