File: ChangeLog

package info (click to toggle)
r-cran-gee 4.13-25-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 344 kB
  • sloc: ansic: 1,486; fortran: 99; sh: 13; makefile: 2
file content (88 lines) | stat: -rw-r--r-- 1,559 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Version 4.13-21 2019-11-07

	Use Authors@R in DESCRIPTION file.

Version 4.13-20 2019-11-07

	Note authorship of LINPACK routines in Authors field.

Version 4.13-19 2015-06-29

	register symbols
	remove unused assignments
        tweak NAMESPACE imports

Version 4.13-18 2012-03-14

        tidy up

Version 4.13-17 2011-07-11

        rename COPYING to GPL-2

Version 4.13-16 2010-11-25

	print.gee assumed >= 4 groups

Version 4.13-15 2010-07-15

	another divergence check contributed by Emmanuel Paradis

Version 4.13-13 2009-07-28

	add reference examples
	spelling, markup tweaks
	standardize licence.

Version 4.13-13 2007-06-19

	add NAMESPACE

Version 4.13-12 2007-02-20

	tidy up code, fix rank-deficient case

Version 4.13-11 2006-09-05

	use NULL not NA for R, b.
	use model.extract(, "response") for codetools.
	add back $(FLIBS) as per 'Writing R Extensions'.

Version 4.13-10 2002-10-09

	use (*) not (1) in Fortran
	use stdlib.h not malloc.h

Version 4.13-9 2002-07-03

	add PACKAGE=

Version 4.13-8 2002-05-21

	remove _, unneeded FLIBS
	T/F -> TRUE/FALSE in tests/tests.R

Version 4.13-7 2002-04-19

	replace Mathlib.h by Rmath.h
	remove unnecessary convert.h, zzz.R
	use BLAS routines, not the translations to C in ugee.c
	add LINPACK routines dgefa and dgedi

Version 4.13-6 2001-12-08

	add ... to S3 methods
	parent.frame not sys.parent.

Version 4.13-5 2001-04-09

	add maintainer field

Version 4.13-4 2000-12-20

	T/F -> TRUE/FALSE
	Re-format documentation

Version 4.13-3 2000-02-07

	Taken over by BDR (previously maintained by TSL)