Re: [julia-users] Error when installing package DataFrames

2015-07-21 Thread Stefan Karpinski
If you don't do this, you get all kinds of spam on the list, mostly from
recruiters.

On Mon, Jul 20, 2015 at 9:53 PM, Kevin Squire kevin.squ...@gmail.com
wrote:



 On Mon, Jul 20, 2015 at 4:39 PM, Yichao Yu yyc1...@gmail.com wrote:

 On Mon, Jul 20, 2015 at 7:31 PM, Kevin Squire kevin.squ...@gmail.com
 wrote:
  Since first posts are moderated, Serge probably posted once, didn't see
 his
  post arrive, and posted again a little later.

 I thought julia-user isn't moderated


 Only first (new member) posts are moderated.



Re: [julia-users] Error when installing package DataFrames

2015-07-20 Thread Kevin Squire
On Mon, Jul 20, 2015 at 4:39 PM, Yichao Yu yyc1...@gmail.com wrote:

 On Mon, Jul 20, 2015 at 7:31 PM, Kevin Squire kevin.squ...@gmail.com
 wrote:
  Since first posts are moderated, Serge probably posted once, didn't see
 his
  post arrive, and posted again a little later.

 I thought julia-user isn't moderated


Only first (new member) posts are moderated.


[julia-users] Error when installing package DataFrames

2015-07-20 Thread Serge Santos
Hi all,

I am new to Julia. I just installed Julia 0.3-10 and Juno on windows 8.1.

I would like to use readtable from the package DataFrames. I started with: 

Pkg.add(DataFrames)
Using DataFrames

Unfortunately I get an error message saying: syntax: extra token 
DataFrames after end of expression.

readtable is not defined. 

I don't know what I am doing wrong. Any advise?

Many thanks in advance
Serge


Re: [julia-users] Error when installing package DataFrames

2015-07-20 Thread Yichao Yu
On Mon, Jul 20, 2015 at 7:31 PM, Kevin Squire kevin.squ...@gmail.com wrote:
 Since first posts are moderated, Serge probably posted once, didn't see his
 post arrive, and posted again a little later.

I thought julia-user isn't moderated


 There isn't really any good solution to this.

 1. We want to moderate, to eliminate spam.
 2. There are always times that moderators won't catch new posts right away,
 so it's reasonable for someone to expect that their post simply didn't go
 through and post again.
 3. Moderators themselves could remove one of the posts, if they see a
 duplicate (I've done this).  But it's easier to simply let everything
 through that isn't spam.

 If you have any suggests, please post them!

Some mailing lists have auto-reply when the message is being
moderated. Don't know if we have control over that though...


 Kevin

 On Mon, Jul 20, 2015 at 4:10 PM, Yichao Yu yyc1...@gmail.com wrote:

 On Mon, Jul 20, 2015 at 7:01 PM, Serge Santos serge.san...@gmail.com
 wrote:
  Hi all,
 
  I am new to Julia. I just installed Julia 0.3-10 and Juno on windows
  8.1.
 
  I would like to use readtable from the package DataFrames. I started
  with:
 
  Pkg.add(DataFrames)
  Using DataFrames

 Julia is case sensitive, try `using DataFrames`

 
  Unfortunately I get an error message saying: syntax: extra token
  DataFrames after end of expression.
 
  readtable is not defined.
 
  I don't know what I am doing wrong. Any advise?

 Please try not two post twice.

 
  Many thanks in advance
  Serge




Re: [julia-users] Error when installing package DataFrames

2015-07-20 Thread Yichao Yu
On Mon, Jul 20, 2015 at 7:01 PM, Serge Santos serge.san...@gmail.com wrote:
 Hi all,

 I am new to Julia. I just installed Julia 0.3-10 and Juno on windows 8.1.

 I would like to use readtable from the package DataFrames. I started with:

 Pkg.add(DataFrames)
 Using DataFrames

Julia is case sensitive, try `using DataFrames`


 Unfortunately I get an error message saying: syntax: extra token
 DataFrames after end of expression.

 readtable is not defined.

 I don't know what I am doing wrong. Any advise?

Please try not two post twice.


 Many thanks in advance
 Serge


Re: [julia-users] Error when installing package DataFrames

2015-07-20 Thread Kevin Squire
Since first posts are moderated, Serge probably posted once, didn't see his
post arrive, and posted again a little later.

There isn't really any good solution to this.

1. We want to moderate, to eliminate spam.
2. There are always times that moderators won't catch new posts right away,
so it's reasonable for someone to expect that their post simply didn't go
through and post again.
3. Moderators themselves could remove one of the posts, if they see a
duplicate (I've done this).  But it's easier to simply let everything
through that isn't spam.

If you have any suggests, please post them!

Kevin

On Mon, Jul 20, 2015 at 4:10 PM, Yichao Yu yyc1...@gmail.com wrote:

 On Mon, Jul 20, 2015 at 7:01 PM, Serge Santos serge.san...@gmail.com
 wrote:
  Hi all,
 
  I am new to Julia. I just installed Julia 0.3-10 and Juno on windows 8.1.
 
  I would like to use readtable from the package DataFrames. I started
 with:
 
  Pkg.add(DataFrames)
  Using DataFrames

 Julia is case sensitive, try `using DataFrames`

 
  Unfortunately I get an error message saying: syntax: extra token
  DataFrames after end of expression.
 
  readtable is not defined.
 
  I don't know what I am doing wrong. Any advise?

 Please try not two post twice.

 
  Many thanks in advance
  Serge