-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4843860
commit b5e8382
Showing
12 changed files
with
955 additions
and
966 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^appveyor\.yml$ | ||
^\.travis\.yml$ | ||
^codecov\.yml$ | ||
cran-comments.md | ||
LICENSE.md | ||
README.md | ||
^CRAN-RELEASE$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ | ||
docs/* | ||
^\.github$ | ||
^doc$ | ||
^Meta$ | ||
^CRAN-SUBMISSION$ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^appveyor\.yml$ | ||
^\.travis\.yml$ | ||
^codecov\.yml$ | ||
cran-comments.md | ||
LICENSE.md | ||
README.md | ||
^CRAN-RELEASE$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ | ||
docs/* | ||
^\.github$ | ||
^doc$ | ||
^Meta$ | ||
^CRAN-SUBMISSION$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
Version: 2.3.1 | ||
Date: 2022-12-09 16:45:46 UTC | ||
SHA: 99c427465eddd318782f6b583edadf36e2277b99 | ||
Version: 2.3.3 | ||
Date: 2023-08-28 20:46:13 UTC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,68 @@ | ||
Package: vimp | ||
Type: Package | ||
Title: Perform Inference on Algorithm-Agnostic Variable Importance | ||
Version: 2.3.3 | ||
Authors@R: | ||
c(person(given = "Brian D.", | ||
family = "Williamson", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-7024-548X")), | ||
person(given = "Jean", | ||
family = "Feng", | ||
role = "ctb"), | ||
person(given = "Charlie", | ||
family = "Wolock", | ||
role = "ctb"), | ||
person(given = "Noah", | ||
family = "Simon", | ||
role = "ths", | ||
comment = c(ORCID = "0000-0002-8985-2474")), | ||
person(given = "Marco", | ||
family = "Carone", | ||
role = "ths", | ||
comment = c(ORCID = "0000-0003-2106-0953"))) | ||
Description: Calculate point estimates of and valid confidence intervals for | ||
nonparametric, algorithm-agnostic variable importance measures in high and low dimensions, | ||
using flexible estimators of the underlying regression functions. For more information | ||
about the methods, please see Williamson et al. (Biometrics, 2020), Williamson et al. (JASA, 2021), and Williamson and Feng (ICML, 2020). | ||
Depends: | ||
R (>= 3.1.0) | ||
Imports: | ||
SuperLearner, | ||
stats, | ||
dplyr, | ||
magrittr, | ||
ROCR, | ||
tibble, | ||
rlang, | ||
MASS, | ||
boot, | ||
data.table | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
gam, | ||
xgboost, | ||
glmnet, | ||
ranger, | ||
polspline, | ||
quadprog, | ||
covr, | ||
testthat, | ||
ggplot2, | ||
cowplot, | ||
cvAUC, | ||
tidyselect, | ||
WeightedROC, | ||
purrr, | ||
boot | ||
License: MIT + file LICENSE | ||
URL: https://bdwilliamson.github.io/vimp/, | ||
https://github.com/bdwilliamson/vimp, | ||
http://bdwilliamson.github.io/vimp/ | ||
BugReports: https://github.com/bdwilliamson/vimp/issues | ||
RoxygenNote: 7.2.3 | ||
VignetteBuilder: knitr | ||
LazyData: true | ||
Encoding: UTF-8 | ||
Package: vimp | ||
Type: Package | ||
Title: Perform Inference on Algorithm-Agnostic Variable Importance | ||
Version: 2.3.3 | ||
Authors@R: | ||
c(person(given = "Brian D.", | ||
family = "Williamson", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-7024-548X")), | ||
person(given = "Jean", | ||
family = "Feng", | ||
role = "ctb"), | ||
person(given = "Charlie", | ||
family = "Wolock", | ||
role = "ctb"), | ||
person(given = "Noah", | ||
family = "Simon", | ||
role = "ths", | ||
comment = c(ORCID = "0000-0002-8985-2474")), | ||
person(given = "Marco", | ||
family = "Carone", | ||
role = "ths", | ||
comment = c(ORCID = "0000-0003-2106-0953"))) | ||
Description: Calculate point estimates of and valid confidence intervals for | ||
nonparametric, algorithm-agnostic variable importance measures in high and low dimensions, | ||
using flexible estimators of the underlying regression functions. For more information | ||
about the methods, please see Williamson et al. (Biometrics, 2020), Williamson et al. (JASA, 2021), and Williamson and Feng (ICML, 2020). | ||
Depends: | ||
R (>= 3.1.0) | ||
Imports: | ||
SuperLearner, | ||
stats, | ||
dplyr, | ||
magrittr, | ||
ROCR, | ||
tibble, | ||
rlang, | ||
MASS, | ||
boot, | ||
data.table | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
gam, | ||
xgboost, | ||
glmnet, | ||
ranger, | ||
polspline, | ||
quadprog, | ||
covr, | ||
testthat, | ||
ggplot2, | ||
cowplot, | ||
cvAUC, | ||
tidyselect, | ||
WeightedROC, | ||
purrr, | ||
boot | ||
License: MIT + file LICENSE | ||
URL: https://bdwilliamson.github.io/vimp/, | ||
https://github.com/bdwilliamson/vimp, | ||
http://bdwilliamson.github.io/vimp/ | ||
BugReports: https://github.com/bdwilliamson/vimp/issues | ||
RoxygenNote: 7.2.3 | ||
VignetteBuilder: knitr | ||
LazyData: true | ||
Encoding: UTF-8 |
Oops, something went wrong.