> On Aug 10, 2019, at 6:01 PM, tanyi_cm2000--- via R-help <r-help at
r-project.org> wrote:
>
> Hi,my name is; William, a graduate student in the Department of
EconomicsState University of New York(SUNY),at Albany.I'm using R-3.6,1 and
Rstudio on Window, however, i've problems installing packageslike:gEcon,BMR
on R. I've used:install.packages("gEcon") and
install.packages(type=gEcon,"source"),it didn't help.
You are not telling us what actually happened. Did you get an error? If so, you
should cut-and-paste it into you email message.
That said, I'm not seeing that package in the current list of CRAN packages:
> "gEcon" %in% available.packages()[,"Package"]
[1] FALSE
Unlike a package I know to be available:
> "survival" %in% available.packages()[,"Package"]
[1] TRUE
The full list is here:
https://cran.r-project.org/web/packages/available_packages_by_name.html
> Can any one help?ThanksWilliam
>
> [[alternative HTML version deleted]]
This is a plain-text mailing list.
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
David Winsemius
Alameda, CA, USA
'Any technology distinguishable from magic is insufficiently advanced.'
-Gehm's Corollary to Clarke's Third Law