-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem installing fetchR #3
Comments
Hi Darren, Are you on a Windows machine? If so a similar problem was reported here which required |
Hi Blake,
Please download and install Rtools 3.2 from http://cran.r-project.org/bin/windows/Rtools/ and then run find_rtools(). So my next step was to find Rtools, but I get the following
Please download and install Rtools 3.2 from http://cran.r-project.org/bin/windows/Rtools/ and then run find_rtools(). Consequently the fetchR install doesn't work
Any help appreciated. |
Hi Darren, I think this may be due to R (Rstudio?) not being able to find your Rtools installation. Here is a nice step-by-step guide for connecting Rtools with R. May I also suggest upgrading your R (and Rstudio?) to the most recent version and trying again - some of these bugs/issues may have been fixed in later versions. Secondly, I believe the 'unable to access index for repository' warnings may be due to firewall/proxy issues. Assuming you're using Rstudio, try going to tools --> global options --> Packages and 'uncheck' the "Use Internet Explorer library/proxy for HTTP" option. Hope this helps! |
Hi Blake, |
Hi Darren, I still haven't been able to reproduce this issue but give this one last try:
This doesn't require internet connection from within R, which I think may have been the issue for you. |
Thanks for raising the issue Darren, I've updated the README to include alternative instructions if the automatic install doesn't work. |
Hi Blasse, ######So when I enter this code:
I get:"There is a binary version available but the source version is later:
|
Hi @imarine85, If you use What is the output you get if you type |
Hi blasse, Thanks for your answer.
So it seems I should choose one of the files contained in the fetchR.master zip folder...(?) |
Hi @imarine85, Can you please follow these steps, and let me know where you are getting stuck:
Does this work for you? Thanks, |
Hi Blake,
Thanks a lot for your answer....But not, it does not work:
This is what I get:
install.packages("fetchR")
There is a binary version available but the source version is later:
binary source needs_compilation
fetchR 2.1-0 2.1-1 FALSE
installing the source package ‘fetchR’
trying URL 'https://cran.rstudio.com/src/contrib/fetchR_2.1-1.tar.gz'
Content type 'application/x-gzip' length 1354697 bytes (1.3 MB)
==================================================
downloaded 1.3 MB
* installing *source* package ‘fetchR’ ...
** package ‘fetchR’ successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]])
:
there is no package called ‘aqp’
ERROR: lazy loading failed for package ‘fetchR’
* removing
‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/fetchR’
Warning in install.packages :
installation of package ‘fetchR’ had non-zero exit status
The downloaded source packages are in
‘/private/var/folders/b1/xmvr7lmn5wl2zzxf6934py180000gn/T/RtmpNoMBOw/downloaded_packages’
library(fetchR)
Error in library(fetchR) : there is no package called ‘fetchR’
how come??!!!😥
Inés
El mar., 6 nov. 2018 a las 7:40, Blake Seers (<notifications@github.com>)
escribió:
… Hi @imarine85 <https://github.com/imarine85>,
Can you please follow these steps, and let me know where you are getting
stuck:
1. Download RStudio
<https://www.rstudio.com/products/rstudio/download/#download>. Choose
to download the Mac OS X 10.6+ installer.
2. Install RStudio by running the installer you have just downloaded.
3. Once installed, open RStudio and navigate to the 'Packages' tab:
[image: rstudio]
<https://user-images.githubusercontent.com/5362994/48033051-a8649500-e1be-11e8-9505-035eda7e7ec8.png>
4. Click on "Install":
[image: packages_tab]
<https://user-images.githubusercontent.com/5362994/48033229-5ff9a700-e1bf-11e8-9635-7c0ea27aacb5.png>
5. Type "fetchR" into the Packages textbox, leave the other options as
their default, and make sure you have the "Install dependencies" option
checked:
[image: install_fetchr]
<https://user-images.githubusercontent.com/5362994/48033313-bff04d80-e1bf-11e8-815b-e5c209769c59.png>
6. Click Install.
7. You should see lines of red text, and if all was successful, you
should see * DONE (fetchR) near the end of the output:
[image: installed]
<https://user-images.githubusercontent.com/5362994/48033440-2a08f280-e1c0-11e8-83bb-350362f50820.png>
8. If you see this, then you have successfully installed the latest
stable version of fetchR. To load the package into your current
session, type library(fetchR) into the console.
9. To run an example, type example(fetch) into the console (press
Enter to see the plots).
Does this work for you?
Thanks,
Blake
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AqsCZR-STcHOfbnR4tZzR_h-W8Ap30YVks5usMxQgaJpZM4FoTnb>
.
|
Hi there,
I am not able to install fetchR using the install code provided.
I have pasted the point at which it falls over below. Any help would be greatly appreciated.
Cheers,
Darren
The text was updated successfully, but these errors were encountered: