similar to: .travis.yml ... most likely included in error

Displaying 20 results from an estimated 600 matches similar to: ".travis.yml ... most likely included in error"

2019 Jul 14
0
.travis.yml ... most likely included in error
Hi Spencer, To get rid of the .travis.yml note add a .Rbuildignore file with this line: ^\.travis\.yml$ This will exclude the file from the build. The build is failing because of a warning. As noted in the log, Travis is treating a warning as an error: Found warnings, treating as errors It's a bit hard to find the warning in the logs because of all the pdfTeX output but it's a warning
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 Jul 15
2
GitHub passwords in .git/config?
I'm diverging:? Now I get: >>> git pull ssh: Could not resolve hostname github.com:sbgraves237: nodename nor servname provided, or not known fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ????? ** With .git/config as follows: [core] ??? repositoryformatversion = 0 ??? filemode = true ??? bare =
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 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 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 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 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?
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 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 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 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 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 15
0
GitHub passwords in .git/config?
Hi Spencer, The first line in the `[remote "origin"]` section should read: ``` url = git at github.com:sbgraves237/Ecdat.git<mailto:git at github.com:sbgraves237/Ecdat.git> ``` Generally, I add these configs by doing a clone on the command line such as: > git clone git at github.com:sbgraves237/Ecdat.git<mailto:git at github.com:sbgraves237/Ecdat.git> so that I
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
2016 Oct 08
4
optim(…, method=‘L-BFGS-B’) stops with an error message while violating the lower bound
Hello: The development version of Ecdat on R-Forge contains a vignette in which optim(?, method=?L-BFGS-B?) stops with an error message while violating the lower bound. To see all the details, try the following: install.packages("Ecdat", repos="http://R-Forge.R-project.org") Then do "help(pac=Ecdat)" -> "User guides, package
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.? 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
0
R-Forge > GitHub?
Henrik's advice is all good. I would say his idea of the final commit of a README pointer is better than deleting things at R-forge; there is likely old information out there somewhere pointing to R-forge as a location for Ecdat development, and any bug reports or discussion on R-forge will not have been copied over to Github. Duncan Murdoch On 28/06/2019 4:14 a.m., Henrik Singmann
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