search for: sbgrave

Displaying 6 results from an estimated 6 matches for "sbgrave".

Did you mean: sbgraves
2019 Jul 01
2
R-Forge > GitHub?
...t; > > > ### clone my GitHub repo to your machine > > git clone git at github.com:joshuaulrich/tmp-ecfun.git Ecdat > > > Thanks so much. Sadly, I'm still having troubles. This "git clone ..." > generates: > > > Enter passphrase for key '/Users/sbgraves/.ssh/id_rsa': > > > Sadly, I don't know the passphrase it's looking for here, and I > don't know how to find what it's looking for. Under GitHub > Settings > > "SSH and GPG keys", I see an SSH key dated two days ago, when I cloned > Ecd...
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 contai...
2016 Jun 20
4
RODBC on Mac & _R_CHECK_FORCE_SUGGESTS_
"R CMD check sos" with R 3.3.0 under Mac OS X 10.11.5 ends as follows: >* checking package dependencies ... ERROR >Package suggested but not available: ?RODBC? > >The suggested packages are required for a complete check. >Checking can be attempted without them by setting the environment >variable _R_CHECK_FORCE_SUGGESTS_ to a false value.
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...
2019 Jul 01
0
R-Forge > GitHub?
...eed to run > these commands (untested): > > ### clone my GitHub repo to your machine > git clone git at github.com:joshuaulrich/tmp-ecfun.git Ecdat Thanks so much.? Sadly, I'm still having troubles.? This "git clone ..." generates: Enter passphrase for key '/Users/sbgraves/.ssh/id_rsa': ????? Sadly, I don't know the passphrase it's looking for here, and I don't know how to find what it's looking for.? Under GitHub > Settings > "SSH and GPG keys", I see an SSH key dated two days ago, when I cloned Ecdat from within RStudio.?...
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...