search for: foopkg

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

2006 Apr 21
0
Questions on version arg to setClass and serialized instances
...slot "versionKey" in class "classRepresentation": got class "character", should be or extend class "externalptr" The use case I'm interested in is: A user has a serialized instance foo of class FOO in old.rda. The class definition lives in FooPkg. Suppose the class definition of FOO in FooPkg changes. When the user loads the new version of FooPkg and then loads their old.rda file, how can the user identify the instance as one belonging to an old class def version? Some thoughts: * A related issue is how to load the appropriat...
2011 Nov 08
1
Building package problem
Dear R-users I am trying to recompile a CRAN package on Windows 32. Rtools for 2.14 (that is the version I am running) and miktex were sucessfully installed on my machine. Problems: a) hydroGOF is a CRAN package, but R CMD check does not work on it. C:\Users\eduardo\Documents\R_tests2>R CMD check hydroGOF * using log directory 'C:/Users/eduardo/Documents/R_tests2/hydroGOF.Rcheck'
2010 Nov 07
14
EC2 with puppet bootstrap notes and scripts
Hello... I wanted to be able to startup an EC2 instance with one command and have a fully functioning server without having to shell into each new instance and configure the bits to allow puppet to finish the configuration. Here are some notes I came up with for bootstrapping an ec2 instance with puppet using Ubuntu 10.04. I left out a lot of things about creating and running custom AIM