search for: 20book

Displaying 3 results from an estimated 3 matches for "20book".

2008 Apr 07
5
How to pack my stuff into a package (library, collection)?
Hello, I am new useR, I have written some functions, which I currently use by "source"-ing them from the files. That's OK, but when I my functions start counting in the tens and hundreds I'd be glad to be able to type "help.search("my_obscure_fun")" and get a sensible reply. I also want to be able to load them as a package at startup and not have to
2005 May 19
1
R 2.1.0 RH Linux Built from Source Segmentation Fault
...are when it crashes. I'm looking for some guidance to diagnose this problem so we can focus on a solution. Thanks! Here's the annotated output of a failed job. The source file bayes_book_r_functions.R comes from Peter Rossi: http://gsbwww.uchicago.edu/fac/peter.rossi/research/bayes%20book/R%20functions/ The second source file is included below. R : Copyright 2005, The R Foundation for Statistical Computing Version 2.1.0 (2005-04-18), ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type ...
2005 Jul 21
2
The steps of building library in R 2.1.1
Dear All, With the warm support of every R expert, I have built my R library successfully. Especially thanks: Duncan Murdoch Gabor Grothendieck Henrik Bengtsson Uwe Ligges Without your help, I will lower efficiency. I noticed that some other friends were puzzled by the method of building library. Now, I organize a document about it. Hoping it can help more friends. 1. Read