similar to: 6.2 install disk jumps to Gnome Partition Manager

Displaying 20 results from an estimated 10000 matches similar to: "6.2 install disk jumps to Gnome Partition Manager"

2018 Apr 19
4
Down C6 ALL without torrent ?
Hi Valeri, > > Is it possible to download C6 combined parts 1 and 2 not using Torrent ? > Paul, you can go directly to the mirror server I maintain, it allows > direct download of DVD images: > > http://bay.uchicago.edu/centos I looked, but could not find a non-Torrent option for C6 combined parts 1 and 2 .............. Index of /centos/6.9/isos/x86_64 * Parent
2015 Aug 27
2
Proposed change in file.exists() to tolerate Windows
I'm writing to ask if R Core would make file.exists more Windows tolerant when the argument has a trailing slash. This has been discussed by users a few times here, I know it is not a new topic. But it is not a solved problem, yet. I acknowledge that CRAN packages exist which fix this by replacing file.exists(), but it seems more elegant to me to fix the problem in R itself. R Core goes to
2016 Feb 12
2
configure statement for R-devel with updated zlib in user account
I'm aware R-devel no longer includes zlib. This works find on up-to-date Linux systems. On the older Centos 6 cluster at KU, they have zlib tool old for R-devel. The R-devel configure fails thus: checking if zlib version >= 1.2.5... no checking whether zlib support suffices... configure: error: zlib library and headers are required In other software, I've seen this kind of thing, so
2016 Feb 08
3
something wrong in package submission procedure/website
Yesterday I uploaded new rockchalk_1.8.97. Then I received email saying that I needed to confirm the submission. Here's the message. Dear Paul E. Johnson Someone has submitted the package rockchalk to CRAN. You are receiving this email to confirm the submission as the maintainer of this package. To confirm the submission to CRAN, follow or copy & paste the following link into your
2005 Apr 22
1
shared library configuration; Gnome GUI
Hello, everybody: On a Fedora Core 3 Linux system, I built R-2.1 using an updated version of the spec file that was used to make the RPMs for version 2.0.1 on the CRAN system. The build was fine, and packages updates perfectly. Thanks! Then I got curious about the package gnomeGUI. While trying to build that, I see errors ============= * Installing *Frontend* package 'gnomeGUI' ...
2012 May 17
1
Windows Task Scheduler and R updates. Need basic tips
This is a basic Windows system administrator problem, asked by a Linux guy who is helping out in a Windows lab. I want to keep R packages up to date on MS Windows 7 with a job in the "Task Scheduler". I have an R program that I can run (as administrator) that updates the existing packages and then installs all the new ones. I do not understand how to run that in a dependable way in
2009 Sep 23
1
More naive questions: HLM6 comparisons? what is a "stack imbalance" in lmer? does lmer center variables?
1. One general question for general discussion: Is HLM6 faster than lmer? If so, why? What should I watch for to spot the differences? I'm always advocating R to students, but some faculty members are skeptical. A colleague compared the commercial HLM6 software to lmer. HLM6 seems to fit the model in 1 second, but lmer takes 60 seconds. My first thought was that LM6 uses PQL by default,
2016 Feb 08
0
something wrong in package submission procedure/website
Quite possibly, I should keep my big mouth shut and let the CRAN'ers answer this, but at face value, you submit a new version and are asked to confirm that problems with the previous version are fixed; isn't that as it should be? -pd On 08 Feb 2016, at 16:10 , Paul Johnson <pauljohn32 at gmail.com> wrote: > Yesterday I uploaded new rockchalk_1.8.97. Then I received email >
2016 Feb 15
0
configure statement for R-devel with updated zlib in user account
Hi Paul, This might be what you are looking for. https://stat.ethz.ch/pipermail/r-devel/2015-April/070951.html Jesper On Fri, Feb 12, 2016 at 6:13 PM, Paul Johnson <pauljohn32 at gmail.com> wrote: > I'm aware R-devel no longer includes zlib. This works find on > up-to-date Linux systems. > > On the older Centos 6 cluster at KU, they have zlib tool old for > R-devel.
2009 Jan 16
3
Sweave documents have corrupted double quotes
I'm attaching a file foo.Rnw and I'm hoping some of you might run it through your R & latex systems to find out if the double-quotes in typewriter font turn out as black boxes (as they do for me). If you don't use Sweave, but you have a system with a working version of R and LaTeX, the file gives the instructions you need to use to process the file. The The file itself explains
2016 Mar 31
0
Ask if an object will respond to a function or method
> On Mar 31, 2016, at 1:00 PM, Paul Johnson <pauljohn32 at gmail.com> wrote: > > In the rockchalk package, I want to provide functions for regression > objects that are "well behaved." If an object responds to the methods > that lm or glm objects can handle, like coef(), nobs(), and summary(), > I want to be able to handle the same thing. > > It is more
2006 Jan 30
2
Sweave: trouble controlling Design package startup output
Hello, everybody: I'm experimenting more with Sweave, R, and LyX. There's now an entry in the LyX wiki on using R, so anybody can do it! http://wiki.lyx.org/LyX/LyxWithRThroughSweave Now I notice this frustrating thing. I think I've done everything possible to make the Design library start up without any fanfare: <<echo=F,quiet=T,print=F>>= library(Design, verbose=F)
2012 Oct 03
9
Package lists for Cloud images
hi Guys, As we get ready to start publishing Cloud Images ( or rather images consumable in various virt platforms, including public and private clouds ) - it would be great to have a baseline package manifest worked out. What / how many images should we build. At this time we were thinking of doing : - CentOS-5 32bit minimal - CentOS-6 32bit minimal - CentOS-5 64bit minimal - CentOS-6 64bit
2017 Oct 05
2
Weird bandwith behaviour (download throughput) on CentOS based gateway
On Thu, Oct 05, 2017 at 02:57:18PM +1300, Clint Dilks (clintd at scms.waikato.ac.nz) wrote: > On Thu, Oct 5, 2017 at 2:41 PM, Jobst Schmalenbach <jobst at barrett.com.au> > wrote: > [snip] > Hi, > > Are you sure that your issue isn't related to the mirror that your > systems are selecting ? If they are using different mirrors I would try > using the
2011 Nov 11
2
One step way to create data frame with variable "variable names"?
Suppose plotx <- "someName" modx <- "otherName" plotxRange <- c(10,20) modxVals <- c(1,2,3) It often happens I want to create a dataframe or object with plotx or modx as the variable names. But can't understand syntax to do that. I can get this done in 2 steps, creating the data frame and then assigning names, as in newdf <- data.frame( c(1, 2, 3, 4),
2012 May 08
1
what folder to run write_PACKAGES in?
I set up a local repo for testing packages. My packages are not showing up from the repository when viewed by Linux clients. I suspect this is a web administrator/firewall issue, but it could be I created the repo wrongly. I am supposed to run write_PACKAGES separately in each R-version folder. Right? Maybe other novices can use these scripts, if they are not wrong :) Here's the file
2012 Feb 06
1
looking for lxc rpm for centos 6.2 x86_64
Hi all Just on a fresh CentOS 6.2 minimal install, it doesnt find lxc: [mihamina at dev-spare ~]$ sudo yum install lxc [...] No package lxc available. Error: Nothing to do [mihamina at dev-spare ~]$ yum provides lxc-create [...] No Matches found Well, I think this is not really a problem: there probably is a personal packager that made his own lxc package and some people in
2012 Sep 15
2
where should we go to know how to build Diskless X server running in 6.2?
Hi We like to build Diskless clusters. Where should we go to know how to build Diskless X server running in Centos6.2? Y.Nishimura
2010 Feb 10
5
what causes CUPS to dis-enable a printer?
In our computer lab, there are 6 Centos 5.4 workstations. There is an HP printer with jet direct card. It often works. But sometimes users come and get me saying the printer is broken, but it is actually working fine for *most* of the workstations. On the troubled system, I run system-config-printer and I check the printer in question (under properties) and I see the printer has been disabled.
2013 Apr 01
2
example to demonstrate benefits of poly in regression?
Here's my little discussion example for a quadratic regression: http://pj.freefaculty.org/R/WorkingExamples/regression-quadratic-1.R Students press me to know the benefits of poly() over the more obvious regression formulas. I think I understand the theory on why poly() should be more numerically stable, but I'm having trouble writing down an example that proves the benefit of this. I