From: "Daniel Nordlund" <djnordl...@frontier.com>
> > > > ...
> > > > I'd like to have the code source files from the 'local' git 
repository
> > > > without modification, where 'local' could mean c:\yada\ for one
> > person, m:\my documents\wetlands\ for another, ...
> 
> each user could set a PROJECT_PATH environment variable on the local
> machine, and then project script files could contain the code
> 
> setwd(Sys.getenv(c('PROJECT_PATH')))

From: "Bert Gunter" <gunter.ber...@gene.com>
> Well, if you want to peer a bit more, you might wish to have a look
> at http://inlinedocs.r-forge.r-project.org/ . Same philosophy as
> Roxygen_x (keep docs together with code, generate Rd files
> automatically therefrom) but takes a different approach.
>
> Perhaps worth noting for both cases is that thermodynamics applies
> (you can't get something from nothing) ...


Just when I thought the list was generous enough... 

That's not a bad idea, Dan.  The issue I have with this solution is that 
each computer will access more than one repository, which means 
remembering to change the environment variable appropriately to access 
different locations.  I'm hoping for something even simpler.

The inlinedocs option for documenting and literate programming looks 
straight forward, though it requires a somewhat different prettyprinting 
aesthetic than any of us here are used to.  It'll be considered along with 
RoxygenN when we get there.

And as for the thermodynamics analogy, I agree.  I'm looking for Alan 
Kay's to help me hide complexity.

Enjoy the days,
cur
-- 
Curt Seeliger, Data Ranger
Raytheon Information Services - Contractor to ORD
seeliger.c...@epa.gov
541/754-4638



        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to