search for: modelre

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

Did you mean: modeler
2006 Feb 09
5
Ajax.Updater not populating element - please help
...=0; i--) { var m = make.options[i].value; if ( makere.test(m) ) { make.selectedIndex = i; } } } function setModel(the_model) { alert("in set model"); var model = $(''model''); alert(model.length); var modelre = new RegExp(the_model); // Set the model for (var i=model.options.length-1; i>=0; i--) { var m = model.options[i].value; if ( modelre.test(m) ) { alert(m); //model.selectedIndex = i; model.options[i].selected = true;...
2018 May 06
1
Ubuntu 18.04 bionic: availability of R Ubuntu packages/ppa?
awesome, merci Dirk! and my apologies for not scrolling down better, I failed to see that the 18.04 update was linked to the R 3.5 issue . Further, please forgive my impatience, but I was very curious to see if the package tidyverse could be installed: I have the impression that it is short of being installed, missing just a few simple packages (with no apparent non-R dependencies). Indeed, a
2017 Aug 17
2
How to install Tidyverse on Ubuntu 17.04? Getting gcc errors for -fstack-protector-strong and -Wdate-time
I'm running Ubuntu 17.04 and R 3.4.1. I installed the latter yesterday, so I presume it's the latest version. I want to install Tidyverse, which I've spent many happy hours with under Windows. But when I do install.packages("tidyverse") , I get errors about unrecognized command line options to gcc. These start when the install hits the colorspace and munsell packages.
2006 Feb 07
1
Help needed with conflicting EventObserver
...r({ success: ''model''}, ''/util/model_select_response'', { parameters: ''make=''+m, onComplete:setModel } ); } } } function setModel() { var model = document.getElementById("model"); model.disabled = false; var modelre = /thunderbird/; // Set the model for (var i=model.options.length-1; i>=0; i--) { var m = model.options[i].value; if ( modelre.test(m) ) { model.selectedIndex = i; var yearAjax = new Ajax.Updater({ success: ''year''...
2018 May 05
2
Ubuntu 18.04 bionic: availability of R Ubuntu packages/ppa?
Hi I just upgraded to the Ubuntu 18.04 LTS, and tried to add both the "Ubuntu packages" source as well as ppa. I was not able to do this, trying to add for example: deb http://cran.cnr.berkeley.edu/bin/linux/ubuntu bionic/ or using: sudo add-apt-repository ppa:marutter/c2d4u am I doing something wrong, or just being impatient? Are there any plans to build these repos in the near
2020 Jun 04
2
mclust package installation is preparing for lazy loading and never finishes
Hi, After loading R 4.0.0 on Ubuntu 20.04. R version 4.0.0 (2020-04-24) -- "Arbor Day" Copyright (C) 2020 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()'