On 08/05/2015 10:08 AM, Jeff Newmiller wrote:> New versions are released when they are ready. This is volunteer-driven software.From https://developer.r-project.org/ : The overall release schedule is to have annual x.y.0 releases in Spring, with patch releases happening on an as-needed basis. It is intended to have a final patch release of the previous version shortly before the next major release.> --------------------------------------------------------------------------- > Jeff Newmiller The ..... ..... Go Live... > DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... > Live: OO#.. Dead: OO#.. Playing > Research Engineer (Solar/Batteries O.O#. #.O#. with > /Software/Embedded Controllers) .OO#. .OO#. rocks...1k > --------------------------------------------------------------------------- > Sent from my phone. Please excuse my brevity. > > On August 5, 2015 5:55:21 AM EDT, "Djoss? Parfait" <djosseparfait at gmail.com> wrote: >> Good morning, >> >> I would like to know how often per year is a new full version release >> of R. >> >> >> >> Thanks >> >> -- >> Djoss? Parfait BODJRENOU >> Chef de la Division Centralisation et Analyse des Donn?es >> Statistiques /DPP/MESFTPRIJ >> >> [[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. > > ______________________________________________ > 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. >-- Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: Arnold Building M1 B861 Phone: (206) 667-2793
In addition, there are documents here: https://www.r-project.org/certification.html that cover R?s SDLC (Software Development Life Cycle) that may be helpful. Regards, Marc Schwartz> On Aug 5, 2015, at 12:19 PM, Martin Morgan <mtmorgan at fredhutch.org> wrote: > > On 08/05/2015 10:08 AM, Jeff Newmiller wrote: >> New versions are released when they are ready. This is volunteer-driven software. > > From https://developer.r-project.org/ : > > The overall release schedule is to have annual x.y.0 releases in Spring, with patch releases happening on an as-needed basis. It is intended to have a final patch release of the previous version shortly before the next major release. > >> --------------------------------------------------------------------------- >> Jeff Newmiller The ..... ..... Go Live... >> DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... >> Live: OO#.. Dead: OO#.. Playing >> Research Engineer (Solar/Batteries O.O#. #.O#. with >> /Software/Embedded Controllers) .OO#. .OO#. rocks...1k >> --------------------------------------------------------------------------- >> Sent from my phone. Please excuse my brevity. >> >> On August 5, 2015 5:55:21 AM EDT, "Djoss? Parfait" <djosseparfait at gmail.com> wrote: >>> Good morning, >>> >>> I would like to know how often per year is a new full version release >>> of R. >>> >>> >>> >>> Thanks
So 3.1.3 to 3.2.0 was a major release? --------------------------------------------------------------------------- Jeff Newmiller The ..... ..... Go Live... DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --------------------------------------------------------------------------- Sent from my phone. Please excuse my brevity. On August 5, 2015 1:19:42 PM EDT, Martin Morgan <mtmorgan at fredhutch.org> wrote:>On 08/05/2015 10:08 AM, Jeff Newmiller wrote: >> New versions are released when they are ready. This is >volunteer-driven software. > > From https://developer.r-project.org/ : > >The overall release schedule is to have annual x.y.0 releases in >Spring, with >patch releases happening on an as-needed basis. It is intended to have >a final >patch release of the previous version shortly before the next major >release. > >> >--------------------------------------------------------------------------- >> Jeff Newmiller The ..... ..... Go >Live... >> DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live >Go... >> Live: OO#.. Dead: OO#.. >Playing >> Research Engineer (Solar/Batteries O.O#. #.O#. with >> /Software/Embedded Controllers) .OO#. .OO#. >rocks...1k >> >--------------------------------------------------------------------------- >> Sent from my phone. Please excuse my brevity. >> >> On August 5, 2015 5:55:21 AM EDT, "Djoss? Parfait" ><djosseparfait at gmail.com> wrote: >>> Good morning, >>> >>> I would like to know how often per year is a new full version >release >>> of R. >>> >>> >>> >>> Thanks >>> >>> -- >>> Djoss? Parfait BODJRENOU >>> Chef de la Division Centralisation et Analyse des Donn?es >>> Statistiques /DPP/MESFTPRIJ >>> >>> [[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. >> >> ______________________________________________ >> 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. >>
On 05/08/2015 2:15 PM, Jeff Newmiller wrote:> So 3.1.3 to 3.2.0 was a major release?Yes. We do have the oddity (see ?version) that 3 is the major version number and 2.0 is the minor version number including 0 as the patchlevel, but we still call it a major release when the number in the middle changes (e.g. 1 changed to 2 in the 3.2.0 release). It's a patch release when only the patchlevel changes. Duncan Murdoch> --------------------------------------------------------------------------- > Jeff Newmiller The ..... ..... Go Live... > DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... > Live: OO#.. Dead: OO#.. Playing > Research Engineer (Solar/Batteries O.O#. #.O#. with > /Software/Embedded Controllers) .OO#. .OO#. rocks...1k > --------------------------------------------------------------------------- > Sent from my phone. Please excuse my brevity. > > On August 5, 2015 1:19:42 PM EDT, Martin Morgan <mtmorgan at fredhutch.org> wrote: >> On 08/05/2015 10:08 AM, Jeff Newmiller wrote: >>> New versions are released when they are ready. This is >> volunteer-driven software. >> >> From https://developer.r-project.org/ : >> >> The overall release schedule is to have annual x.y.0 releases in >> Spring, with >> patch releases happening on an as-needed basis. It is intended to have >> a final >> patch release of the previous version shortly before the next major >> release. >> >>> >> --------------------------------------------------------------------------- >>> Jeff Newmiller The ..... ..... Go >> Live... >>> DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live >> Go... >>> Live: OO#.. Dead: OO#.. >> Playing >>> Research Engineer (Solar/Batteries O.O#. #.O#. with >>> /Software/Embedded Controllers) .OO#. .OO#. >> rocks...1k >>> >> --------------------------------------------------------------------------- >>> Sent from my phone. Please excuse my brevity. >>> >>> On August 5, 2015 5:55:21 AM EDT, "Djoss? Parfait" >> <djosseparfait at gmail.com> wrote: >>>> Good morning, >>>> >>>> I would like to know how often per year is a new full version >> release >>>> of R. >>>> >>>> >>>> >>>> Thanks >>>> >>>> -- >>>> Djoss? Parfait BODJRENOU >>>> Chef de la Division Centralisation et Analyse des Donn?es >>>> Statistiques /DPP/MESFTPRIJ >>>> >>>> [[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. >>> >>> ______________________________________________ >>> 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. >>> > > ______________________________________________ > 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. >