search for: ecdat

Displaying 20 results from an estimated 68 matches for "ecdat".

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 or some independent party is responsible...
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.com/sbgr...
2019 Jul 15
2
GitHub passwords in .git/config?
...e repository exists. ????? ** With .git/config as follows: [core] ??? repositoryformatversion = 0 ??? filemode = true ??? bare = false ??? logallrefupdates = true ??? ignorecase = true ??? precomposeunicode = true [remote "origin"] ??? url = ssh://git at github.com:sbgraves237/Ecdat.git ??? fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] ??? remote = origin ??? merge = refs/heads/master ????? I have an SSH key on my GitHub account, which says it was "Added on Jul 3, 2019 Last used within the last 2 weeks ? Read/write". ????? Should I...
2019 Jun 30
2
R-Forge > GitHub?
...s 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...
2019 Jul 01
2
R-Forge > GitHub?
.... Cheers, Ott On Sun, Jun 30, 2019 at 9:51 PM Spencer Graves <spencer.graves at prodsyse.com> wrote: > > > 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 the "move" commit from Ecda...
2010 Nov 27
1
How to remove a package.
...) data() I found the datasets of AER package. But I couldn't remove AER with: either detach("package:AER") or detach("package:AER", unload = TRUE) data() still found "car" there. What will be the correct way to remove it? TIA Besides:- I couldn't find EcDat > library(EcDat) Error in library(EcDat) : there is no package called 'EcDat' > library(Ecdat) > data() It is the Data sets in package ‘datasets’ > install.packages("EcDat") Installing package(s) into ‘C:\Users\satimis\Documents/R/win-library/2.12’ (as ‘lib’ is unsp...
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 repository for that.? I lost th...
2019 Jun 26
3
R-Forge > GitHub?
...is step. Best, Henrik Am Mi., 26. Juni 2019 um 16:38 Uhr schrieb Lionel Henry <lionel at rstudio.com >: > > > 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 migration now is as > simple as doing a Github fork...
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 wrote: > Re your point 3: Because you have managed to create a GitHub version of > your repository that is not a fork of https://gith...
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 "GitHub.com/sbgraves237/Ecdat".? Howe...
2019 Jul 04
0
R-Forge > GitHub?
...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 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 (f...
2019 Jun 30
0
R-Forge > GitHub?
...9 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 > crea...
2019 Jun 26
1
R-Forge > GitHub?
...ard 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" = "https://r-forge.r-project.org/projects/ecdat/" with "Name" = "Ecdat". ??? ?? ?? ??????? ** >> This failed, first giving me a 500 failure code, then reporting " Repository creation failed."? When I tried it again, I got, "The repository Ecdat already exists on this account." ????? What...
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 confi...
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(pa...
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 the "move" commit from Ecdat, and the > "obs...
2019 Jul 15
3
GitHub passwords in .git/config?
...ing _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 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 password. fatal: Authentication failed for &...
2019 Jun 26
1
R-Forge > GitHub?
...heir 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 there something easy I can do to force that update? ??? ?? ???? 2.? Is there a way to make this GitHub version the master?? It currently says it is a 'Read-only mirror of "ecdat" from r-forge SVN.'? I can probably change "r...
2020 Mar 17
1
":::" operator doesn't work with data object Ecdat:::Crime
????? The ":::" operator doesn't work for me with "Ecdat:::Crime" on either macOS 10.15.3 or Windows 10. ????? A different but related issue is that "plm::Crime" says "Error: 'Crime' is not an exported object from 'namespace:plm'", even though "library(plm); data(Crime); Crime" works.? I would naiv...