search for: rolecapac

Displaying 1 result from an estimated 1 matches for "rolecapac".

2009 Jan 08
1
File name determines success or failure of package installation -- please help
...ResourceCapacity.R setClass("SiteResourceCapacity", representation( site = "character", siteResource = "character", studyResource = "character", capacity = "numeric", allocation = "matrix", priority = "matrix" ) ) setClass("RoleCapacity", representation(loadFactor="numeric"), contains="SiteResourceCapacity") The package (containing only this file) works when I run R CMD CHECK or R CMD INSTALL. However, when I seperate the classes into two files with the contents shown below (simply split the fi...