On Mon, Jul 20, 2015 at 7:31 PM, Kevin Squire <[email protected]> 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 <[email protected]> wrote: >> >> On Mon, Jul 20, 2015 at 7:01 PM, Serge Santos <[email protected]> >> 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 > >
