CHRISTIAN OMUTO
2006-Sep-25 12:35 UTC
[Rd] Fwd: Selfstarting models for soil hydrology using R
> Dear, > I have developed and tested some models in soil > hydrology with NLME library in R. I want to ask > if it could be possible to submit this to the NLME > library (with sample data) as a toolbox or something > so > that anyone downloading new components of new > versions > of R may simply call (say > SSbrookscorey function to predict water retention in > the same way someone can call SSlogis to predict > logistic function in the current version)? I would > be > grateful for your support. I can also give in-depth > description and capabilities for white papers > concerning the applications of R in soil hydrology. > Please advice me. > Dr. Christian Thine, > University of Nairobi, Kenya. > > > __________________________________________________ > Do You Yahoo!?> protection around > http://mail.yahoo.com >
Spencer Graves
2006-Oct-02 13:59 UTC
[Rd] Fwd: Selfstarting models for soil hydrology using R
The traditional way to handle something like this is to develop
your own package for R, possibly even consisting of this one example
with your documentation using the standard R documentation protocol.
Instructions for how to do this are contained in the "Writing R
Extensions" manual, which is the upper right option from help.start().
An alternative would be to add that to the R Wiki.
Hope this helps.
Spencer Graves
CHRISTIAN OMUTO wrote:>> Dear,
>> I have developed and tested some models in soil
>> hydrology with NLME library in R. I want to ask
>> if it could be possible to submit this to the NLME
>> library (with sample data) as a toolbox or something
>> so
>> that anyone downloading new components of new
>> versions
>> of R may simply call (say
>> SSbrookscorey function to predict water retention in
>> the same way someone can call SSlogis to predict
>> logistic function in the current version)? I would
>> be
>> grateful for your support. I can also give in-depth
>> description and capabilities for white papers
>> concerning the applications of R in soil hydrology.
>> Please advice me.
>> Dr. Christian Thine,
>> University of Nairobi, Kenya.
>>
>>
>> __________________________________________________
>> Do You Yahoo!?
>>
>
>
>> protection around
>> http://mail.yahoo.com
>>
>>
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>