similar to: isolating R/S and operating system differences

Displaying 20 results from an estimated 9000 matches similar to: "isolating R/S and operating system differences"

1997 Nov 04
0
R-alpha: compatibility functions
Below is a revised copy of my compatibility functions with additions from Martin. I expect I may need a new version when 0.6 arrives but I thought it would be worth circulating this in case it suggests anything which might be resolved before the release of 0.6 rather than after. Thanks to a few people for pointing out the R function machine(). I have a kludge below for determining the same
1997 Aug 25
0
R-alpha: Re: missing' BB functions
Kurt The function tempfile is available based on some C code from Friedrich Leisch. The function unlink is fairly simple in unix but I haven't experimented elsewhere. In this regard, I have put together a small kernel set of functions to try to handle cross platform and R vs S issues. This is appended below and I would certainly appreciate feedback. The purpose of this kernel is so that I can
2000 Dec 20
1
syskern fails Rcmd check on Windows, gives incorrect information (PR#781)
syskern (`Functions for writing code that is OS and R/S independent', an amazing description given the reality) fails Rcmd check on Windows, and also gives incorrect information where it does work. There are already correct OS-independent functions for these purposes in R. It appears not to be needed to run the other three packages in the dse bundle, but to be the only R package that
1997 Oct 23
1
R-alpha: OStype
Robert I've been looking through my "R -- S compatibility" functions which may mostly disappear in R 0.60. In fact, it seems already that most of the things I'm trying to do are for operating system differences rather than R/S differences. The main problem I am having is that version$os gives more detail then I usually need, but it is not very convenient for determining simply
1998 Nov 11
1
Wavelets in R
On Wed, Nov 11, 1998 at 01:00:34PM -0500, Norm Josephy wrote: > > Sir: > > I find your version of R excellent. I am teaching a course > next semester on Graphical Exploratory Data Analysis, and am > looking forward to having my students use this software. > Thank you for making it available. > ............................................................ > I am
2001 Jan 23
0
1.2.1 segfault
I've trapped this segfault with gdb, but I'm not sure what it means or what to do next. Paul _____ $ R -d gdb GNU gdb 4.17 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is
2009 Jul 21
1
[PATCH] Split $os->{version} into $os->{major_version} and $os->{minor_version}
--- inspector/virt-inspector.pl | 7 ++++- perl/lib/Sys/Guestfs/Lib.pm | 50 +++++++++++++++++++++++++++++++------------ 2 files changed, 41 insertions(+), 16 deletions(-) diff --git a/inspector/virt-inspector.pl b/inspector/virt-inspector.pl index 09edbae..9148a48 100755 --- a/inspector/virt-inspector.pl +++ b/inspector/virt-inspector.pl @@ -357,7 +357,9 @@ sub output_text_os print
2009 Jul 16
1
[PATCH] Differentiate 'distro' and 'distrofamily' in Sys::Guestfs::Lib
Change distro in the output formally known as virt-inspector to reflect the actual distro. Possible values are now: fedora, rhel, centos, scientific, debian. Add new distrofamily entry which is one of: redhat, debian. Currently all distros except 'debian' are in the redhat family. This allows you to, for example, select a RHEL/CentOS/Scientific Linux specific kernel for installation
2018 Nov 06
1
[PATCH] p2v: make-disk: rely on os-release for host distro detection
Instead of assuming the latest Fedora version if /etc/redhat-release is available, or the latest Debian with /etc/debian_version, use only /etc/os-release. The possible name of the virt-builder template is created by concatenating $ID and $VERSION_ID, which is generally a better guess than what previously done, and better matches the host OS. This affects only the case when os-version is not
2009 Jul 20
1
[PATCH] Replace 'distrofamily' with feature tags
It turns out that the distribution hierarchy is not as reliable concept as you might think. This patch removes distrofamily again. Instead of distrofamily, we will add feature tags. This patch adds 2 feature tags for Linux distributions: package_format (eg rpm/dpkg) package_management (eg rhn/yum/apt) This change is reflected in the output of virt-inspector --- inspector/virt-inspector.pl |
2004 Jan 21
1
Newbie Questions--Firewalls
Hello. We are running individual software firewalls (as provided by the respective OSs) on: MAC OSX Panther MSWindows XP Pro SuSE 8.2 LINUX Machines. In addition, the MSWindows XP Pro machine is running Norton's Software Firewall (in conjunction with Antivirus version 10.0.1.13) I am trying to configure SAMBA 2.2.8a from the SuSE LINUX system and am unable to see either the MAC OSX
2000 Jun 21
3
OS calls
I've just been reviewing some functions in my syskern library. This library was set up originally to provide me with a way to program around small R/S differences and to encapsulate some operating system requests in one place, so that these problems would not be spread throughout my code. Over the years the need for many of the programs in this library has disappeared. I have always worked
2003 Sep 08
1
ports/55928: vmware2 broken on -STABLE, presumably by PAE import
Hi, On Sun, Aug 24, 2003 at 07:14:29AM -0400, Brandon S. Allbery KF8NH wrote: > >Synopsis: vmware2 broken on -STABLE, presumably by PAE import >> (..) Your patch makes VmWare2 build, but it doesn't make it work: - VmWare fails to allocate memory (see http://anders.fix.no/test/vmware/1.png and http://anders.fix.no/test/vmware/2.png). - There seems to be something wrong with
2016 Apr 20
0
Ubuntu 14.04 samba update
I was looking at https://www.samba.org/samba/latest_news.html#4.4.2 and added server signing = mandatory ntlm auth = no to smb.conf but that seems to have made it worse. Before adding that I was still able to do wbinfo -g and get a group listing Is there settings to set it back to the untrusted way before the security updates that happened? I'd like to set it up properly but I need to be
2011 Sep 07
0
Setting specific path for home, netlogon and profile
Hello. I have tried every things but I can't make it work. On the server I want home for user FRED physically in /data/samba/home/FRED I want profile for user FRED physically in /data/samba/profile/FRED/linux ( when connecting from his laptop under linux ) I want profile for user FRED physically in /data/samba/profile/FRED/WinXP ( when connecting from his laptop under windows XP ) I
1997 Apr 24
1
R-beta: multiple binary types
I've modified the "$RHOME/bin/R" and "$RHOME/cmd/filename" so that you can use the same directories for multiple machines. That is, machines running various flavors of UNIX can access the same directories. The modified structure adds the directories $RHOME/bin/$OSTYPE/ $RHOME/lib/$OSTYPE/ to hold the machine specific binaries. For instance, here the $RHOME directory
1997 Apr 24
1
R-beta: multiple binary types
I've modified the "$RHOME/bin/R" and "$RHOME/cmd/filename" so that you can use the same directories for multiple machines. That is, machines running various flavors of UNIX can access the same directories. The modified structure adds the directories $RHOME/bin/$OSTYPE/ $RHOME/lib/$OSTYPE/ to hold the machine specific binaries. For instance, here the $RHOME directory
2003 Feb 24
1
hsv producing a color intensity not in [0,1] (PR#2576)
Full_Name: Jae Choi Version: 1.6.1 OS: linux (x86) Submission from: (NULL) (142.176.61.245) Hello, Any attempts to access the "hsv" function returns the following type of error: Error in hsv(h = seq(start, ifelse(start > end, 1, 0) + end, length = n)%%1, : color intensity 1.25, not in [0,1] (the above was generated from the demo command: > pie(rep(1, 24), col =
1999 May 05
1
RNG R/Splus compatibility
Starting with example Wichmann-Hill code from Brian Ripley I have been playing with a set of programs for getting the same random sequences from R and Splus. A copy is included below along with a test (which works in Solaris with R and Splus 3.3). The approach is somewhat different from the usual problems on this list as I am trying to get the same results from Splus as I get from R. However,
2006 Apr 04
1
Have the expanded rcorder behaviour merged to RELENG_5?
Hello, I saw in the Porters Handbook this OSVERSION macro: 6.0-STABLE after incorporating scripts from the local_startup directories into the base rcorder(8) <http://www.FreeBSD.org/cgi/man.cgi?query=rcorder&sektion=8>. 600101 I think that change has been merged to the RELENG_5 branch but I1m not sure. If so, could somebody tell me what is the corresponding OSVERSION for RELENG_5?