Displaying 20 results from an estimated 90000 matches similar to: "RFC: What should ?foo do?"
2006 Jul 18
1
RSiteSearch() not in posting guide
Hi,
In a recent reply I sent to the list, my initial response was to
suggest, politely that by reading the posting guide and learning to use
the supplied tools one can often help oneself. I then went on to say
that reading the posting guide would have led you to RSiteSearch("insert
query"). Luckily I went to the posting guide to check this was there
before posting and much to my
2008 Jul 07
2
Sorting a list
Dear R Users,
A bit of a simple question, but I could not find the answer thru google
("sorting lists r cran","how can i sort a list r cran") or RSiteSearch...
how can I sort a list ?
One imagines something like sort.list would do the job, but that's not the
one.
> foo<-list(a=10,b=2,c=3)
> sort.list(foo)
Error in sort.list(foo) : 'x' must be atomic
2012 Jan 04
3
informal conventions/checklist for new predictive modeling packages
Working on the caret package has exposed me to the wide variety of
approaches that different authors have taken to creating predictive
modeling functions (aka machine learning)(aka pattern recognition).
I suspect that many package authors are neophyte R users and are
stumbling through the process of writing their first R package (or R
code). As such, they may not have been exposed to some of the
2018 Jan 19
0
how to search r-help?
Also https://www.r-project.org/posting-guide.html indicates that
RSiteSearch() within R searches R-help but in my install (3.4.3)
RSiteSearch() only searches? "help pages, vignettes or taskviews"
On 19/01/18 10:47, Mark Dwyer wrote:
>
> I am new to this listand am unable to get the search tools listed on
> https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people
2009 Jul 09
1
Number of functions, data sets, ..., in a package?
Hello:
How can one get the number of functions and data sets in a package?
I've written a function "PackageSum2" to get an extended package
summary for an installed package. I get much of what I want from the
object returned by "help(package=pkgName)". For example,
"help(pac=...)$info[[1]]" is a character vector giving author,
maintainer,
2016 Sep 07
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Hello, All:
Jonathan Baron is "giving up" maintaining the RSiteSearch database.
This breaks three things: (1) The R Site Search web service that
Baron has maintained. (2) The RSiteSearch function in the utils
package. (3) The sos package, for which I'm the maintainer and lead
author.
Might someone else be willing to take these over?
For me,
2003 Sep 19
1
what is mechanism of help(foo)?
I wrote a R package, and installed it. But I don't understand how R can find right help content for object "foo" when calling "help(foo)". Who can give me underlying details or any reference regarding "help(foo)"?
In fact, after installing my package "pkg_foo" and calling library(pkg_foo), I can correcttly use any function and data in
2016 Sep 08
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
On 9/8/2016 5:01 AM, Jonathan Baron wrote:
> OK. It is sort of fixed and sort of works.
>
> We'll keep it for now, but this is not going to work forever. When
> namazu fails completely I will not have the time to install a new
> search engine.
>
> One option is to use google. For a site like this, I think they will
> want some money, but I'm not sure, and I do not
2010 Jul 26
3
what is a vignette?
I am trying to find a simple R guide that explain what a vignette is but so far
I didnt make any progress. I tried to search inside R's built in help.start()
but it only returns results how to see vignettes.
So could you please tell me what a vignette is and if you can also could you
give some simple guide that I can always use to read about these things?
Best Regards
Alex
2009 May 07
4
proposed changes to RSiteSearch
Can someone in R Core please take a look at the attached patches to
RSiteSearch() and its help page? I guess Jon is planning some changes
on his site. Jon: could you elaborate on what the patch does?
Best,
Andy
Notice: This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station,
New Jersey, USA 08889), and/or its
2011 Nov 02
1
difference between foo$a[2] <- 1 and foo[2,"a"] <- 1
Hallo
Can anyone tell me the difference between
foo$a[2] <- 1 and foo[2,"a"] <- 1 ?
I thought that both expressions are equivalent, but when I run the following example, there is obviously a difference.
> foo <- data.frame(a=NA,b=NA)
> foo
a b
1 NA NA
> foo$a[1] <- 1
> foo$b[1] <- 2
> foo$a[2] <- 1
Error in `$<-.data.frame`(`*tmp*`,
2006 Jun 30
3
@foo = Bar.new(params[:foo])
While doing @foo = Bar.new(params[:foo]) in a controller, the
application is open to injection attacks.
For example,
My model has following attributes :
name
password
admin - boolean
Now, if on my form I''m just acception name & password, and doing @foo
= Bar.new(params[:foo]) in my controller, someone can just enter
following in form :
<%= text_field ''foo'',
2009 Aug 02
2
What does .[foo] really mean?
Hi R users,
I really want to know what exactly ".[foo]" means.
Thanks in advance. -Simon
[[alternative HTML version deleted]]
2003 Mar 16
1
R CMD SHLIB uses foo.c instead of foo.cc if both are present (PR#2644)
Full_Name: Faheem Mitha
Version: 1.6.2
OS: Debian GNU/Linux
Submission from: (NULL) (209.42.199.193)
Suppose you are making a shared library using
R CMD SHLIB foo.cc
If there is a file called foo.c in the same directory, then it will be used
instead.
faheem ~/scratch/r-base>R CMD SHLIB foo.cc
gcc-3.0 -I/usr/lib/R/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2
-c foo.c -o foo.o
2016 Sep 08
6
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Don't do anything yet. I may have found the problem by accident.
I tried to use the computer from something else, and it was being
drastically slowed down by some leftover processes, which turned out
to be xlhtml. That is something that converts Excel files. Apparently,
some excel files got into the libraries, and they were causing the
indexing to hang completely.
I am now running everything
2003 Oct 03
4
foo.RData or foo.r?
Dear All,
I suspect this is kind of dumb, but when I was under the thrall of the
dark lord (read, using a W2K box), all my work in R files came out as
foo.RData. I moved on to GNU/Linux, and all the old .RData files keep on
working as they used. No problems in loading and stuff. But I use R from
the terminal. Assuming I decide to switch to emacs, do I need to save my
work as foo.r? what about my
2010 May 28
1
require( "foo (>= 2.1)" )
Hello,
I often find myself writing code like :
if( require( "foo" ) && compareVersion( packageDescription(
"foo")[["Version"]], "2.1" ) < 0 ){
# code that uses version 2.1 of foo
} else {
stop( "could not load version >= 2.1 of foo" )
}
Would it make sense to include something like this in require, library,
etc ...
require(
2015 Jan 05
2
[LLVMdev] LLVM linkage error - Program used external function 'foo' which could not be resolved!
Hi, All
I got a linkage error as indicated in the subject line. Any suggestion?
I created a call builder.CreateCall2(foo, p1, p2) in a module. foo is
a Function* generated by module->getOrInsertFunction("foo",
prototype). foo is defined outside of this module, and in the dump of
the module, I see "declare i64 @foo(xxx, xxx)". The error happens
during link time, it seems
2006 Mar 29
1
Data assimilation / inverse modeling in R
Hello,
I'm trying to find out if something has been written in R regarding data
assimilation and inverse modeling.
These searches do not return anything that look like Kalman filter
variations (EK, SEEK, ROEK, etc.)
help.search("assimilation")
help.search("inverse model")
Regards,
**************************************************
AVIS DE NON-RESPONSABILITE: Ce
2008 Jan 11
1
Oddities with RSiteSearch?
[If I knew who to report this to privately, I would. Sorry to embarrass
anyone who's just trying to contribute to the R-project.]
There seems to be some oddities with the RSiteSearch web page. When I
enter 'RSiteSearch("console")' I'm taken to
http://search.r-project.org/cgi-bin/namazu.cgi?query=console&max=20&resu