search for: studyresource

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

Did you mean: stub_resource
2009 Jan 08
1
File name determines success or failure of package installation -- please help
...his example, I start with a file named "classSiteResourceCapacity.R" that contains the defintition of two classes shown below. file=classSiteResourceCapacity.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) work...