search for: examplesond

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

Did you mean: examplesonde
2002 Jan 09
3
R package-building
...working directory must be just below the package directory. The package is going to be called RadioSonde (after the instrument that collects the data), and I am building the package under unix. $cwd/RadioSonde/R/*.R # including getsonde.R $cwd/RadioSonde/man/*.Rd $cwd/RadioSonde/data/ExampleSonde.txt $cwd <prompt> R CMD check RadioSonde [works fine, I can build] In order to get the examples to "check" correctly they must be: profile1 <- getsonde("RadioSonde/data/ExampleSonde.txt") but then this is inappropriate for the installed version, which really should...