Displaying 17 results from an estimated 17 matches for "hsearch".
Did you mean:
search
2006 Feb 02
2
RHOME
R-help --
I built R-2.2.1 in my own directory on a sun (solaris). Now I would like
the sysadmin to move the contents to /usr/local/lib and place the binary
in /usr/local/bin. No problem. However, the RHOME variable defaults to
the directory from which R was built so it is not usable by anyone but me
or ROOT. I would like to avoid building this again if possible. Any ideas?
Thanks,
Dan
2007 Apr 06
1
how to exclude some packages from help.search() ?
...s.
I am not planning to use it in my own work.
Occasionally I search through the R help using the help.search() function,
and every time it returns me lots of references to the functions in the
RGtk2 package, which I don't need.
I would like to avoid them.
At present, I have renamed the file hsearch.rds in the RGtk2 directory.
This worked, however, help.search now gives a warning, that it didn't find
that file.
Is there any other way to avoid extraneous information, returned by
help.search, which is not such crude as mine?
--
View this message in context: http://www.nabble.com/how-to-ex...
2007 Feb 05
1
Build error with last R-devel tarball
...tte', 'format.roman', 'head.data.frame',
'head.default', 'hea
d.function', 'head.matrix', 'head.ftable', 'head.table', 'print.citation',
'print.Bibtex', 'print.cit
ationList', 'print.getAnywhere', 'print.hsearch', 'print.help_files_with_topic',
'print.Latex', 'prin
t.ls_str', 'print.MethodsFunction', 'print.packageDescription',
'print.packageIQR', 'print.packageSta
tus', 'print.roman', 'print.sessionInfo', 'print.socket', &...
2005 Mar 31
1
R-alpha_2005-03-31: make check fails on Debian 3.0
...$
The final part of tests/Examples/utils-Ex.Rout.fail reads
> cleanEx(); ..nameEx <- "help.search"
>
> ### * help.search
>
> flush(stderr()); flush(stdout())
>
> ### Name: help.search
> ### Title: Search the Help System
> ### Aliases: help.search print.hsearch
> ### Keywords: documentation
>
> ### ** Examples
>
> help.search("linear models") # In case you forgot how to fit linear
Error in iconv(db[[i]][ind, ], enc, "") : 'iconv' is not available on this system
Execution halted
The parts of the output fron...
2009 Mar 12
0
help.search(): "Error in .readRDS(hs_file) : error reading from connection" (PR#13591)
...ction, it would work fine. (See two probable but not
directly observed exceptions below.)
I installed 2.8.1 from an RPM from CRAN. While installing additional packages,
my installation crashed due to me underestimating the required disk space. An
apparent result of that was that one or two Meta/hsearch.rds files were not
created properly. The ones in R.cache and Depela existed, but were of zero
size. Once I re-installed those packages the problem went away.
>From the 2.3.1 comments, I assume this should not break the entire help.search
system, unless the R.cache index file is needed to cach...
2011 Jul 29
2
Front ends handling help.search() results?
Which front ends process the help.search() results to produce nice
clickable lists, instead of the simple text display that's the default?
I know the R.app gui on Mac OS does; are there others?
I'm asking because one of the decisions made when R Core met in Vienna
was to allow vignettes to be returned as results of help.search(). All
of those front ends will need to be able to
2005 Mar 25
0
Re: Cross-building R packages
...an/GeneticsPed.Rd.gz zip warning: -l used on
binary file
(stored 0%)
adding: GeneticsPed/CONTENTS (deflated 74%)
adding: GeneticsPed/INDEX (deflated 55%)
adding: GeneticsPed/Meta/package.rds (deflated 51%)
adding: GeneticsPed/Meta/Rd.rds (deflated 72%)
adding: GeneticsPed/Meta/hsearch.rds (deflated 82%)
Jun Yan wrote:
> It's great to know that someone finds it helpful! Thanks for letting us
> know. We'll keep it updated.
>
> Jun
>
> On Thu, 24 Mar 2005, Gregor GORJANC wrote:
>
>
>>Hello!
>>
>>I just went thourgh the proces...
2017 Oct 25
3
[OT] Bash help
On 10/25/2017 12:47 PM, Warren Young wrote:
>
> You?re making things hard on yourself by insisting on Bash, by the way. This solution is better expressed in Perl, Python, Ruby, Lua, JavaScript?probably dozens of languages.
Yeah, you're right, I am. An associative array was the first thing I
thought of, then realized BASH doesn't do those.? I honestly expected
there to be a fairly
2013 Jun 08
3
R CMD INSTALL and file permission settings
Summary:
The directory /usr/local/lib/R/site-library can be used for site-wide
multi-user installations of R.
This is even the default on Debian and Ubuntu (following a suggestion by
Kurt and Fritz a decade ago over beers -- what could be better). However,
R enforces wrong permissions on directories and files there (removing
group-write) which effectively defeats this purpose,
2006 Jun 01
0
R 2.3.1 is released
...() methods for data.frame, Date, POSIXct, POSIXlt
and difftime all required an argument which can match 'x',
although the generics did not.
o regexpr() now accepts 0-length 'text' inputs.
o help.search() no longer errors out on a wrongly installed package
(with no "hsearch.rds" file).
o The LaTeX version of the package reference manual was omitting
some topics, and was not sorting the foo-package topic first.
o Serializing (e.g. via save()) is better protected against C
stack overflow, which will now abort the conversion but no
longer crashes the R...
2006 Jun 01
0
R 2.3.1 is released
...() methods for data.frame, Date, POSIXct, POSIXlt
and difftime all required an argument which can match 'x',
although the generics did not.
o regexpr() now accepts 0-length 'text' inputs.
o help.search() no longer errors out on a wrongly installed package
(with no "hsearch.rds" file).
o The LaTeX version of the package reference manual was omitting
some topics, and was not sorting the foo-package topic first.
o Serializing (e.g. via save()) is better protected against C
stack overflow, which will now abort the conversion but no
longer crashes the R...
2008 Aug 25
0
R 2.7.2 is released
...the end of the line) in R code has been removed.
o qgamma() warns if used with shape < 1e-10, when it may be
unreliable. (PR#12324)
o Installing a source package was not using the package's declared
encoding (if any) as a default encoding for the help.search()
database in Meta/hsearch.rds. This could cause packages with
a default encoding to have some of their entries rejected by
help.search() in a multi-byte locale (such as a UTF-8 locale).
o duplicated() and unique() now handle 'incomparables' better,
and avoid occasional segfaults (PR#12551).
o data....
2008 Aug 25
0
R 2.7.2 is released
...the end of the line) in R code has been removed.
o qgamma() warns if used with shape < 1e-10, when it may be
unreliable. (PR#12324)
o Installing a source package was not using the package's declared
encoding (if any) as a default encoding for the help.search()
database in Meta/hsearch.rds. This could cause packages with
a default encoding to have some of their entries rejected by
help.search() in a multi-byte locale (such as a UTF-8 locale).
o duplicated() and unique() now handle 'incomparables' better,
and avoid occasional segfaults (PR#12551).
o data....
2004 Jul 26
6
directing print.packageInfo to a file
There was a discussion on r-help of getting the output from
print.packageInfo into a file. Spencer and I have added a file=
argument to print.packageInfo for consideration in R. Had this
been available it would have simplified the answer to that
thread. If the file= argument is used then the packageInfo
information is sent to the file specified rather than displayed
using file.show .
2003 Dec 12
0
proofreading corrections (cvs) (PR#5730)
...zed as \file{Rd.rds} in the \file{Meta} subdirectory of the
@@ -66,13 +66,13 @@
\file{CONTENTS} in Debian Control Format with aliases and keywords
collapsed to character strings in the top-level package installation
directory). This, or a pre-built help.search index serialized as
- \file{hsearch.rds} in the \file{Meta} directory, is the data base
+ \file{hsearch.rds} in the \file{Meta} directory, is the database
searched by \code{help.search()}.
The arguments \code{apropos} and \code{whatis} play a role similar to
the Unix commands with the same names.
- If possible, the hel...
2006 Apr 24
0
R 2.3.0 is released
...tallation of man sources and demos is now done by R code.
The restrictions on the names of help files, R files and
of demos are now enforced (see `Writing R Extensions').
o Packages which contain compiled code can now have more than
one dot in their name even on Windows.
o The Meta/hsearch.rds database saved now contains LibPath="".
This information is now always recreated when help.search() is
run, but the field is retained for back-compatibility.
o update.packages() now has a '...' argument to be passed to
install.packages(), including the formerly separat...
2006 Apr 24
0
R 2.3.0 is released
...tallation of man sources and demos is now done by R code.
The restrictions on the names of help files, R files and
of demos are now enforced (see `Writing R Extensions').
o Packages which contain compiled code can now have more than
one dot in their name even on Windows.
o The Meta/hsearch.rds database saved now contains LibPath="".
This information is now always recreated when help.search() is
run, but the field is retained for back-compatibility.
o update.packages() now has a '...' argument to be passed to
install.packages(), including the formerly separat...