Great..thanks for the package names. I was going to use the "Writing R Extensions" but wanted some more material as well. Looking at the other packages might just do the trick. Thanks, Erin On Fri, Nov 6, 2015 at 10:59 AM, Berend Hasselman <bhh at xs4all.nl> wrote:> > > On 6 Nov 2015, at 17:23, Erin Hodgess <erinm.hodgess at gmail.com> wrote: > > > > Hello everyone! > > > > Could someone recommend a good reference for Fortran with R, please? I > > know that Dirk has an excellent book for C/C++, but I feel more > comfortable > > with Fortran (I'm old school, maybe just old!) > > > > I don't know about a book. > The best you can do is read Writing R Extensions. > And have a look at packages using Fortran: nleqslv, geigen, QZ, deSolve, > minpack.lm, PEIP > That should give you a good idea how to use Fortran. > There are surely more but these are the ones I know about. > > Berend > > > Thank you very much in advance, > > Sincerely, > > Erin > > > > > > -- > > Erin Hodgess > > Associate Professor > > Department of Mathematical and Statistics > > University of Houston - Downtown > > mailto: erinm.hodgess at gmail.com > > > > [[alternative HTML version deleted]] > > > > ______________________________________________ > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > > and provide commented, minimal, self-contained, reproducible code. > >-- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodgess at gmail.com [[alternative HTML version deleted]]
Dear Erin I have written some packages using my old fortran source codes. Nothing fancy as the ones in CRAN but they do what they suppose to do. If you are interested in checking a very simple package using a fortran code, please look at https://github.com/emammendes/mittagleffler <https://github.com/emammendes/mittagleffler> , an R-package to deal with Mittag-Leffler functions (fractional differential equations). Cheers Ed> On Nov 6, 2015, at 3:17 PM, Erin Hodgess <erinm.hodgess at gmail.com> wrote: > > Great..thanks for the package names. I was going to use the "Writing R > Extensions" but wanted some more material as well. Looking at the other > packages might just do the trick. > > Thanks, > Erin > > > On Fri, Nov 6, 2015 at 10:59 AM, Berend Hasselman <bhh at xs4all.nl <mailto:bhh at xs4all.nl>> wrote: > >> >>> On 6 Nov 2015, at 17:23, Erin Hodgess <erinm.hodgess at gmail.com> wrote: >>> >>> Hello everyone! >>> >>> Could someone recommend a good reference for Fortran with R, please? I >>> know that Dirk has an excellent book for C/C++, but I feel more >> comfortable >>> with Fortran (I'm old school, maybe just old!) >>> >> >> I don't know about a book. >> The best you can do is read Writing R Extensions. >> And have a look at packages using Fortran: nleqslv, geigen, QZ, deSolve, >> minpack.lm, PEIP >> That should give you a good idea how to use Fortran. >> There are surely more but these are the ones I know about. >> >> Berend >> >>> Thank you very much in advance, >>> Sincerely, >>> Erin >>> >>> >>> -- >>> Erin Hodgess >>> Associate Professor >>> Department of Mathematical and Statistics >>> University of Houston - Downtown >>> mailto: erinm.hodgess at gmail.com >>> >>> [[alternative HTML version deleted]] >>> >>> ______________________________________________ >>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >>> https://stat.ethz.ch/mailman/listinfo/r-help >>> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >>> and provide commented, minimal, self-contained, reproducible code. >> >> > > > -- > Erin Hodgess > Associate Professor > Department of Mathematical and Statistics > University of Houston - Downtown > mailto: erinm.hodgess at gmail.com <mailto:erinm.hodgess at gmail.com> > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org <mailto:R-help at r-project.org> mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help <https://stat.ethz.ch/mailman/listinfo/r-help> > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html <http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code.[[alternative HTML version deleted]]
It's not a full book on the issue, but I have some material in "speeding things up" in my book on Nonlinear parameter estimation tools in R. I suspect the examples are the useful bit. JN On 15-11-06 12:17 PM, Erin Hodgess wrote:> Great..thanks for the package names. I was going to use the "Writing R > Extensions" but wanted some more material as well. Looking at the other > packages might just do the trick. > > Thanks, > Erin > > > On Fri, Nov 6, 2015 at 10:59 AM, Berend Hasselman <bhh at xs4all.nl> wrote: > >> >>> On 6 Nov 2015, at 17:23, Erin Hodgess <erinm.hodgess at gmail.com> wrote: >>> >>> Hello everyone! >>> >>> Could someone recommend a good reference for Fortran with R, please? I >>> know that Dirk has an excellent book for C/C++, but I feel more >> comfortable >>> with Fortran (I'm old school, maybe just old!) >>> >> >> I don't know about a book. >> The best you can do is read Writing R Extensions. >> And have a look at packages using Fortran: nleqslv, geigen, QZ, deSolve, >> minpack.lm, PEIP >> That should give you a good idea how to use Fortran. >> There are surely more but these are the ones I know about. >> >> Berend >> >>> Thank you very much in advance, >>> Sincerely, >>> Erin >>> >>> >>> -- >>> Erin Hodgess >>> Associate Professor >>> Department of Mathematical and Statistics >>> University of Houston - Downtown >>> mailto: erinm.hodgess at gmail.com >>> >>> [[alternative HTML version deleted]] >>> >>> ______________________________________________ >>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >>> https://stat.ethz.ch/mailman/listinfo/r-help >>> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >>> and provide commented, minimal, self-contained, reproducible code. >> >> > >
Awesome! Thanks! On Fri, Nov 6, 2015 at 2:09 PM, Eduardo M. A. M.Mendes <emammendes at gmail.com> wrote:> Dear Erin > > I have written some packages using my old fortran source codes. Nothing > fancy as the ones in CRAN but they do what they suppose to do. If you are > interested in checking a very simple package using a fortran code, please > look at https://github.com/emammendes/mittagleffler , an R-package to > deal with Mittag-Leffler functions (fractional differential equations). > > Cheers > > Ed > > > > On Nov 6, 2015, at 3:17 PM, Erin Hodgess <erinm.hodgess at gmail.com> wrote: > > Great..thanks for the package names. I was going to use the "Writing R > Extensions" but wanted some more material as well. Looking at the other > packages might just do the trick. > > Thanks, > Erin > > > On Fri, Nov 6, 2015 at 10:59 AM, Berend Hasselman <bhh at xs4all.nl> wrote: > > > On 6 Nov 2015, at 17:23, Erin Hodgess <erinm.hodgess at gmail.com> wrote: > > Hello everyone! > > Could someone recommend a good reference for Fortran with R, please? I > know that Dirk has an excellent book for C/C++, but I feel more > > comfortable > > with Fortran (I'm old school, maybe just old!) > > > I don't know about a book. > The best you can do is read Writing R Extensions. > And have a look at packages using Fortran: nleqslv, geigen, QZ, deSolve, > minpack.lm, PEIP > That should give you a good idea how to use Fortran. > There are surely more but these are the ones I know about. > > Berend > > Thank you very much in advance, > Sincerely, > Erin > > > -- > Erin Hodgess > Associate Professor > Department of Mathematical and Statistics > University of Houston - Downtown > mailto: erinm.hodgess at gmail.com > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > > http://www.R-project.org/posting-guide.html > <http://www.r-project.org/posting-guide.html> > > and provide commented, minimal, self-contained, reproducible code. > > > > > > -- > Erin Hodgess > Associate Professor > Department of Mathematical and Statistics > University of Houston - Downtown > mailto: erinm.hodgess at gmail.com > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > <http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. > > >-- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodgess at gmail.com [[alternative HTML version deleted]]
This is great....I have wonderful ideas/examples to work with. Thanks to all! On Fri, Nov 6, 2015 at 2:13 PM, ProfJCNash <profjcnash at gmail.com> wrote:> It's not a full book on the issue, but I have some material in "speeding > things up" in my book on Nonlinear parameter estimation tools in R. I > suspect the examples are the useful bit. > > JN > > On 15-11-06 12:17 PM, Erin Hodgess wrote: > > Great..thanks for the package names. I was going to use the "Writing R > > Extensions" but wanted some more material as well. Looking at the other > > packages might just do the trick. > > > > Thanks, > > Erin > > > > > > On Fri, Nov 6, 2015 at 10:59 AM, Berend Hasselman <bhh at xs4all.nl> wrote: > > > >> > >>> On 6 Nov 2015, at 17:23, Erin Hodgess <erinm.hodgess at gmail.com> wrote: > >>> > >>> Hello everyone! > >>> > >>> Could someone recommend a good reference for Fortran with R, please? I > >>> know that Dirk has an excellent book for C/C++, but I feel more > >> comfortable > >>> with Fortran (I'm old school, maybe just old!) > >>> > >> > >> I don't know about a book. > >> The best you can do is read Writing R Extensions. > >> And have a look at packages using Fortran: nleqslv, geigen, QZ, > deSolve, > >> minpack.lm, PEIP > >> That should give you a good idea how to use Fortran. > >> There are surely more but these are the ones I know about. > >> > >> Berend > >> > >>> Thank you very much in advance, > >>> Sincerely, > >>> Erin > >>> > >>> > >>> -- > >>> Erin Hodgess > >>> Associate Professor > >>> Department of Mathematical and Statistics > >>> University of Houston - Downtown > >>> mailto: erinm.hodgess at gmail.com > >>> > >>> [[alternative HTML version deleted]] > >>> > >>> ______________________________________________ > >>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > >>> https://stat.ethz.ch/mailman/listinfo/r-help > >>> PLEASE do read the posting guide > >> http://www.R-project.org/posting-guide.html > >>> and provide commented, minimal, self-contained, reproducible code. > >> > >> > > > > >-- Erin Hodgess Associate Professor Department of Mathematical and Statistics University of Houston - Downtown mailto: erinm.hodgess at gmail.com [[alternative HTML version deleted]]