similar to: Installing R help files (2.11 or later) when no internet access.

Displaying 20 results from an estimated 3000 matches similar to: "Installing R help files (2.11 or later) when no internet access."

2008 Jun 14
1
How to see data for a package built under Windows
I have followed the instructions on how to build a Windows package and everything seems to work EXCEPT that I can't see the data files that I have loaded into the data directory. I have placed the appropriate data in the data directory (as in the instructions). There are 3 data sets, which I can see when I use the command in R. Details below. I have searched everywhere to try to fix this, but
2005 May 07
3
converting NA/non-NA's to a binary variable
Dear R colleagues, I am trying to create a new column in a data frame, which converts values and NA's from another column into binary format. Essentially I need the NA's to become 1 and the rest to be 0. The code I wrote is returning the following error message: Error in if (mort[i, 4] != NA) mort[i, 8] <- 0 else if (mort[i, 4] == : missing value where TRUE/FALSE needed
2001 May 08
4
tap1 problem
Hi Tinc Mailing-Group, Having set up the kernel correctly, and got tinc running successfully, I am now trying to get two VPNs running at once. Hence I need to have two ethertap devices ( /dev/tap0 and /dev/tap1 ). The first tap0 device was created thus: mknod -m 600 /dev/tap0 c 36 16 chown 0.0 /dev/tap0 The second tap1 device was created too: mknod -m 600 /dev/tap1 c 36 17 chown 0.0 /dev/tap1
2002 May 22
1
single static ip address
Hi Tinc group, I have recently got an adsl connection at home, which only provides a single static ip address. I want to set up a tinc vpn from home to my workplace. I am trying to decide what hardware I need to do the above. At the moment, I am aware that I could use an Alcatel Speedtouch USB modem directly connected to a Linux vpn box at my home. ( Wall socket---adsl cable---Speedtouch---usb
2008 Sep 17
6
creating rainbow gradients
Hi, how can I create a rainbow gradient in R? For example, let's say I have a plot of y = x...and I want the plot to go from red -> orange -> yellow -> green -> blue -> etc. Right now, I know how to do something like go from red to blue, using the plotrix library: library(plotrix) redToBlue <-
2004 Aug 15
2
samba 3.06rc2, suse 64amd and os2
Hi, I am having a lot of trouble with getting 0s2 to talk with samba. They seem to be making the right noises at handshake time, and seem to set up a session no problems (using ethereal, monitoring packets). However, when it comes to actually transferring information (such as doing a listing of a share from the os2 box) it crashes with the error: Open AndX Request, Path: \OSO001.MSG; Read
2017 Mar 08
2
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
Hello: A call to help(..., help_type='text') fails with "package='fda": > install.packages('fda') > help(package='fda', help_type='text') Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3) : incorrect values of 'indent' and 'width' I have this wrapped inside "try" in
2013 Apr 23
1
httpd error with and help_type = 'html', package = NULL
Having loaded a package that masks an object from another package, calling help(conflictedname, help_type = 'html') instead of producing a page giving the choices of help page available The page produced is Error in httpd("/library/NULL/help/nobs", NULL, NULL, c(48, 6f, 73, 74, : replacement has length zero This example is reproduced using library(gdata) help(nobs,
2011 Aug 20
2
hetlp_type text doen't work on Ubuntu
Hi, I' using Ubuntu 10.10/11.04 and on both of the systems help doesn't work unless I set options(help_type="html"). I hate to change context and help_type='html' distracts me. I want text based help inside console. Where should I look to fix this problem? -- Amol
2004 Oct 18
0
Re: [cAos] centos-3 x86_64 install hangs
Hello gillian, You can try adding these options to the kernel commandline and it might help: noapic iommu=off The 2.4/2.6 hybrid kernel that RedHat supplies with RHEL3 has some issues with some AMD64 motherboards AFAIK, and the above options made the CentOS 3's kernel bootable for me on one of our systems. BTW - I've moved this to the CentOS mailing list, that is a more appropriate forum
2017 Mar 09
2
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
This error can arise when getOption("width") is too small. 80 seems to be the limit for me with R-3.3.2 on Windows. Bill Dunlap TIBCO Software wdunlap tibco.com On Wed, Mar 8, 2017 at 10:28 PM, Spencer Graves <spencer.graves at prodsyse.com> wrote: > Hello: > > > I tried "debug(help)" with the problem mentioned below. It stopped > with a call to
2001 Feb 21
2
can't get tinc to compile..
Hi Tinc Mailing Group, I've been trying for some days now, to get tinc up and running. Could someone please suggest what I could do to get it working. I've installed Redhat 6.2 onto a pc, and then installed the latest 2.2 kernel: 2.2.18 from source code (The usual make menuconfig ; make dep ; make bzImage , etc). I've followed the tinc instructions for adding the
2001 May 17
1
tinc fails because of firewall script
Hi Tinc Mailing-Group, I am a bit stuck with firewalling rules at the moment. Maybe someone could please advise me a good rc.firewall script to use on my setup. If anyone runs an ipchains firewall script on their linux box which is ALSO running tinc, could they please mail it to me, for my perusal. I have tinc pre3 set up and working on my systems, however I can only get it to work if I set the
2009 Nov 10
1
Windows installer, HTML help, R 2.10.0
I'm not 100% sure this hasn't been covered already (I searched a bit, but I had a little trouble filtering down to a useful number of useful results). Anyway, when I install R on Windows, the installer asks to set the default help type. For some reason, I can set it as HTML in the installer, but the results open as if help_type = "text" by default. I presume this is related to
2003 Aug 28
0
Fair Isaac and DM review invite you to a Web seminar
DM Review and Fair Isaac Present Analytics in Automated Decision Systems Date Held: September 17, 2003 Time: 10:30 a.m. PDT/1:30 p.m. EDT Advances in Business Intelligence are leading enterprises to more effectively store, classify, and interpret both transactional data and business performance measurements. Now the challenge is in finding ways to use data and discovered insights to manage
2010 Jul 14
2
qplot in ggplot2 not working any longer - (what did I do?)
This is the first time that I have tried to update packages with a tinkered around with .Rprofile. I start R with R --vanilla and it does not load my .Rprofile, but when I issue the command update.packages() R downloads the packages as expected, but then seems to load .Rprofile before compiling the packages sources. What am I doing wrong? kindest regards, Stephen Sefick see- Session info
2011 Jan 10
2
problem with packages
Hello, I am on a laptop with Win7, running R-2.12.1 if I click on Packages/InstallPackages I get : > utils:::menuInstallPkgs() Warning: unable to access index for repository http://cran.skazkaforyou.com/bin/windows/contrib/2.12 Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.12 Error in install.packages(NULL, .libPaths()[1L], dependencies
2015 Jan 26
2
Building rinstaller using R-devel (3.2.0-to-be) halts when trying to copy html files
As the build process, especially for Windows, is changing significantly for R 3.2.0, I am trying to build R-devel in preparation. When running `make rinstaller`, I get the following error: cp -p ../../../etc/x64/Makeconf R-devel/etc/x64 mkdir -p R-devel/doc cp -p ../../../doc/CRAN_mirrors.csv R-devel/doc mkdir -p R-devel/doc/manual/images cp -pR ../../../doc/html R-devel/doc
2012 Feb 15
3
help.search() in html?
Hi, I have options(help_type="html") in my .Rprofile and when I type ?foo, the man page appears as a new tab in my web browser (which is already running). Fine. However, when I type ??foo, rather than the results appearing in a new tab, a new instance of the web browser is spawned with the default homepage displayed. Same with help.search("foo"). Am I the only one seeing this?
2020 May 29
1
HTML help files missing for some packages
After a clean install of R 4.0.0 (R-base only) on Mint 19.3, the directory /usr/lib/R/library/base/html is empty. However, the directory /usr/lib/R/library/boot/html contains files 00Index.html and R.css. Correspondingly, the command help(package="base", help_type="html") produces the text "No package index found for package base". The same occurs when clicking