Skip to content

Commit

Permalink
version 0.9-9
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Bates authored and gaborcsardi committed Oct 4, 2004
1 parent 51f11c6 commit 6df4f22
Show file tree
Hide file tree
Showing 29 changed files with 15 additions and 8 deletions.
9 changes: 6 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
2004-04-18 Douglas Bates <bates@stat.wisc.edu>
2004-10-03 Douglas Bates <bates@bates1-home>

* DESCRIPTION (Depends): Release 0.9-8, change dependencies
* inst/original/Bennett5.dat: Move the original pages to an inst
directory.

* R/zzz.R: Change require(nls) to require(stats) for R >= 1.9.0
* R/zzz.R (.onLoad): Change to require(stats) and put in .onLoad

* DESCRIPTION (LazyData): Added

2003-07-22 Douglas Bates <bates@stat.wisc.edu>

Expand Down
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Package: NISTnls
Version: 0.9-8
Date: 2004/04/18
Version: 0.9-9
Date: 2004-10-04
Title: Nonlinear least squares examples from NIST
Maintainer: Douglas Bates <bates@stat.wisc.edu>
Author: original from National Institutes for Standards and Technology (NIST)
http://www.itl.nist.gov/div898/strd/nls/nls_main.shtml
R port by Douglas Bates <bates@stat.wisc.edu>
Description: Datasets for testing nonlinear regression routines.
Depends: R (>= 1.9.0), stats
Depends: stats
LazyData: yes
License: Original pages from NIST web site. Modifications for R covered by
GPL (version 2 or later)
Packaged: Sun Apr 18 11:30:17 2004; bates
Packaged: Mon Oct 4 06:50:42 2004; bates
5 changes: 4 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
require(stats)
# Ensure that the stats package is available.
.onLoad <- function(lib, pkg) {
require("stats", character = TRUE, quietly = TRUE)
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6df4f22

Please sign in to comment.