Git updating
by Clive Nicholas
Helio,
Clive, you must fix the files ownership has I proposed before, and from
then never again do sudo git.
look for the sudo chown -R clive:clive * command
Thanks for this again - have done so!
--
Clive Nicholas
"My colleagues in the social sciences talk a great deal about methodology.
I prefer to call it style." -- Freeman J. Dyson
9 years, 1 month
Re: [Gretl-devel] [Gretl-users] Git updating
by Clive Nicholas
Hello Helio,
Thanks for your friendly response!
If I use -sudo- in front of any of these commands, it's because I get stuff
like this in response:
clive@clivubu:~/gretl-git$ git commit
fatal: could not open '.git/COMMIT_EDITMSG': Permission denied
clive@clivubu:~/gretl-git$ git commit
I'm going to bed, so I'll pick this up again tomorrow evening!
Thanks,
C
On 27 October 2015 at 00:08, Hélio Guilherme <helioxentric(a)gmail.com> wrote:
> Hi,
>
> (we should move this discussion to the gretl-devel mailing list)
>
> clive@clivubu:~/gretl-git$ sudo git push
>> fatal: Could not read from remote repository.
>>
>> Please make sure you have the correct access rights
>> and the repository exists.
>>
>>
> You really like to sudo git ;)
> (no need for sudoing git!)
> If I got right you wanted to push changes (none) to the "simple"
> repository, so you set it as default.
> But probably your repository is "origin". You may check what repositories
> you have with:
> git remote -v
>
> To know what branches you do:
> git branch -a
>
> When I want to push my changes I do:
> # before I selected the branch I am working at, for example "master", with
> "git checkout master"
> git add -i
> # interactively select what files to push
> git commit
> # actually put them on the queue to push
> git push origin master
> # select the repository and branch and upload changes
>
>
>
>> That's not happened before and this is a clean gretl-git folder from
>> Sunday night. Thoughts?
>>
>> The files you have on your disk are new files (and they ARE NOT to be
> pushed). It happens the same in my system.
> This git stuff is a new thing in this project and we must set the
> .gitignore file with the extensions and directories to be ignored (either
> on our own systems and on github/sourceforge).
>
>
>
> _______________________________________________
> Gretl-users mailing list
> Gretl-users(a)lists.wfu.edu
> http://lists.wfu.edu/mailman/listinfo/gretl-users
>
--
Clive Nicholas
"My colleagues in the social sciences talk a great deal about methodology.
I prefer to call it style." -- Freeman J. Dyson
9 years, 1 month
Dear website translators
by Allin Cottrell
To those who have translated the gretl website: first of all, thanks
again for doing this!
Second, I'm afraid there is some updating to be done. With our
recent transition to git as gretl's version control system, gretl
CVS is no more. Please refer to the English-language website
template at
http://sourceforge.net/p/gretl/git/ci/master/tree/doc/website/template/in...
for the updated wording and links. (All cvs references are outdated
and all cvs links will no longer work.)
Depending on when you last updated there may be a few other things
to look at, for example the sections dealing with the gretl
conference, the "Features" listing, and the recommendations
regarding gnuplot.
Allin
9 years, 1 month
Re: [Gretl-devel] Feature request for plotting: GUI accesss to xtics and ytics
by Riccardo (Jack) Lucchetti
The following piece of conversation somehow dropped off-list, but IMO is
of general interest, so I'm re-posting it.
On Sun, 25 Oct 2015, Logan Kelly wrote:
> Not at all. please do.
>
> I saw an older post about building under Windows, but there was a need for someone to maintain the system. If this is something of value, I'm willing to help. However, I haven't had any problems with the snapshot not being updated quickly enough. So maybe the marginal benefits are limited.
>
> Cheers,
>
> Logan
>
> Sent by Outlook<http://taps.io/outlookmobile> for Android
>
>
>
> On Sat, Oct 24, 2015 at 5:44 PM -0700, "Riccardo (Jack) Lucchetti" <r.lucchetti(a)univpm.it<mailto:r.lucchetti@univpm.it>> wrote:
>
> whoops, sorry, I thought that was going to the devel list. Would you mind
> if I forwarded it?
>
> On Sun, 25 Oct 2015, Riccardo (Jack) Lucchetti wrote:
>
>> On Sat, 24 Oct 2015, Logan Kelly wrote:
>>
>>> Jack,
>>>
>>> Sorry for delayed reply. Two follow up questions.
>>>
>>> 1. with git dose the snapshot update as quickly as it did under cvs?
>>
>> Allin takes care of that. Anyway, if you go to
>>
>> http://sourceforge.net/projects/gretl/files/snapshots/
>>
>> you'll be able to see by yourself what the build date of the latest snapshot
>> is. Normaly, Allin provides snapshots every day or two.
>>
>>> 2. Can you point in the right for direction for building from git on
>>> Windows? I am able to download the source from git, but I need the next
>>> step.
>>
>> Oh my god, no. I don't think that is possible. In theory, the whole GNU
>> toolchain has been ported on windows as part of the CYGWIN project, but I
>> think that the latest attempts to build gretl under win took place around
>> 2010 or so. Our windows version is in fact build under Linux via mingw.
>>
>> On the other hand, the source itself is very standard C (I'm not aware of any
>> particular gcc-isms; Allin?), and it would be interesting to see whether it
>> could in fact be built via some other compiler under Windows. Of course,
>> you'd need to link it against a good deal of libraries (GTK, and then some),
>> but that's another matter.
>>
>> I wonder what other projects, possibly even much bigger than us, like R or
>> LibreOffice or Mozilla use to build their windows version. Does anybody here
>> know?
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------
9 years, 1 month
Re: [Gretl-devel] Feature request for plotting: GUI accesss to xtics and ytics
by Dr. Logan Kelly
Sorry, did read this message before responding to the last message. ;-)
Logan
Sent from my T-Mobile 4G LTE Device
-------- Original message --------
From: "Riccardo (Jack) Lucchetti" <r.lucchetti(a)univpm.it>
Date: 2015/10/21 8:44 AM (GMT-06:00)
To: Gretl development <gretl-devel(a)lists.wfu.edu>
Subject: Re: [Gretl-devel] Feature request for plotting: GUI accesss to xtics and ytics
On Wed, 21 Oct 2015, Riccardo (Jack) Lucchetti wrote:
> On Wed, 21 Oct 2015, Logan Kelly wrote:
>
>> Finally, string valued series can be used as a factor for a factorized
>> boxplot and the string values are used as the xtics. It would grate same
>> could be done for the key of a scatter plot with factor separation.
>
> Hmmm... I'm not sure I understand what you mean. Don't we have this already?
>
> <hansl>
> nulldata 200
> series d = 1 + (uniform()>0.5)
> series x = d + normal()
> stringify(d, strsplit("No Yes"))
> boxplot x d --factorized --output=display
> </hansl>
Ah ok, I see what you mean now, sorry; I had misunderstood your point.
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------
_______________________________________________
Gretl-devel mailing list
Gretl-devel(a)lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-devel
9 years, 2 months
Re: [Gretl-devel] Feature request for plotting: GUI accesss to xtics and ytics
by Dr. Logan Kelly
Yes indeed you are correct. I am actually thinking of my MBA students who are not conformable with scripting, so this is a GUI feature request.
Also, this feature exists with box plots, but it has not been implemented for scatter plots.
Logan
Sent from my T-Mobile 4G LTE Device
-------- Original message --------
From: "Riccardo (Jack) Lucchetti" <r.lucchetti(a)univpm.it>
Date: 2015/10/21 8:42 AM (GMT-06:00)
To: Gretl development <gretl-devel(a)lists.wfu.edu>
Subject: Re: [Gretl-devel] Feature request for plotting: GUI accesss to xtics and ytics
On Wed, 21 Oct 2015, Logan Kelly wrote:
> Finally, string valued series can be used as a factor for a factorized
> boxplot and the string values are used as the xtics. It would grate same
> could be done for the key of a scatter plot with factor separation.
Hmmm... I'm not sure I understand what you mean. Don't we have this
already?
<hansl>
nulldata 200
series d = 1 + (uniform()>0.5)
series x = d + normal()
stringify(d, strsplit("No Yes"))
boxplot x d --factorized --output=display
</hansl>
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------
_______________________________________________
Gretl-devel mailing list
Gretl-devel(a)lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-devel
9 years, 2 months
Feature request for plotting: GUI accesss to xtics and ytics
by Logan Kelly
Hello,
I think this is a simple suggestion that may be a major pain to implement... BUT it would be nice to have two features with respect to plotting.
1. Abilty to edit xtics and ytics in the plot edit window.
2. Maybe easier. A GUI way to set up a string valued series, i. e. a GUI version of stringify.
Finally, string valued series can be used as a factor for a factorized boxplot and the string values are used as the xtics. It would grate same could be done for the key of a scatter plot with factor separation.
Logan
Sent by Outlook<http://taps.io/outlookmobile> for Android
9 years, 2 months
a lot of output messages (in stdout or stderr)
by Sven Schreiber
Hi,
don't know whether it's a new thing, but with gretlcli (version 1.10.2)
I get a huge amount of messages like these:
gretl_cholesky_decomp_solve: rcond = 2.88435e-08 (info = 0)
This output doesn't go into the specified output file (the "out" in
"gretlcli -b prog.inp > out"), but ends up in what the server
automatically captures in a kind of log file for the job. First I
thought it was a minor nuisance, but now some of these files reached >150MB.
I remember there was something similar a couple of months ago, but that
was a different gretl message, and I think you then turned it off or
diverted it or something.
thanks,
sven
9 years, 2 months
A new guide
by oleg_komashko@ukr.net
Looks nice
And example about saving large .mat files
is very actual for me personally
Oleh
9 years, 2 months
difference between print and eval by example
by Sven Schreiber
Hi,
noticed this:
<console-output>
gretl-Version 1.10.91cvs
Aktuelle Sitzung: 2015-10-19 18:39
? loop i=1..3
> eval i
> print i
> endloop
i
i = 1.0000000
i
i = 2.0000000
i
i = 3.0000000
</console-output>
Not sure if the 'eval' output here is as it should be.
thanks,
sven
9 years, 2 months