CVS log for pkgsrc/math/R-geoR/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / math / R-geoR
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Nov 3 01:43:03 2024 UTC (5 weeks, 2 days ago) by mef
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
(math/R-geoR) Updated 1.9.3 to 1.9.4
=====================================
CHANGES IN geoR VERSION 1.9-4
=====================================
Changes
o removal of is.R() call as requested by CRAN
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jan 14 05:17:27 2024 UTC (10 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
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3
lines
(math/R-geoR) Updated 1.9.2 to 1.9.3
=====================================
CHANGES IN geoR VERSION 1.9-3
=====================================
Changes
o data set rongelap was copied from geoRglm and included in geoR.
Fixes
o import(tcltk) removed from NAMESPACE since the package is listed as Suggested
o check for any() kappa in likGRF()
o fixes in Rd files following reccomendation from cran checks
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Dec 18 12:38:44 2022 UTC (23 months, 3 weeks ago) by mef
Branches: MAIN
CVS tags: 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.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
(math/R-geoR) Updated 1.8.1 to 1.9.2
(From: geoR/inst/doc/CHANGES)
=====================================
CHANGES IN geoR VERSION 1.9-0
=====================================
Changes
o All dependencies on RandomFields are now removed.
This affects grf() which now only runs with methods
'cholesky, 'svd' or 'eigen' and therefore limited number of locations.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Sep 16 21:25:19 2021 UTC (3 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
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -3
lines
(math/R-geoR) Updated from 1.7.5.2.1 to 1.8.1
(from inst/doc/CHANGES)
=====================================
CHANGES IN geoR VERSION 1.8-1
=====================================
Changes
o Removed the example in subarea() using geoRglm:::rongelap
ultil the package gets back to CRAN
o added reference to Diggle & Ribeiro (2007) on the description
file
Fixes
o no longer using attach() to address NOTE in CRAN checks
(it mostly affects image() persp() and countour() functions)
o no longer writing/assigning objects to the global environment
to address NOTE in CRAN checks
o Brain's changes in C code to address valgrind issues
=====================================
CHANGES IN geoR VERSION 1.7-5
=====================================
BUGS/Fixes
o call to sp::overlay changed to sp::over()
o changes to fix issues on CRAN reported errors/warnings
regarding namespaces and foreign calls
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Aug 8 19:53:49 2019 UTC (5 years, 4 months ago) by brook
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +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.12: download - view: text, markup, annotated - select for diffs
Wed Jul 31 19:32:49 2019 UTC (5 years, 4 months ago) by brook
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +9 -7
lines
R-geoR: update to version 1.7.5.2.1.
Update to the canonical form of an R package and fix the LICENSE
field.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jul 28 14:40:48 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.10: preferred, colored
Changes since revision 1.10: +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.10: download - view: text, markup, annotated - select for diffs
Wed Feb 24 06:41:46 2016 UTC (8 years, 9 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
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
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Update to 1.7.5.1
No upstream changelog found.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Apr 6 03:45:16 2013 UTC (11 years, 8 months ago) by rodent
Branches: MAIN
CVS tags: 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,
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
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Fixes:
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Apr 1 18:09:54 2012 UTC (12 years, 8 months ago) by brook
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -5
lines
Update to version 1.7-2 of the R geoR package. Cleanup of DESCR and
Makefile.
Geostatistical analysis including traditional, likelihood-based and
Bayesian methods.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Dec 20 04:35:44 2011 UTC (12 years, 11 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Update MASTER_SITES; distfile has been moved to the archives as a new
version is out.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Nov 20 05:09:34 2011 UTC (13 years ago) by markd
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
Update R-geoR to 1.6.36
Changes unknown other than builds with latest R.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Dec 11 19:29:56 2009 UTC (15 years ago) by adam
Branches: MAIN
CVS tags: 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,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -10
lines
Update to the latest version of the module along with R update
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 14 08:19:07 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.3: preferred, colored
Changes since revision 1.3: +5 -4
lines
Update R-geoR to 0.9.26
Changes unknown
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Feb 22 19:26:46 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.2: preferred, colored
Changes since revision 1.2: +6 -6
lines
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
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-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
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:13:43 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-geoR from pkgsrc-wip.
Geostatistical analysis including likelihood-based and Bayesian methods.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 4 08:13:43 2005 UTC (19 years, 1 month ago) by rillig
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>