installing packages in R - warning messages [closed] - r

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I tried to install packages in R. But, R software gives warning messages in the below picture. How to install packages in ?

That doesn't look like a 'warning,' necessarily. It's just telling you that it downloaded that file and where the file was placed on your computer.
Did you try: library(bujar) ?

Make sure that your internet connections and make sure that this packages whether or not available in your R version..

Related

Which R version should i download on my new Laptop [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I want to download r and r studio on my new hp 16gb 1tb laptop which version should I download as I heard that the latest version gives some packages and some other issues please advise.
And also I want to learn automation in R such as automating login and download report and scheduling and any available automation course in R even if it is Udemy or any other paid site.
Definitely get the latest version. No issues at all that I'm aware of. You have to reinstall old packages with the latest version, but given you're doing a fresh install that won't affect you.

What is this error? I am installing the Plots package of Julia language. I can't install just this package [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
Here is the issue that I am getting when trying to install the package
What is this error? I am installing the Plots package of Julia language?
Looks like you are running into https://github.com/JuliaLang/Pkg.jl/issues/1642. Perhaps you can try the fix suggested in https://github.com/JuliaLang/Pkg.jl/pull/1680#issuecomment-586769814.

README.md do not list and show on notebook server [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am new on ipython notebook. I have installed ipython 2.3.1 on ScientificLinux6.4 (like CentOS6.4) and run it as a notebook server as described in http://ipython.org/ipython-doc/dev/notebook/public_server.html.
It works good so far, but I do not see the README.md file and content in my browser. Is it normal?
Access to non-ipynb file is not possible in the version of IPython you have installed. Next version will allow viewing and editing arbitrary text files.

ghostscript cygwin [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am using cygwin (unix) for windows and would like to install ghostscript so I can run a convert for ImageMagick to go from PDF to tif. However, in order to do this, I need ghostscript. I have looked at different websites to install it on cygywin but I do not understand. Here is the site I have tried to use here
Can anyone please explain to me how this is done? Thanks!
You should be able to install GhostScript (gs) through the Cygwin setup.exe program. See http://cygwin.com/install.html for more info.

How to install SQLite Database Browser from tar.gz [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
(this is an easy and silly question but I don't know how to do)
I don't know how to install a .tar.gz file.
I have download "SQLite Database Browser" here : http://sourceforge.net/projects/sqlitebrowser/
And it's a tar.gz file.
So I have found some stuff about it, I tried "./configue" "make" "makeinstall" but none of them work.
I'm sure there is an easy question because I don't find how install it but people seems to have intalled it.
Being Qt project they use "qmake" (that comes with Qt development package) instead of configure.

Resources