similar to: Use of tools:::httpdPort in a package for CRAN.

Displaying 20 results from an estimated 300 matches similar to: "Use of tools:::httpdPort in a package for CRAN."

2010 Aug 05
1
Sciviews-K -- object 'httpdPort' not found
Hi, I'm trying to install Sciviews-K on Linux Ubuntu 9.10 (karmic) but I'm not able to establish the connection between Komodo and R. Here;s the error I get, plus some diagnostic info: R version 2.9.2 (2009-08-24) R is SciViews ready! Error in get(name, envir = asNamespace(pkg), inherits = FALSE) :   object 'httpdPort' not found > ls() [1] "svStart" > Sys.info()
2011 Nov 13
8
ioperm problem
Hi, I''m trying to port AMD VGA passthru patch to the latest XEN and vanila kernel and I got SIGSEGV in static void ati_hw_out(uint16_t hport, uint32_t data) { ioperm(gfx_info.host_pio_base, gfx_info.pio_size, 1); asm volatile ("out %1, %0"::"Nd"(hport),"a"(data)); ioperm(gfx_info.host_pio_base, gfx_info.pio_size, 0); } I tried old 2.6.32
2008 Sep 12
1
tiny typo in NEWS
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 "browseURL" o brwoseURL() has a new argument 'encodeIfNeeded' to use URLencode() in cases where it seems likely that would be helpful. (Unfortunately, those are hard to guess.) By the way, thank you !!! to the R developers for o cov() and cor() newly have the new option 'use = "everything"' as
2013 Dec 11
1
Why ssh client breaks connection in expecting SSH2_MSG_NEWKEYS state?
I have a client host that I don't have access to now, which attempts to establish ssh connection back to my BSD server using the private key. Client runs this command: /usr/bin/ssh -i ~/.ssh/my_key_rsa -o "ExitOnForwardFailure yes" -p $HPORT $HUSER@$HOST -R $LPORT:localhost:$LPORT -N On the server debug log looks like this: Connection from NNN.NNN.NNN.NNN port 43567 debug1: HPN
2024 Jan 06
2
tools::startDynamicHelp(): Randomly prevents R from exiting (on MS Windows)
ISSUE: On MS Windows, running cmd.exe, calling Rscript --vanilla -e "port <- tools::startDynamicHelp(); port; port <- tools::startDynamicHelp(FALSE); port" will sometimes stall R at the end, preventing it from existing. This also happens when running R in interactive mode. It seems to stem from calling tools::startDynamicHelp(FALSE). Before filing a formal bug report, can
2009 Nov 12
1
starting html help for a package?
Dear all Shouldn't this start the html help for the chosen package? > help(package="boot", help_type = "html") Instead, the text version is displayed in less (I believe). However, I have no issues to start the html help with the following. > help.start() starting httpd help server ... done If 'xdg-open' is already running, it is *not* restarted, and you must
2009 Nov 15
1
JGR GUI for R-2.10.0 "Help" "Print"
I have updated R 2.9.1 to 2.10.0. and JGR GUI 1.7. I am running Windows XP. I can't seem to get the JGR "Print" or "Help" functions to work. The system locks and requires me to "stop the process". In the past I have preferred the opreation and "feel" of JGR GUI. I realize that this help forum is for R; but, I am hoping that some other R-user is
2009 Oct 17
2
Specifying (set of random) port numbers for the help HTML server (Was: Re: Fixing html help port in 2.10)
On Fri, Oct 16, 2009 at 7:54 AM, Duncan Murdoch <murdoch at stats.uwo.ca> wrote: > On 10/16/2009 10:39 AM, Dieter Menne wrote: >> >> I noted that the new html-help in 2.10 under Windows uses a random port on >> my >> computer. >> This cause a problem, because when I create a link such as: >> >>
2009 Oct 26
1
Severe growing pains with new help system
(On Windows XP with R 2.10.0) 1. In the past, I have used a desktop search engine (X1) to pre-index all of R's html help files. Obviously, this no longer works with dynamic help pages. It also appears that the .Rd files are converted to a binary format when installed and cannot be indexed by X1. 2. I like to use firefox to type 'xyplot' into the 'awesome bar' and go to the
2012 Oct 22
4
help stored permanently
Hi, Each > help.start() generates a new tree of the R help system, somewhere in 127.0.0.1:xxx, each xxx being difeerent. This tree disappears when exiting R. How can the current help tree copied to a permanent place for reference outside a running R? This would be practical for not having to enter M-x R . TIA --Christian -- Christian W. Hoffmann, CH - 8915 Hausen am Albis, Switzerland
2024 Jan 07
0
tools::startDynamicHelp(): Randomly prevents R from exiting (on MS Windows)
Thank you for confirming this. I just filed PR#18650 (https://bugs.r-project.org/show_bug.cgi?id=18650). FWIW, I've found two other issues with startDynamicHelp() prior to this: * https://bugs.r-project.org/show_bug.cgi?id=18645 * https://bugs.r-project.org/show_bug.cgi?id=18648 /Henrik On Sat, Jan 6, 2024 at 5:53?PM Steve Martin <marberts at protonmail.com> wrote: > > Henrik,
2009 Jul 23
2
Navigate to Index page of a package from R command prompt
Hi all, Is there a way to navigate directly to the "Index" page of help for a package? Here's my connundrum: I download and install package "foo". I don't know what functions are in package "foo", so I can't invoke the help for package "foo" via > ?someFunction help(package = "foo") pops up some non-hyperlinked information page,
2009 Jul 28
1
Wishlist: Navigate to "Index" page of help when no topic specified (PR#13860)
Hi all, When I install a new package, and don't yet know any function names, I have to play the "poor man's game" to get to the standard help system "Index" page for the package: Poor Man's Game -=20 Load new package;=20 issue search() command; find position (say N) of loaded package;=20 issue objects(pos =3D N) command; get name of a random function (san
2009 Aug 05
2
Wishlist: Navigate to "Index" page of help when no topic (PR#13872)
On 04/08/2009 7:33 PM, Steven McKinney wrote: >> -----Original Message----- >> From: Duncan Murdoch [mailto:murdoch at stats.uwo.ca] >> Sent: Tuesday, August 04, 2009 8:03 AM >> To: Steven McKinney >> Cc: r-devel at stat.math.ethz.ch; R-bugs at r-project.org >> Subject: Re: [Rd] Wishlist: Navigate to "Index" page of help when no >> topic
2000 Apr 10
2
00Index of data
The "data index" is mentioned in the R Extensions Writer guide as >> The subdirectory should contain a `00Index' file >> that describes the datasets available. I'm not sure what the official format is suppose to be, but given that it displays like an index, this has to be a very short description which I find somewhat inadequate. Some of my data sets are multivariate
2006 Sep 14
1
demo names with spaces?
Does R support demo names with spaces? I tried placing a file like "My Demo Name.R" in the demo subdirectory, and placing a line that begins with "My Demo Name" in 00Index, but R CMD check does not like this. It reads the line in 00Index as "My, and it doesn't think there is a 00Index entry for "My Demo Name". I have no problem going back to MyDemoName.R,
2005 Jul 27
1
how to generate 00Index.html from Rd or html
I'd like to generate 00Index.html for a bunch of libraries for my R search page. I have now almost all the html help files for individual functions, even for packages that won't install on my computer (e.g., because they are specific to Windows). I made these using Rdconv. But that won't make the 00Index file, and neither will Rdindex, which makes a text file. I'm probably
2011 Feb 20
1
Demo and 00Index problems
Greetings, I am sure I'm missing the obvious, but my 00Index file in the demo subdirectory is not recognized by R CMD check (the demo runs fine, but I get a WARNING from R CMD check about a lack of demo/00Index file. When I invoke demo() in R I see the name but not description of the demo). Is there documentation (other than 'Writing R extensions') on putting together the demo
2002 Oct 30
4
Sweave in packages
Dear R folks, One of the fantastic new tools in R is `Sweave'. I have tested it so much that I know it works and produces fine documentation, and with (GNU) Emacs/ESS it is nice to work with, too. I started to have a look at including some Swoven (is that a strong verb?) documentation with my R package, but it seems that there is no model to copy among those packages that I have installed in
1999 Feb 17
2
HREFS for private packages - fixed? (PR#19)
Anyone know if this is still with us? -pd > There is however, a small problem with installing the HTML documention in a > private (i.e. not RHOME/library) location. The file > > RHOME/doc/html/packages.html > > linking the main documention to the packages is written (BTW this will probably > fail if the package owner and the R owner are not the same) but the links in it