similar to: R-Forge > GitHub?

Displaying 20 results from an estimated 1000 matches similar to: "R-Forge > GitHub?"

2019 Jun 26
0
R-Forge > GitHub?
On 26/06/2019 10:34 a.m., Spencer Graves wrote: > Hello, All: > > > ????? What's the status and future plans for R-Forge? > > > ????? I ask primarily because a problem I reported May 15 and 17 via > two different channels has yet to be fixed, and it prevents my > development versions of the Ecdat and Ecfun packages from building -- > because the Windows
2019 Jun 30
2
R-Forge > GitHub?
On Sat, Jun 29, 2019 at 9:46 PM Joshua Ulrich <josh.m.ulrich at gmail.com> wrote: > > On Sat, Jun 29, 2019 at 6:06 PM Spencer Graves > <spencer.graves at prodsyse.com> wrote: > > > > Hi, Henrik et al.: > > > > > > What's your favorite documentation on how to make two GitHub > > projects from one containing two packages? > >
2019 Jun 29
2
R-Forge > GitHub?
Hi, Henrik et al.: ????? What's your favorite documentation on how to make two GitHub projects from one containing two packages? ????? Currently, "github.com/sbgraves237/Ecdat" consists primarily of a directory "pkg" with subdirectories "Ecdat" and "Ecfun" containing the two packages.? I need to know how to do the following: ??? ??????? 1.?
2019 Jun 29
2
R-Forge > GitHub?
Hi, Ott et al.: ????? What's the best way to get "Travis CI" to build and test the two packages, Ecdat and Ecfun, that have long been combined in the Ecdat project? ????? Following Ott's advice and studying studying Wickham's "R Packages" (http://r-pkgs.had.co.nz/), I was able to configure RStudio so it would sync using git with
2019 Jul 14
2
R-Forge > GitHub?
????? Thanks to Ott and others, I now have separate GitHub repositories, one for each of the packages combined in the Ecdat R-Forge project.? In case it might help others in the future, I will summarize here key things I did to make this transition: ??? ??????? 1.? I first copied the "Ecfun" package into its own directory on my local computer and created a separate GitHub
2019 Jul 01
2
R-Forge > GitHub?
Apparently you created id_rsa key pair with a passphrase. Passphrase is like an additional password protection layer on your ssh key. I don't know how did you create it. But you can always create a new one (you should delete the old one before you create a new one) using the shell command 'ssh-keygen'. It asks for a passphrase, just push enter for an empty passphrase (twice). You
2019 Jun 30
0
R-Forge > GitHub?
On Sat, Jun 29, 2019 at 6:06 PM Spencer Graves <spencer.graves at prodsyse.com> wrote: > > Hi, Henrik et al.: > > > What's your favorite documentation on how to make two GitHub > projects from one containing two packages? > > > Currently, "github.com/sbgraves237/Ecdat" consists primarily of a > directory "pkg" with
2019 Jun 26
4
R-Forge > GitHub?
> On 26 Jun 2019, at 17:25, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > R-Forge is mirrored on Github; see https://github.com/rforge/ecdat, for example. That shows 418 commits in its history; presumably that's the full R-forge history. I think that's newer than Michael Friendly's gist. > > So I suspect (but haven't tried to do this) that
2019 Jul 01
0
R-Forge > GitHub?
On 2019-06-30 06:58, Joshua Ulrich wrote: <snip> > I imported both packages into separate repositories: > https://github.com/joshuaulrich/tmp-ecdat > https://github.com/joshuaulrich/tmp-ecfun > > I changed your email address on your R-Forge commits to match your > GitHub email address, so R-Forge commits would be associated with your > GitHub account. I also omitted
2019 Jul 04
0
R-Forge > GitHub?
????? Thanks so much for your help. ????? Now your "git push -u origin master" was "![rejected]", after creating a new SSH and after your "git clone" and other "git remote rename ..." commands seemed to work: $ git clone git at github.com:joshuaulrich/tmp-ecfun.git Ecdat # Cloning into 'Ecdat'...<snip> done. $ cd Ecdat/ $ git remote
2019 Jun 26
1
R-Forge > GitHub?
????? Thanks to Duncan, Lionel and Henrik for their quick replies. I have further questions: ??? ?? ???? 1.? Will GitHub automatically transfer the commits I made to R-Forge in the past couple of days?? R-Forge is now at Rev. 420, and GitHub is still at 418.? Will 419 and 420 be automatically mirrored onto "https://github.com/rforge/ecdat" sometime in the next 24 hours or so?? Is
2019 Jun 29
2
R-Forge > GitHub?
Thanks to Duncan, Henrik and Henrik, Brian, and G?bor: ????? I created a local copy of the new GitHub version using the following: git clone https://sbgraves237:mypassword at github.com/sbgraves237/Ecdat.git ????? That worked in the sense that I got a local copy.? However, after I rolled the version number and did "git commit" on the DESCRIPTION files, my "git push"
2019 Jun 26
3
R-Forge > GitHub?
Whereas it is true that one has to contact GitHub to detach a GitHub repository, it really is no problem (or at least was no problem in 2016). I wanted to do so when I took over the maintainer role of LaplacesDemon which only remained on GitHub as a fork on some other person's private account. So I forked and then contacted GitHub support and simply asked them to remove the "forked
2019 Jun 26
1
R-Forge > GitHub?
????? Thanks.? I'm still having problems: ??? ??????? 1.? I went to "github.com" and logged in with my standard GitHub account ??? ??????? 2.? Then I clicked "+" in the upper right, just left of my GitHub ID icon, and selected "Import a repository", as Lionel suggested. ??? ??????? 3.? " Your old repository?s clone URL" =
2019 Jun 28
1
R-Forge > GitHub?
Re your point 3: Because you have managed to create a GitHub version of your repository that is not a fork of https://github.com/rforge/ecdat, but its own independent repository, contacting GitHub support might not be the right way forward. Note that https://github.com/rforge is simply a read-only mirror of the complete R-Forge repository (and at least to me it is unclear of whether GitHub itself
2019 Jun 29
0
R-Forge > GitHub?
On Sat, Jun 29, 2019 at 9:43 AM Spencer Graves <spencer.graves at prodsyse.com> wrote: > > Hi, Ott et al.: > > > What's the best way to get "Travis CI" to build and test the two > packages, Ecdat and Ecfun, that have long been combined in the Ecdat > project? > > > Following Ott's advice and studying studying Wickham's "R
2019 Jun 28
2
R-Forge > GitHub?
On Fri, Jun 28, 2019 at 6:01 AM Spencer Graves <spencer.graves at prodsyse.com> wrote: [...] > 1. Clone a copy of "https://github.com/sbgraves237/Ecdat" > to my local computer and confirm that it works. > I suggest you put each package in its own repository, because our R tooling (e.g. Travis CI, etc.) works best if you do that. This is quite easy to do
2019 Jul 15
3
GitHub passwords in .git/config?
On 2019-07-15 10:56, Dirk Eddelbuettel wrote: > <snip> > > > Don't write passwords down like this. Your error is likely in expecting _ssh_ > authentication over _https_ -- when it works only over ssh. Use the alternate > form for a remote e.g. one that looks like git at github.com:emacs-ess/ESS.git ????? I'm confused.? I changed that line to: ??? ?? ? ?? url =
2019 Jun 28
0
R-Forge > GitHub?
Hi, Henrik Singmann et al.: ????? Thanks for the suggestions.? I tried again to pull "https://github.com/sbgraves237/Ecdat" from R-Forge, with the same "Error 500" as before.? Then I tried pulling from "https://github.com/rforge/ecdat", which seemed to work ... AND the copy I pulled was at the latest revisions I had posted to R-Forge (520), so that makes it
2019 Jun 26
0
R-Forge > GitHub?
On 26/06/2019 1:38 p.m., Spencer Graves wrote: > ????? Thanks.? I'm still having problems: > > > ??? ??????? 1.? I went to "github.com" and logged in with my standard > GitHub account > > > ??? ??????? 2.? Then I clicked "+" in the upper right, just left of my > GitHub ID icon, and selected "Import a repository", as Lionel