search for: _with

Displaying 15 results from an estimated 15 matches for "_with".

Did you mean: with
2002 Oct 28
3
changing coordinates?
I just detected R and have, after browsing the manual, one question: I look for quite a lot of time for graphical software which allows to plot data from a table or external file _with the axes of the coordinate system changed_, i.e. the x-axis should run from top left to bottom left, and the y-axis from top-left to top-right. It is of no use to interchange the rows in the table, the coordinate system should rely of that definition. This type of plot is used in limnological a...
2004 Nov 16
1
Dynamic traffic shaping or ATM like classes
...but if there aren''t onbound traffic, who is doing a download will get 100% of bandwidh and if there aren''t inbound traffic, who is doing a upload will get 100%, but if there are both inbound and outbount traffic, each one get limited to 50%. I think this is similar to ATM classes _with a twist_. I could put download ATM traffic in VBR(Variable Bit Rate), and put upload in ABR (Available Bit Rate). If there aren''t VBR traffic, ABR could use the full bandwidth. Thanks, Tiago __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail...
2006 Mar 24
1
R for MacOSX - History and command line problems
...recall the entries using the up-arrow, _alle the entries_ are recalled at once, allthough the history()-function seems to be able to consider them as _different_ entries. 3) Having typed some command and entered it with the return key, if I then recall that command via the up-arrow, the line _with an additional_ carriage return is recalled. Executing it, results in the command and an empty line being entered. (Of course, repeatedly recalling the last commands leads to a growing number of returns being recalled and entered...) This is quite annoying :( I'd appreciate any help on...
2002 Aug 05
1
Problems when building R with gnome support (Mandrake Linux)
Hi R-Community, I faced problems when building R 1.5.1 from sources on i686-linux-gnu (Mandrake Linux 8.2) _with gnome support_ After running configure: ./configure --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --with-gnome --with-gnome-includes=/usr/include/gnome-1.0 --with-gnome-libs=/usr/lib/gnome-libs --with-readline R is configured this way: --- R is now configured for i686-pc-...
2008 Oct 13
1
building R with goto BLAS on Ubuntu 8.04
I have successfully built R version 2.8.0 RC (2008-10-13 r46702) from subversion director on Ubuntu 8.04. I would like to build a version which uses goto BLAS. Thus far, I've downloaded the academic version of goto blas and run the quickbuild command on my system: ./quickbuild.32bit This command is successful creates a file: libgoto_baniasp-r1.26.so I'm a little vague on
2001 Dec 01
2
command= and arbitrary keys...
Hi all, I've asked this question before, but I was never able to fix the problem, and now it's back again and I'd like to try and resolve it. I have an authorized_keys file with about twenty keys, most of which are prefaced with command="/usr/bin/rsync ...". If I put my host key at the top of the authorized_keys file, I can connect without a problem. If it gets put near the
2019 Jul 01
0
Making R CMD nicer
...> couple lines because I find the syntax so obtuse and unintuitive it's > difficult to maintain and write less buggy code. But that is mostly a > reflection of my personal inexperience. > I think the only time a bash script is really needed is for maximum > portability in systems _with bash_. > (I would use python for a wrapper in personal projects, given python comes > pre-installed on many linux systems and OS X, but I completely understand > not wanting to burden Windows users with an extra python dependency to > install.) > > > > > > On Sun, Jun...
2019 Jun 30
5
Making R CMD nicer
For the record, this is Linux R-devel: root at 4bef68c16864:~# R CMD /opt/R-devel/lib/R/bin/Rcmd: 60: shift: can't shift that many root at 4bef68c16864:~# R CMD -h /opt/R-devel/lib/R/bin/Rcmd: 62: exec: -h: not found root at 4bef68c16864:~# R CMD --help /opt/R-devel/lib/R/bin/Rcmd: 62: exec: --help: not found This is R-release on macOS: ? R CMD
2007 Nov 23
0
package gsl assumes incorrect gcc version during install (PR#10456)
...HOME/etc/Makeconf. This file defines a variable CC for the compiler. All you need to do is to set it back to 'gcc' from its value 'gcc-4.2'. This really is a local admin issue (ie you need to fix it) and not a problem with R, or gsl. If you got R from Ubuntu, file a bug report _with Ubuntu_ as they seem to have forgotten to switch from gcc-4.2 (which we use in Debian as default) to gcc-4.1 (which is Ubuntu's default). | > install.packages("gsl",dependencies=T) | Warning in install.packages("gsl", dependencies = T) : | argument 'lib&...
2010 Jun 11
3
Calculation of r squared from a linear regression
Hi, I'm trying to verify the calculation of coefficient of determination (r squared) for linear regression. I've done the calculation manually with a simple test case and using the definition of r squared outlined in summary(lm) help. There seems to be a discrepancy between the what R produced and the manual calculation. Does anyone know why this is so? What does the multiple r squared
2007 Nov 22
1
package gsl assumes incorrect gcc version during install (PR#10451)
Full_Name: Levi Waldron Version: 2.5.1 OS: Ubuntu Gutsy Submission from: (NULL) (206.248.157.88) I installed libgsl0-dev then tried to install the gsl cran package, unsuccessfully (see output below). As a workaround I created a symbolic link to /usr/bin/gcc-4.2, ie: sudo ln -s /usr/bin/gcc-4.1 /usr/bin/gcc-4.2 The correct behavior of the gsl package should be to use the executable
2006 Aug 03
28
[Bug 498] RTP packets are not hitting NAT table
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=498 cfilin@intermedia.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chip@innovates.com -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are
2014 Nov 22
3
Use z size specifier for printf-ing size_t variable
Hello. Use the z size specifier to printf-ing size_t variables to get rid of gcc warning format ?%08x? expects type ?unsigned int?, but argument 2 has type ?long unsigned int? -- MartinS diff --git a/com32/lib/syslinux/initramfs_file.c b/com32/lib/syslinux/initramfs_file.c index 7eb55b5..9f9fa75 100644 --- a/com32/lib/syslinux/initramfs_file.c +++ b/com32/lib/syslinux/initramfs_file.c @@
2016 Aug 03
4
Install gptmbr with Windows
Does anyone know how to install the gptmbr.bin onto a USB drive with Windows? I noticed that it would be really easy to modify the source of the installer to install gptmbr.bin instead of mbr.bin with the -m flag, but I'd like a solution that doesn't require me to maintain my own custom syslinux. I'm open to writing and submitting a patch to add a new flag (say -g) to install
2005 Sep 06
2
fitting distributions with R
Dear all I've got the dataset data:2743;4678;21427;6194;10286;1505;12811;2161;6853;2625;14542;694;11491; ?? ?? ?? ?? ?? 14924;28640;17097;2136;5308;3477;91301;11488;3860;64114;14334 I know from other testing that it should be possible to fit the data with the exponentialdistribution. I tried to get parameterestimates for the exponentialdistribution with R, but as the values of the parameter