search for: rain8dome9

Displaying 3 results from an estimated 3 matches for "rain8dome9".

2017 Aug 01
1
How automatic Y on install y/n prompts?
...; Bert > Bert Gunter > > "The trouble with having an open mind is that people keep coming along > and sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On Mon, Jul 31, 2017 at 9:38 PM, Dimlak Gorkehgz <rain8dome9 at gmail.com> > wrote: > > tools::package_dependencies(packs, available.packages(), > > + which=c("Imports", > "LinkingTo","Enhances"), # > > + recursive=T) > > > > > &gt...
2017 Aug 01
0
How automatic Y on install y/n prompts?
You should read the section on Indexing in the Introduction to R document that comes with R, regarding $ and `[[`. -- Sent from my phone. Please excuse my brevity. On August 1, 2017 2:44:18 AM PDT, Dimlak Gorkehgz <rain8dome9 at gmail.com> wrote: >You are right, maintainer does keep a list of model's packages. > >So how do I use a variable instead of $adaboost$? > >getModelInfo()$adaboost$library > > > >Also, server not found: >http://rwiki.sciviews.org/doku.php?id=getting-started:re...
2017 Jul 31
3
How automatic Y on install y/n prompts?
I am testing most of the models caret supports on a bunch of PCs. Unfortunately caret "suggested" packages do not include most of the model packages available to caret. Every time a new version of R comes out I have to sit in front of each PC and wait for each prompt to press the 1 button and Enter. Is there an option I could set to tell R or Rstudio to just install anything asked for? A