Displaying 20 results from an estimated 53 matches for "help_typ".
Did you mean:
help_type
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, help_ty...
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'...
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
2017 Mar 09
2
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
...> *** NOTES:
>
>
> 1. When I tried "Q" to exit debug mode, I got, "Error retrieving
> help: R code execution error." This suggests a bug in "debug", which could
> be replicated by trying debug(help) with "help(package='fda',
> help_type='text')". It does not want to exit from "help" using "Q". "c"
> also fails.
>
>
> 2. For sessionInfo(), see below.
>
>
> On 2017-03-08 4:06 PM, Spencer Graves wrote:
>>
>> Hello:
>>
>>
>> A...
2009 Nov 10
1
Windows installer, HTML help, R 2.10.0
...n'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 the new changes to the help.
Calling help(help, help_type = "html") works as expected, so the HTML
help works and I could manually fix this by setting options(help_type
= "html") in a session or in my .Rprofile.
I...
2010 Jul 14
2
qplot in ggplot2 not working any longer - (what did I do?)
...an_1.17-3
[10] ggplot2_0.8.8 proto_0.3-8 reshape_0.8.3
[13] plyr_0.1.9
.Rprofile:
#source USGS graphing function for base data
source("~/R_scripts/USGS.R")
source("~/R_scripts/publication_ggplot2_theme.R")
source("~/R_scripts/llScript.R")
#set help_type
options(help_type="html")
#exit to get around anoying q behavior
exit <- function(save="no"){q(save=save)}
#most used libraries
library(ggplot2)
library(vegan)
library(StreamMetabolism)
#allow gpclib package to be used
gpclibPermit()
--
Stephen Sefick
________________...
2017 Mar 09
0
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
...nks,
Spencer Graves
*** NOTES:
1. When I tried "Q" to exit debug mode, I got, "Error retrieving
help: R code execution error." This suggests a bug in "debug", which
could be replicated by trying debug(help) with "help(package='fda',
help_type='text')". It does not want to exit from "help" using "Q".
"c" also fails.
2. For sessionInfo(), see below.
On 2017-03-08 4:06 PM, Spencer Graves wrote:
> Hello:
>
>
> A call to help(..., help_type='text') fails wit...
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 on the "Index" link at the bottom of help pages for
functions in this package. The command help(package="boot",
help_type="html") displays the do...
2011 Jan 10
2
problem with packages
...ess index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.12
>
My profile.site file is :
# Things you might want to change
# options(papersize="a4")
# options(editor="notepad")
# options(pager="internal")
# set the default help type
# options(help_type="text")
# options(help_type="html")
# set a CRAN mirror
local({r <- getOption("repos")
r["CRAN"] <- "http://cran.skazkaforyou.com"
options(repos=r)})
# set library paths
aaa <- strsplit(R.home(),"R-")[[1]][1]
.lib...
2010 Feb 24
1
Defective help pages
...package:utils R Documentation
Documentation
Description:
Usage:
help(topic, package = NULL, lib.loc = NULL,
verbose = getOption("verbose"),
try.all.packages = getOption("help.try.all.packages"),
help_type = getOption("help_type"))
Arguments:
Details:
The following types of help are available:
* Plain text help
Offline help:
Note:
References:
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) _The New S
Language_. Wad...
2017 Mar 09
0
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
...>>
>> 1. When I tried "Q" to exit debug mode, I got, "Error retrieving
>> help: R code execution error." This suggests a bug in "debug", which could
>> be replicated by trying debug(help) with "help(package='fda',
>> help_type='text')". It does not want to exit from "help" using "Q". "c"
>> also fails.
>>
>>
>> 2. For sessionInfo(), see below.
>>
>>
>> On 2017-03-08 4:06 PM, Spencer Graves wrote:
>>>
>>> Hello...
2012 Jun 18
1
Error w/ Start up Script
...t, commandArgs, getOption, inherits, isOpen, lapply, parse,
warnings
And here is my Rprofile.site file specs:
# Things you might want to change
# options(papersize="a4")
# options(editor="notepad")
# options(pager="internal")
# set the default help type
# options(help_type="text")
options(help_type="html")
# set a site library
# .Library.site <- file.path(chartr("\\", "/", R.home()), "site-library")
# set a CRAN mirror
local({r <- getOption("repos")
r["CRAN"] <- "http://cran.cn...
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...
2012 Nov 16
2
source file on startup question - why does an old version of a function show up? ggplot or R?
...s2source <- scripts2source[R_scripts]
for(i in 1:length(scripts2source)){
source(scripts2source[i])
}
#######################################################
#######################################################
#######################################################
################set help_type##########################
#######################################################
options(help_type="html")
#######################################################
#######################################################
R session:
R version 2.15.2 (2012-10-26)
Platform: x86_64-redha...
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
switch to it...
2010 Aug 04
1
printing html help to the terminal
I'm trying to get help to print the help pages in html format to the
terminal. This is in order to be able to see the html help files remotely.
If I do
printURL = function(file) {a=readLines(url(file));cat(a,sep="\n")}
options(browser=printURL)
options(help_type="html")
then invoking help with
?print
gets stuck. I think what happens is that the web server run by R that allows
one to read help will not work as long as R is waiting for the function to
complete. Thus, if I run a second R session, and try to read the help files
that one session pr...
2010 Sep 18
1
help manual on R on ESS
Hi folks,
R on ESS
Why it is unable to pop up help manual on "R on ESS"?
?layout
Error in help("layout", htmlhelp = FALSE) :
unused argument(s) (htmlhelp = FALS
?plot
Error in help("plot", htmlhelp = FALSE) :
unused argument(s) (htmlhelp = FALSE)
etc.
But they work on R console and popup the manual without problem. TIA
B.R.
Stephen L
2011 Mar 08
1
How to enforce location of installation of downloaded packages
Using R on Linux I want to force downloaded packages to go into
/usr/local/lib/R/site-library. I have an .Rprofile file in my home
directory containing the following:
options(help_type='html', browser='chromium-browser',
repos='http://www.ibiblio.org/pub/languages/R/CRAN',
lib='/usr/local/lib/R/site-library')
But sometimes install.packages (with R run as superuser using sudo) will
create a directory called x86... under ~/R and put installed packa...
2010 Jul 14
0
.Rprofile interfering with update.packages()
...an_1.17-3
[10] ggplot2_0.8.8 proto_0.3-8 reshape_0.8.3
[13] plyr_0.1.9
.Rprofile:
#source USGS graphing function for base data
source("~/R_scripts/USGS.R")
source("~/R_scripts/publication_ggplot2_theme.R")
source("~/R_scripts/llScript.R")
#set help_type
options(help_type="html")
#exit to get around anoying q behavior
exit <- function(save="no"){q(save=save)}
#most used libraries
library(ggplot2)
library(vegan)
library(StreamMetabolism)
#allow gpclib package to be used
gpclibPermit()
--
Stephen Sefick
__________________...
2011 Apr 19
0
PDF help for linux
Dear R,
Usually when I want to read pdf help for R functions under Linux, I do
the following steps
> help("par",help_type="pdf")
> system(paste(getOption("pdfviewer"),"par.pdf"))
which works well. First question, can I let "help" to save the pdf
file to a different place other than current working directory?
Now I want to write a small function to do the above together.
&...