Hi,

On 3 Aug 2010, at 12:08, depuis wrote:

> Hello,
> I already submitted code to the octave mailing lists found on  
> nabble. I
> recently worked over implementing a data structure holder similar to R
> data.frame. The code received favorable comments, and peoples asked  
> me to
> develop a specific package on octave-forge.
>
> Would it be possible to create a specific entry inside the packages  
> tree ?
> Suggested name would be "dataframe",

you will have to create the new entry by yourself, see below.
I vaguely rmember the thread some time ago about this topic, but I  
don't remember whether
the option of adding your code to some other package (statistics  
maybe?) had been considered
and why it had been ruled off. Anyway, if adding the code to another  
package is not an option,
the name "dataframe" sounds OK.

> my SF account is 'cdemills'.

I added you to the OF developers.

> I already
> maintain my sources under SVN, what are the specific steps to follow  
> for
> the first upload ?

The simplest approach shoud be the following:

cd ~/path/where/you/want/to/put/OF
svn co https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge 
  octave-forge
cd ~/path/to/your/package/wdir
svn export . ~/path/where/you/want/to/put/OF/octave-forge/extra/ 
dataframe
cd ~/path/where/you/want/to/put/OF
svn add dataframe
svn commit -m"adding package dataframe"

> Regards
> Pascal Dupuis

c.



------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to