search for: ordinarily

Displaying 20 results from an estimated 168 matches for "ordinarily".

2005 Nov 22
1
Customizing the package build process
I've made a package for which R CMD build isn't producing very satisfactory results. I'll get to the details in a moment. I wonder if it would make sense to have my own makefiles (which already exist and are doing quite a lot) produce the .tar.gz file ordinarily produced by R CMD build. As far as I can tell, R CMD build basically tars up of the project directory after running some checks. I could run R CMD check separately. There are two main problems with the results of R CMD build. First, it has lots of files that I don't want included (the input...
2016 Feb 25
3
CentOS 7 SELinux issue
...ied yum reinstall selinux-policy selinux-policy-targeted restorecon -R -v /etc/selinux as suggested on some mailing lists. Didn't work, same issue. How can I troubleshoot what is causing this? The policy.29 file exists. The RPM responsible for it verifies (and was reinstalled) I don't ordinarily run SELinux and do not have it enabled. Things like that are why, it always ALWAYS got in the way of productivity and when I did run it and I was never hacked without it, so... but I need to figure out what the problem is here.
2004 Apr 18
2
Dynamic recording function?
Hi Folks, Yesterday I had need to record a phone conversation. This is not something I'd ordinarily have to do and so I have not configured my * server to do any recordings. When looking for example dialplan stuff I found many examples where the calls are always recorded when the phone is picked up but none that could be done dynamicly. What I'd like to be able to do is press a button and h...
2005 Nov 23
2
Makefiles and other customization
...--------------------------------- I've made a package for which R CMD build isn't producing very satisfactory results. I'll get to the details in a moment. I wonder if it would make sense to have my own makefiles (which already exist and are doing quite a lot) produce the .tar.gz file ordinarily produced by R CMD build. As far as I can tell, R CMD build basically tars up of the project directory after running some checks. I could run R CMD check separately. There are two main problems with the results of R CMD build. First, it has lots of files that I don't want included (the input...
2008 Apr 14
2
Plotting with exact axis limits
Hello, If I make a plot, say something simple like plot( runif(100) ) then the origin (0,0) is not at the bottom-left corner of the box surrounding the plot. The axis limits are "padded" slightly. This is ordinarily a good feature, because it makes plots look better. But now I would like to make a plot with the origin exactly on the bottom left. Through trial and error, I have discovered that this padding is approximately 3.8% of the axis length. That is, plot( runif(100), ylim=c(.038,1), xlim=c(3.8,100)) gi...
2006 Sep 16
2
dotplot/Dotplot: connecting points within factor level across time
For each level of the factor in dotplot, I have time points I'd like to connect with a line. In the example below, 'x' represents a starting time and 'd' a duration, and I wish to connect 'x' to 'x+d'. Ordinarily I would use Dotplot from hmisc for this, but I have not been able to find a time class that Dotplot will allow. I can get lattice dotplot to put the points up, but I've not figured out how to connect them. Any suggestions? require(lattice) z<-data.frame(y=factor(letters),...
2008 Apr 18
2
Line-wrap problem
I'm wondering if someone can tell me how R determines where to wrap lines in its output. I'd like to understand this because occasionally often after running a script the output of R no longer wraps at the correct location. For example, the statement, '1:40' would ordinarily return something like this... [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 and is instead returning longer lines like this... [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16...
2006 Feb 23
5
OT: VoIP over bonded link
I have to provision several dozen * users to a seperate building on our campus in the same subnet. Ordinarily, I'd just run a gigabit cat6 cable to another switch if it doesn't violate the 100 metre rule, but this building is several hundred metres away from my backbone. My only option for cabling to the remote building is copper. My plan is to provision them with a Linux bridge with 4 NIC's: 1...
2011 Oct 18
4
[LLVMdev] Question about MCExpr and subclasses
I have a question about MCExpr and its subclasses defined in MCExpr.h. I am trying to get Mips' direct object emission working. Line 283 of MCElfStreamer.cpp reads like this: 00283 case MCExpr::Target: llvm_unreachable("Can't handle target exprs yet!"); Does this mean that if I use a subclass of MCTargetExpr to lower MachineOperands to MCOperands, it won't work?
2012 Oct 07
2
gam error message: matrix not +ve definite
...en I try to fit my model, gam gives me the following error message: 'Error in initial.sp(w * X, S, off) : S[[2]] matrix is not +ve definite.' The strange part of this is that the error message stops my model fitting function when run on a linux platform, but not on my local windows machine. Ordinarily I would just run the analysis on my local machine, but I need to run this from the linux machine to take advantage of the much larger computing capacity. The version of mgcv(1.7-21) and R (2.15.1) is the same on both machines. The data set to which the model if fitted is too large to post here bu...
2001 Nov 19
2
Vectors of objects...
...st objects. If I have somehow skipped over a relevant section in these books, please let me know what sections I should have read. This is a simpler case of what I posted on Friday. I am trying to build something in R that resembles an array of structures in C. > # Create some simple objects (ordinarily objects generated by a function) > object <- list(a="test", b=c(1.0,2.0,3.0,4.0)) > object2 <- list(a="test2", b=c(2.0,4.0,6.0,8.0)) > # Create a vector of length 2 > mega <- 1:2 At this point I want to insert object 1 into the first element of the vector &...
2006 Jun 06
1
Default value plugin
I''m releasing a very small plugin that allows you to specify default values for fields in models. Ordinarily, you might do this in your schema, I guess, but then it''s awkward if you need that on a serialized field or need your default values calculated somehow. So you can do something like this: (repeated from an earlier post and the README) class Mixture < ActiveRecord::Base s...
2007 Dec 10
1
lattice: placing y-axis labels on right-hand side of panel when relation="sliced"
Hello, I'm using lattice to create a multi-panel figure. I would like to draw each panel's y-axis ticks and labels on the right-hand side of the panel. Ordinarily, I would do this by specifying scales=list(y=list(draw=T, alternating=2)). But in this case, I am using relation="sliced" to determine the y-axis limits. So "alternating" is ignored. Is there any way -- short of using grid functions -- to place the y-axis ticks and labels on...
2010 Mar 03
1
Subset using partial values
Hi everyone, I would like to subset a data.frame using partial values. For example I have the following data.frame: PROCHI Main_condition 1234 411 1235 4110 1236 4111 1237 I20 1238 I201 1239 I202 Now let's say that I use the Subset function. Ordinarily I would use it as follows Subset(x, Main_condition=="411"|Main_condition=="4110" etc to get all the 411s. Is there a way that you can subset by only using part of the term that you wish to subset by? Thanks, Natalie -- View this message in context: http://n4.nabble.com/Subs...
2011 Apr 04
2
Problem Running Printer, Can Wine Work for Original Drivers?
Hi, I have an old Pavilion 6535 running Puppy Linux Wary 5.0. I would like to install a Lexmark X2470 print/copy/scan gig on it. Problem is, there is no native driver to run it that I can find. Ordinarily I use Cups for printing and Xsane for scanning, but I can't get either of these to recognize this device. I was wondering if it was possible to use the original Windows driver package under Wine and get this printer working. Thanks Eathray
2012 Apr 12
1
GitHub -> PuppetForge
Hello, i am managing my Puppet modules with GitHub and today i discovered the GitHub Service Hooks. Does anybody know if it is possible to use a GitHub Service Hook to push the lates *.tar.gz into PuppetForge? Regards, Dennis
2005 Dec 28
2
where is WEBrick (daemon mode) output? not in log/server.log
I am running WEBrick in daemon mode (with the -d option). Where is the server output that would ordinarily be on my console if I ran without the -d option? APP_ROOT/log/server.log is empty and not being appended to, though it is owned by the same user WEBrick is running as and has write permissions. The only files in APP_ROOT/log are: development.log production.log server.log test.log Where else cou...
2005 Feb 22
2
[LLVMdev] Area for improvement
...sed before LSR is run, correct? It also appears the current LSR reduces each GEP in isolation of all the others. That clearly is bad for this example, as all the GEPs in this loop do the same thing with the induction variable. Creating a separate pointer for each one only makes things worse. Ordinarily the addressing is explicit so the redundancy would have been removed and the LSR algorithm doesn't have to worry about it, but here it does. Bottom line is it has to strength reduce operations that are implicit, so it first has to determine what those operations are and detect common sube...
2000 Apr 01
1
R with no gui
...r much anymore, so I thought I'd install R on it and make it a little useful. I went to *tremendous* pains to upgrade Linux on it without X so there would be some room to put R. But having done that I find that the binary is R.X11 and it's looking for (but can't find) libSM.so, which is ordinarily in /usr/X11R6/lib. I tried to fool it by running it as R --gui=none, but it was too smart (or too dumb) to be taken in by that trick. So, is there any way I can get this to run without X? ______________________________________________________________________ Stuart Luppescu -=-=- Universit...
2011 Oct 18
0
[LLVMdev] Question about MCExpr and subclasses
That just means the ELF writer doesn't know yet how to deal with the target-specific data. It needs taught how to map them onto relocations and such. Do you really need to subclass MCTargetExpr? That's ordinarily only for operands that aren't representable via the normal MC stuff (for example, the ARM movw/movt relocations). You should be able represent normal symbol operands w/o needing a MCTargetExpr instance. The ARM or x86 targets may me useful reference points. -Jim On Oct 17, 2011, at 5:10 PM,...