-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble installing BMR in R 3.5.3 version #38
Comments
I've raised this issue in #36 . Can you try the solution provided there? |
Thanks for answering. I saw your post and I did try it. It solves "half" of it for me. It installs the package, but not completly (I few functions are missing, such as BVARS, BVARM, etc, but other are not, such as prior, IRF). Here is the warnings I get:
Rd warning: C:/Users/Patricia/AppData/Local/Temp/RtmpUTtc5F/R.INSTALLb409935e40/BMR/man/dsge.Rd:26: missing link 'forecast.dsge'
Thanks |
The functions |
I see.
Thanks for getting back to me
Cheers
Em sex, 22 de mar de 2019 às 09:21, kthohr <[email protected]>
escreveu:
… The functions BVARS and BVARM are from a previous iteration of the
package. Check here
<https://www.kthohr.com/bmr_docs_vars_bvarm.html#examples> for an example
with the new syntax.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AuiQTGL65Mj-gctBQeT9otA2VJ7UdQcMks5vZMrEgaJpZM4cBY0B>
.
|
hi, |
Hi!
I had to reinstall R and all packages. I've tried to install BMR as instructed, but I keep getting error messages (I've installed the package in other R versions before without any problems. I'm using Windows). I've tried a few suggestions from here, but nothing worked:
Downloading GitHub repo kthohr/BMR@master
checking for file 'C:\Users\Patricia\AppData\Local\Temp\RtmpmIAjei\remotes342853457398\kthohr-BMR-63565cd/DESCRIPTION' ...
checking for file 'C:\Users\Patricia\AppData\Local\Temp\RtmpmIAjei\remotes342853457398\kthohr-BMR-63565cd/DESCRIPTION' ...
√ checking for file 'C:\Users\Patricia\AppData\Local\Temp\RtmpmIAjei\remotes342853457398\kthohr-BMR-63565cd/DESCRIPTION'
checking DESCRIPTION meta-information ...
√ checking DESCRIPTION meta-information
Installing package into ‘C:/Users/Patricia/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
** libs
Error: this package has a non-empty 'configure.win' file,
so building only the main architecture
In R CMD INSTALL
Error in i.p(...) :
installation of package ‘C:/Users/Patricia/AppData/Local/Temp/RtmpmIAjei/file34286033278f/BMR_0.11.0.tar.gz’ had non-zero exit status
Warning messages:
1: In untar2(tarfile, files, list, exdir) :
skipping pax global extended headers
2: In untar2(tarfile, files, list, exdir) :
skipping pax global extended headers
I've tried a few sugestions from closed issues like install_github("kthohr/BMR", INSTALL_opts="--no-multiarch") and also install_github("kthohr/BMR",force=TRUE)
Thanks in advance
The text was updated successfully, but these errors were encountered: