search for: itspkg

Displaying 3 results from an estimated 3 matches for "itspkg".

Did you mean: itsp
2004 Oct 25
1
copyright issues when package maintainer changes
...de. The package was originally released under GPL2. I have no experience with copyright issues, and would appreciate it if someone who does would kindly indicate whether the header below is correct and conforms with normal practice. Thanks in advance, Whit Armstrong <header in R source file itspkg.r> # itspkg.r: a time series library in R # Copyright (C) 2003 to June 2004 Commerzbank Securities # Copyright (C) June 2004 to present Whit Armstrong # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as...
2004 Dec 18
1
More on Lazy loading errors building its package in a chroot
...file 'install.R' still exists from the older version. I reckon it can > be removed, but it doesn't seem to matter either way. > > * The file 'NAMESPACE' is there, it contains import(), export(), > exportClass() and exportMetods() directives. > > * The file R/itspkg.r has > .onLoad <- function(lib, pkg) require(methods) > [...] > as.its.zoo <- function(x) { > stopifnot(require(its)) > index <- attr(x, "index") > stopifnot(inherits(index, "POSIXct")) > attr(x, "index") <- NULL > its(unclass(x),...
2004 Dec 15
1
Lazy loading errors building its package in a chroot
Trying to build its_1.0.4 in a chroot environment to update the corresponding Debian package, I get * Installing *source* package 'its' ... ** R ** inst ** save image Loading required package: Hmisc Hmisc library by Frank E Harrell Jr Type library(help='Hmisc'), ?Overview, or ?Hmisc.Overview') to see overall documentation. NOTE:Hmisc no longer redefines [.factor to drop