-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
(1) changing a github version badge URL to get rid of the auxiliary file .version.json. Now the version information is retrieved from DESCRIPTION itself (2) changing URL in projecteuclid link to DOI in a few files to get rid of a persistent incorrect URL NOTE (3) reformatting the vignette URL to CRAN canonical (4) speeding up examples (5) rephrasing some help entries into the 3rd person (e.g. plots vs plot) (6) including missing package scope denotation (utils::) in a call to packageDescription() function in the .onAttach() handler
- Loading branch information
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ Package: DMRnet | |
Type: Package | ||
Title: Delete or Merge Regressors Algorithms for Linear and Logistic | ||
Model Selection and High-Dimensional Data | ||
Version: 0.3.1.9002 | ||
Version: 0.3.2 | ||
Authors@R: c(person("Agnieszka", "Prochenka-Sołtys", email = "[email protected]", role = c("aut"), comment = "previous maintainer for versions <= 0.2.0"), | ||
person("Piotr", "Pokarowski", role = c("aut")), | ||
person("Szymon", "Nowakowski", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1939-9512"))) | ||
Description: Model selection algorithms for regression and classification, where the predictors can be continuous or categorical and the number of regressors may exceed the number of observations. The selected model consists of a subset of numerical regressors and partitions of levels of factors. Aleksandra Maj-Kańska, Piotr Pokarowski and Agnieszka Prochenka, 2015. Delete or merge regressors for linear model selection. Electronic Journal of Statistics 9(2): 1749-1778. <https://projecteuclid.org/euclid.ejs/1440507392>. Piotr Pokarowski and Jan Mielniczuk, 2015. Combined l1 and greedy l0 penalized least squares for linear model selection. Journal of Machine Learning Research 16(29): 961-992. <https://www.jmlr.org/papers/volume16/pokarowski15a/pokarowski15a.pdf>. Piotr Pokarowski, Wojciech Rejchel, Agnieszka Sołtys, Michał Frej and Jan Mielniczuk, 2022. Improving Lasso for model selection and prediction. Scandinavian Journal of Statistics, 49(2): 831–863. <doi:10.1111/sjos.12546>. | ||
Description: Model selection algorithms for regression and classification, where the predictors can be continuous or categorical and the number of regressors may exceed the number of observations. The selected model consists of a subset of numerical regressors and partitions of levels of factors. Aleksandra Maj-Kańska, Piotr Pokarowski and Agnieszka Prochenka, 2015. Delete or merge regressors for linear model selection. Electronic Journal of Statistics 9(2): 1749-1778. <doi:10.1214/15-EJS1050>. Piotr Pokarowski and Jan Mielniczuk, 2015. Combined l1 and greedy l0 penalized least squares for linear model selection. Journal of Machine Learning Research 16(29): 961-992. <https://www.jmlr.org/papers/volume16/pokarowski15a/pokarowski15a.pdf>. Piotr Pokarowski, Wojciech Rejchel, Agnieszka Sołtys, Michał Frej and Jan Mielniczuk, 2022. Improving Lasso for model selection and prediction. Scandinavian Journal of Statistics, 49(2): 831–863. <doi:10.1111/sjos.12546>. | ||
License: GPL-2 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.onAttach=function(libname,pkgname){ | ||
packageStartupMessage("Loaded DMRnet version ", as.character(packageDescription("DMRnet")[["Version"]])) | ||
packageStartupMessage("Loaded DMRnet version ", as.character(utils::packageDescription("DMRnet")[["Version"]])) | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.