xuyiqing / fect

fixed effect counterfactual estimators
Other
53 stars 20 forks source link

installation error #13

Closed phisherblack closed 1 year ago

phisherblack commented 3 years ago

Hi, I am trying to install 'fect' from Cran I run: install.packages("fect", type = "source")

and get this error message: Warning in install.packages : package ‘fect’ is not available for this version of R

A version of this package for your version of R might be available elsewhere.

When I try to install the development version, I also get an error:

I run: devtools::install_github('xuyiqing/fect')

and get this message: Building R package from source requires installation of additional build tools. Do you want to install the additional tools now?

I am unsure what "additional tools" are required.

can you assist?

xuyiqing commented 3 years ago

Have you tried installing "Rcpp" and "RcppArmadillo"? Another thing to try to MacOS Xcode and command line tools if you are using a Mac.

On Sun, Mar 28, 2021 at 6:29 AM phisherblack @.***> wrote:

Hi, I am trying to install 'fect' from Cran I run: install.packages("fect", type = "source")

and get this error message: Warning in install.packages : package ‘fect’ is not available for this version of R

A version of this package for your version of R might be available elsewhere.

When I try to install the development version, I also get an error:

I run: devtools::install_github('xuyiqing/fect')

and get this message: Building R package from source requires installation of additional build tools. Do you want to install the additional tools now?

I am unsure what "additional tools" are required.

can you assist?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xuyiqing/fect/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2PKGBQOYMBUCCCQSRVYOLTF4VNLANCNFSM4Z6BHROQ .