The NetBSD Project

CVS log for pkgsrc/math/R-DAAG/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / math / R-DAAG

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Oct 26 06:19:26 2024 UTC (6 weeks, 3 days ago) by mef
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -4 lines
(math/R-DAAG) Updated 1.25.4 to 1.25.6

Changes in DAAG version 1.25.5
   o Add alc2018 dataset supplementing grog dataset with data for the
     years 2005 to 2018.
   o The qgam package, with functions qgam (single quantile) and mgam
     (multiple quantiles) that allow for automatic selection of
     smoothing parameters when fitting quantiles, replaces quantreg in
     vignette simulate-varselect and in function bsnVaryNvar().

Changes in DAAG version 1.25.4-2
   o Add repPsych dataset holding summary results from Reproducibility
     Study: Psychology
   o The function DAAGtheme() has been modified to left adjust
     main titles and to use font 1.
   o Correct stated number of rows in the frostedflakes dataset to 100.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Dec 18 06:22:34 2022 UTC (23 months, 3 weeks ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -5 lines

(math/R-DAAG) Updated 1.24 to 1.25.4

Changes in DAAG version 1.25.1-3
   o A number of URLs have been updated.
   o The bomregions2021 dataset updates the bomregions data
     to 2021.
   o The dataset mdbAVtJtoD, with monthly Murray-Darling
     basin data from January 1950 through to February 2022,
     has been added.

Changes in DAAG version 1.25

UPDATES
  o Vignettes sources are now R Markdown, with the
    format bookdown::html_document2 format combined
    with base_format: rmarkdown::html_vignette
    (This combination allows automatic numbering of
    figures, and cross-references.)
  o The `bomregions2018` dataset updates `bomregions`
    to include data through to 2018.  The updates
    `bomregions2012` and `bomregions2015` have been
    omitted.  A further column `avDMI` has been added,
    holding values (from 1960 onwards) of the Annual
    average (Indian) Dipole Mode Index.
  o Web links on what is now the `bomregions2018` help
    page have been updated.  The url in the DESCRIPTION
    file now links to the development version of DAAG
    on the gitlab site.
  o The `head.injury` dataset (which was a copy of the
    `headInjury` dataset) has been removed.
  o Help pages for related data sets have, in several
    cases, been combined.

                 Changes in DAAG version 1.24-1

NEW FEATURES
  o The dataset coralPval, holding 3072 p-values from a gene
    expression array comparison between post- and pre-settlement
    coral larvae, has been added.
  o The dataset bomregions2015 (updates bomregions to include data
    up to 2015) has been added.
  o The dataset lognihills, which replaces values in all 4 columns
    of nihills by log(values), has been added. Column names are
    logdist, logclimb, logtime and logtimef.
  o The generic function sumry(), with a method and print method
    for glm (but not other) objects, has been added.
  o The function DAAGtheme(), used to generate themes for use in
    an intended 4th edition of Data Analysis and Graphics Using R,
    has been added.
  o The functions CVlm() (alias cv.lm()), simulateLinear(),
    qreference() and sampdist() all now return lattice objects.
    If the result is returned to the command line, the graph is
    plotted just as before.

BUG FIXES
  o A line that subtracted 1 from the bottom and top margins,
    causing an error if the margin was already set to < 1, was
    removed from onetPermutation(), twot() and twotPermutation().
  o Code has been amended so that term labels ('term.labels') are
    given by attr(obj$terms, "term.labels").  The code now
    replaced expected to find 'term.labels' among the attributes
    of the summary object; this would have failed starting
    several R releases back.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Sep 20 21:58:36 2020 UTC (4 years, 2 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +8 -2 lines
(math/R-DAAG) Updated 1.22.1 to 1.24.

- NEWS.md not found but info is below:
   https://www.rdocumentation.org/packages/DAAG/versions/1.24

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Aug 8 19:53:44 2019 UTC (5 years, 4 months ago) by brook
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -6 lines
Update all R packages to canonical form.

The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jul 31 18:05:13 2019 UTC (5 years, 4 months ago) by brook
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -4 lines
R-DAAG: update to version 1.22.1.

Update to the canonical form of an R package.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jul 28 14:40:45 2018 UTC (6 years, 4 months ago) by brook
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
Remove MASTER_SITES= from individual R package Makefiles.

Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu May 31 00:56:33 2018 UTC (6 years, 6 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update to 1.22

Upstream changes:
Changes in DAAG version 1.21

NEW FEATURES
  o The dataset hurricNamed (deaths from Atlantic hurricanes,
    damage assessments, and other measures, from 1950 onwards)
    has been added.
  o The dataset cps3 (a subset of cps10 has been added
  o The help file CVlm.Rd has been amended to give the correct
    return value for CVlm() and cv.lm().
  o An enhanced version of overlapDensity()
    (an alias is  overlap.density()), as assumed by the code for
    Figure 13.3 on page 421 of the 3rd edition of "Data Analysis
    and Graphics using R", has replaced the former version.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Sep 19 19:42:13 2014 UTC (10 years, 2 months ago) by brook
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Remove math/R-latticeExtra and switch dependency to reimported package
in graphics/R-latticeExtra.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 26 15:48:39 2014 UTC (10 years, 3 months ago) by brook
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -8 lines
Update to DAAG v1.20.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 15 13:33:06 2012 UTC (12 years, 7 months ago) by brook
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +7 -6 lines
Update to DAAG v1.12 and regularize the package files.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Aug 2 09:01:01 2010 UTC (14 years, 4 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
bump PKGREVISION for yesterday's fix (PR 42507)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jul 31 22:19:16 2010 UTC (14 years, 4 months ago) by dholland
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
Additional INSTALLATION_DIRS entry from Robert Elz in PR 42507.
While here, fix typo in COMMENT.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Dec 21 11:51:19 2009 UTC (14 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +10 -9 lines
This should have been imported along with R-2.10.0; oops

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 13 11:14:55 2008 UTC (16 years, 2 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update R-DAAG to 0.97

Changes unknown

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Feb 22 19:26:45 2007 UTC (17 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -8 lines
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 30 22:45:47 2006 UTC (18 years, 5 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
Update R-DAAG to 0.79
Changes unknown but fixes build problem seen in bulk builds.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:10:00 2006 UTC (18 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Nov 4 08:04:13 2005 UTC (19 years, 1 month ago) by rillig
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Imported R-DAAG from pkgsrc-wip.

consists of data sets and functions with our (John Maindonald
and John Braun's) book,  Data Analysis and Graphics Using
R, published by Cambridge University Press.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 4 08:04:13 2005 UTC (19 years, 1 month ago) by rillig
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>