search for: sbgraves237

Displaying 20 results from an estimated 42 matches for "sbgraves237".

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 = false ???...
2019 Jul 15
3
GitHub passwords in .git/config?
...rror 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 = https://git at github.com:sbgraves237/sbgraves237/Ecdat ????? Then when I did "git pull" I got: fatal: unable to access 'https://git at github.com:sbgraves237/sbgraves237/Ecdat/': Port number ended with 's' ??? ? ??? ??? ? Thanks, ??? ? Spencer > Hth, Dirk >
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 don't have to mess with the...
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.? Extract "github.com/sbgraves237/Ecdat/pkg/Ecfun" to create? "github.co...
2019 Jun 29
2
R-Forge > GitHub?
...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 "GitHub.com/sbgraves237/Ecdat".? However, when I tried to configure "Travis CI", it said, "No DESCRIPTION file found, user must supply their own install and script steps". ??? ? Earlier in this thread, I think someone suggested I make the Ecdat and Ecfun packages separate projects on GitHub...
2019 Jun 30
0
R-Forge > GitHub?
...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 subdirectories "Ecdat" and "Ecfun" containing the > two packages. I need to know how to do the following: > > > 1. Extract "github.com/sbgraves237/Ecdat/pkg/Ecfun" to &gt...
2019 Jul 14
2
R-Forge > GitHub?
...ot;.Rbuildignore" was not part of the repository.? Now it is.] ??? ??????? 4.? Along the way, GitHub kept asking for my username and password, even though I had established SSH authentication.? I traced the problem to the ".git/config" that said, "url = https://github.com/sbgraves237/Ecdat".? I changed that line to read "url = https://sbgraves237:password at github.com/sbgraves237/Ecdat" (where "password" is my GitHub password, which I had to change to make it work there, because it included "@" ;-)? oops. ??? ??????? 5.? I also had prob...
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" command generated the following: remote: Invalid username or pa...
2019 Jun 30
2
R-Forge > GitHub?
...pencer.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 subdirectories "Ecdat" and "Ecfun" containing the > > two packages. I need to know how to do the following: > > > > > > 1. Extract "github.com/sbgraves237/Ecd...
2019 Jul 01
2
R-Forge > GitHub?
...;tmp' > > git remote rename origin tmp > > ### add your GitHub repo remote as 'origin' > > ### NOTE: this should be a new, clean repo. > > ### Rename your existing 'Ecdat' so you don't overwrite it > > git remote add origin https://github.com/sbgraves237/Ecdat > > ### push to your GitHub repo > > git push -u origin master > > > > Then you need to run similar commands for Ecfun. > > > > Best, > > Josh > > > >>> Thanks, > >>> Spencer > >>> > >&gt...
2019 Jun 28
1
R-Forge > GitHub?
...https://github.com/rforge/ecdat would be to make the corresponding change in your R-forge repository and wait until it propagates to GitHub. So either delete the R-forge repository or make a final commit replacing its content with a README pointing towards the new GitHub repo at https://github.com/sbgraves237/Ecdat. Together with emailing all previous project members this should ensure that interested party will know about the new place where your package is being developed/hosted. You might also want to add a new README to the new GitHub repository which replaces the current R-forge one and provides...
2019 Jul 04
0
R-Forge > GitHub?
...our "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 rename origin tmp $ git remote add origin https://github.com/sbgraves237/Ecdat $ git push -u origin master #[Username & password OK] To https://github.com/sbgraves237/Ecdat ?! [rejected]??????? master -> master (fetch first) error: failed to push some refs to 'https://github.com/sbgraves237/Ecdat' hint: Updates were rejected because the remote contains w...
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 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 nowadays: https://stackoverflow.com/a/17864475/604364 > 3....
2019 Jun 29
0
R-Forge > GitHub?
...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 "GitHub.com/sbgraves237/Ecdat". However, > when I tried to configure "Travis CI", it said, "No DESCRIPTION file > found, user must supply their own install and script steps". > > > Earlier in this thread, I think someone suggested I make the > Ecdat and Ecfun packages sep...
2019 Jul 01
0
R-Forge > GitHub?
...'origin' to 'tmp' > git remote rename origin tmp > ### add your GitHub repo remote as 'origin' > ### NOTE: this should be a new, clean repo. > ### Rename your existing 'Ecdat' so you don't overwrite it > git remote add origin https://github.com/sbgraves237/Ecdat > ### push to your GitHub repo > git push -u origin master > > Then you need to run similar commands for Ecfun. > > Best, > Josh > >>> Thanks, >>> Spencer >>> >>> >>> On 2019-06-29 14:09, Henrik Bengtsson wro...
2019 Jun 28
0
R-Forge > GitHub?
...uld be to > make the corresponding change in your R-forge repository and wait until > it propagates to GitHub. > > So either delete the R-forge repository or make a final commit replacing > its content with a README pointing towards the new GitHub repo at > https://github.com/sbgraves237/Ecdat. Together with emailing all > previous project members this should ensure that interested party will > know about the new place where your package is being developed/hosted. > > You might also want to add a new README to the new GitHub repository > which replaces the curre...
2020 Jan 19
2
rpois(9, 1e10)
...for me in simulations to estimate > confidence, prediction, and tolerance intervals from glm(., > family=poisson) fits embedded in a BMA::bic.glm fit using a > simulate.bic.glm function I added to the development version of > Ecfun, available at "https://github.com/sbgraves237/Ecfun" > <https://github.com/sbgraves237/Ecfun>. This is part of a vignette > I'm developing, available at > "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd" > <https://github.com/sbgraves237/Ecfun/b...
2020 Jan 19
2
rpois(9, 1e10)
????? This issue arose for me in simulations to estimate confidence, prediction, and tolerance intervals from glm(., family=poisson) fits embedded in a BMA::bic.glm fit using a simulate.bic.glm function I added to the development version of Ecfun, available at "https://github.com/sbgraves237/Ecfun".? This is part of a vignette I'm developing, available at "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd". This includes a simulated mean of a mixture of Poissons that exceeds 2e22.? It doesn't seem unreasonable to me to...
2019 Jul 14
2
.travis.yml ... most likely included in error
...presence of ".travis.yml", at least on GitHub? ??? ??????? 2.? What do you suggest people do to find error messages in the output?? I ask, because I'm getting "build failing" from travis-ci.org, but I can't see what failed in the following: https://travis-ci.org/sbgraves237/Ecdat/builds/558528361?utm_medium=notification&utm_source=email ??? ??? ????????? https://api.travis-ci.org/v3/job/558528362/log.txt ????? Or are thesejust Travis-CI problems?? If yes, what would you suggest they do? ????? Thanks, ????? Spencer Graves