search for: penaltylearn

Displaying 6 results from an estimated 6 matches for "penaltylearn".

2019 May 29
2
R pkg install should fail for unsuccessful DLL copy on windows?
...e issue in R-3.6.0 -- is this a regression in R? or is there another fix that I can use? Below is the minimal R code that I used to reproduce the issue. Essentially, * I start R with --vanilla and set options repos=cloud and warn=2 (which I expect should convert warnings to errors). * I do library(penaltyLearning) and then install the package from source, which results in the warnings. I expected there should be an error. th798 at cmp2986 MINGW64 ~/R $ R --vanilla -e "options(repos='https://cloud.r-project.org', warn=2);library(penaltyLearning);install.packages('penaltyLearning',...
2019 May 30
2
R pkg install should fail for unsuccessful DLL copy on windows?
...BTW I tried to disable staged installation, and the issue still happens: th798 at cmp2986 MINGW64 ~/projects/max-generalized-auc (master) $ R_INSTALL_STAGED=FALSE R --vanilla -e ".libPaths('~/R/library');.libPaths();options(repos=' https://cloud.r-project.org', warn=2);library(penaltyLearning);install.packages('penaltyLearning', type='source');getOption('warn');sessionInfo()" R version 3.6.0 (2019-04-26) -- "Planting of a Tree" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) R is free sof...
2019 May 30
0
R pkg install should fail for unsuccessful DLL copy on windows?
...tps://urldefense.proofpoint.com/v2/url?u=https-3A__cloud.r-2Dproject.org&d=DwICAg&c=eRAMFD45gAfqt84VtBcfhQ&r=BK7q3XeAvimeWdGbWY_wJYbW0WYiZvSXAJJKaaPhzWA&m=zldJhdavBFtHDHr08_HFRAi9MY2WBkTiDn1ggbog4cA&s=7X00xNRObhT9O68YU8m-IBkt38N5p_GP-UV77XEnKZw&e= ', > warn=2);library(penaltyLearning);install.packages('penaltyLearning', > type='source');getOption('warn');sessionInfo()" > > R version 3.6.0 (2019-04-26) -- "Planting of a Tree" > Copyright (C) 2019 The R Foundation for Statistical Computing > Platform: x86_64-w64-mingw32/x6...
2019 May 31
2
R pkg install should fail for unsuccessful DLL copy on windows?
...efense.proofpoint.com/v2/url?u=https-3A__cloud.r-2Dproject.org&d=DwICAg&c=eRAMFD45gAfqt84VtBcfhQ&r=BK7q3XeAvimeWdGbWY_wJYbW0WYiZvSXAJJKaaPhzWA&m=zldJhdavBFtHDHr08_HFRAi9MY2WBkTiDn1ggbog4cA&s=7X00xNRObhT9O68YU8m-IBkt38N5p_GP-UV77XEnKZw&e= > ', > > warn=2);library(penaltyLearning);install.packages('penaltyLearning', > > type='source');getOption('warn');sessionInfo()" > > > > R version 3.6.0 (2019-04-26) -- "Planting of a Tree" > > Copyright (C) 2019 The R Foundation for Statistical Computing > > Platfor...
2019 May 30
0
R pkg install should fail for unsuccessful DLL copy on windows?
...a regression in R? > or is there another fix that I can use? > > Below is the minimal R code that I used to reproduce the issue. Essentially, > * I start R with --vanilla and set options repos=cloud and warn=2 (which I > expect should convert warnings to errors). > * I do library(penaltyLearning) and then install the package from source, > which results in the > warnings. I expected there should be an error. > > th798 at cmp2986 MINGW64 ~/R > $ R --vanilla -e "options(repos='https://cloud.r-project.org', > warn=2);library(penaltyLearning);install.package...
2017 Nov 29
1
Un-informative Error in re-building vignettes
I am getting the following on CRAN windows and winbuilder https://www.r-project.org/nosvn/R.check/r-devel-windows-ix86+x86_64/penaltyLearning-00check.html Apparently there is an error in re-building vignettes, but I do not have any idea what it is, because all that is listed is three dots (...). Is this a bug in R CMD check? If not, the only solution I can think of is removing the vignette entirely. Any other ideas? - checking r...