Displaying 20 results from an estimated 11000 matches similar to: "The newest version of Rstudio Desktop v0.98.1049 couldn't be installed"
2014 Oct 20
1
HOW to call R code from matlab?
Dear expeRts,
?? I am fammilar with matlab , i want to call some r codes from it , what can i refer?
?I tried R.matlab. But it seems can't work well. so, do you have any other suggestions?
--
PO SU
mail: desolator88 at 163.com
Majored in Statistics from SJTU
2014 Oct 10
1
how to break the loop using sapply?
Dear expeRts,
?? i? use sapply for loop,?and i want to break it when i needed, how to do that?? e.g.
sapply( 1:10, function(i) {
if(i==5) break and jump out of the function sapply
} )
I want to do it because i have to loop 1000000 times, but i don't know when it will break, that means, it may need break at i=5 or at i=50000, for the possible of the? last case, i don't use for loop,
2014 Aug 22
1
what are labels in struct sxpinfo_struct from Rinternals.h mean?
Dear Rdevelers,
? ? ?The following struct is in the Rinternals.h. I want to know ?the meanings of labels or names like "gp,mark,obj,named,trace....." . TKS!
struct sxpinfo_struct {
? ? SEXPTYPE type ? ? ?: ?5;/* ==> (FUNSXP == 99) %% 2^5 == 3 == CLOSXP
? ? * -> warning: `type' is narrower than values
? ? * ? ? ? ? ? ? ?of its type
? ? * when SEXPTYPE was an enum
2014 Sep 12
1
using pdf(file="") encount a Chinese garbled
Dear expeRts,
??? When i use the following codes:
??? pdf(file="1.pdf",width=15)
? ? plot(1:3,main="??")
??? dev.off()
#There were 12 warnings (use warnings() to see them)
? I find that "??" can't show correctly in pdf file, but? i just ?plot(1:3,main="??") to R plot viewer, it's ok .
? Is there anyone happen to know the solution? BTW, i explore the
2015 Jun 19
1
QT + RInside problem complement
The solution post is here:
http://lists.r-forge.r-project.org/pipermail/rcpp-devel/2012-November/004771.html
In the paragraph:
I did need however to install Rcpp and RInside from source, and with the same
compiler used to compile qtdensity (otherwise I would get additional linker
errors). As I had trouble getting the (Cygwin-based) g++ shipped with Rtools
to work with Qt, I used instead the
2018 Aug 02
1
Why is rstudio not in Ubuntu repo or PPA?
Yes, a PPA would definitely be great and we'll look into doing that soon.
Dirk, you can avoid some of the scraping you are doing in those scripts via
the URLs here (which are redirects to the latest stable/preview/daily
versions):
https://support.rstudio.com/hc/en-us/articles/203842428-Getting-the-newest-RStudio-builds
On Thu, Aug 2, 2018 at 7:39 AM Dirk Eddelbuettel <edd at
2018 Aug 01
0
Why is rstudio not in Ubuntu repo or PPA?
What keeps happening to us is that we end up requiring older or patched
versions of Qt, which makes it challenging to be synced to whatever version
of Qt happens to be in Debian/Ubuntu. Essentially we often need to vendor
Qt, and that isn't something that is compatible with being in the standard
Debian or Ubuntu repos (but may be compatible with Snaps or other
packaging/bundling standards).
2015 Nov 26
1
Issues starting RStudio Server and release file expiration under Debian (Jessie)
Hi! I am a new user of Debian and am having an issue loading RStudio Server, which may or may not be related to a previous 'Release file expiration error' when trying to perform apt-get update prior to installing r-base into my remote Debian system.
E: Release file for http://mirror.optus.net/debian/dists/jessie-updates/InRelease is expired (invalid since 13d 17h 49min 2s). Updates for
2009 Sep 15
1
[LLVMdev] Replace gcc with llvm-gcc???
Hi,all
Recently I met a question when I want to replace gcc with llvm-gcc
through configure script(command).
For simply,described like that
I typed as following
1.zhunan at sjtu:~/workplace/$ ./configure CC=llvm-gcc CFLAGS="-S
-emit-llvm"
configure will failed when it checks whether C compiler is working
2.zhunan at sjtu:~/workplace/$ ./configure CC=llvm-gcc CFLAGS="-c
2018 Aug 02
2
Why is rstudio not in Ubuntu repo or PPA?
Thank you so much for the explanation, JJ! It is very kind of you to
give such detail and transparency. I am highly appreciative of it.
Kind regards,
Xu
On Wed, Aug 1, 2018 at 4:50 PM, JJ Allaire <jj at rstudio.com> wrote:
> What keeps happening to us is that we end up requiring older or patched
> versions of Qt, which makes it challenging to be synced to whatever version
> of Qt
2015 Mar 26
0
Re: 答复: 答复: libvirtd can't start
On 03/26/2015 05:31 AM, 梅磊 wrote:
> Hi Martin:
> Actually, I have installed all the debuginfo for this coredump file. But the netcf debuginfo report "mismatch" as below:
> warning: the debug information found in "/usr/lib/debug/usr/lib64/libnetcf.so.1.4.0.debug" does not match "/lib64/libnetcf.so.1" (CRC mismatch).
>
> So I ignore this warning before.
2009 Sep 15
0
[LLVMdev] Replace gcc with llvm-gcc
Just set llvm-ld as the default ld .
Such as LD = llvm-ld in makefile, if it's not working, then there is no solution
2009/9/15, zhunan <zhunansjtu at gmail.com>:
> I truly get the bytecode file for each souce file,but can I use
> llvm-link to link them into a whole-program one automatically through
> some scripts?
>
>
>>
>> Message: 27
>> Date: Tue, 15
2009 Sep 15
2
[LLVMdev] Replace gcc with llvm-gcc
I truly get the bytecode file for each souce file,but can I use
llvm-link to link them into a whole-program one automatically through
some scripts?
>
> Message: 27
> Date: Tue, 15 Sep 2009 03:16:10 +0200
> From: ?scar Fuentes <ofv at wanadoo.es>
> Subject: Re: [LLVMdev] Replace gcc with llvm-gcc???
> To: llvmdev at cs.uiuc.edu
> Message-ID: <87vdjlnh2d.fsf at
2009 Sep 15
1
[LLVMdev] Replace gcc with llvm-gcc
罗勇刚(Yonggang Luo) wrote:
> Just set llvm-ld as the default ld .
> Such as LD = llvm-ld in makefile, if it's not working, then there is no solution
>
Some Makefiles use the C compiler (e.g., gcc or llvm-gcc) as the
linker. For such Makefiles, the above will not work because llvm-gcc
runs ld. What you need is a linker that can link LLVM bitcode files
together.
If that is the case,
2008 Nov 03
1
a nlm question
Dear R listers,
I posted this problem several days ago but it seems nobody
answered.
I use nlm to optimize a given function ,but it always generates
the following warnings
"
Error in nlm(foo, theta.start) : non-finite value supplied by 'nlm'
"
I don't know why ,can anybody give me some hints ?? thanks in
advance.
regards .
2015 Mar 27
1
答复: 答复: 答复: libvirtd can't start
Laine, you are right, some packages mixed:
[root@openstack3 ~]# rpm -qa | grep '\(libvirt\|netcf\|libnl\)' | sort
libnl-1.1.4-3.el7.x86_64
libnl3-3.2.21-7.el6.x86_64
libnl3-cli-3.2.21-7.el6.x86_64
libnl3-debuginfo-3.2.21-7.el6.x86_64
libnl-debuginfo-1.1.4-3.el7.x86_64
libnl-devel-1.1.4-3.el7.x86_64
libvirt-client-1.1.1-29.el7_0.3.x86_64
libvirt-daemon-1.1.1-29.el7_0.3.x86_64
2017 Nov 17
2
RStudio blank upon opening
I'm having a problem: RStudio (on ?desktop comp) blank upon opening (after I update Win7). I tried different things (reinstalled R and RStudio, backuping? RStudio settings folder... etc)! C an I launch Rstudio direct from
RGui(32bit)? or some else way to solve this problem? Thanks! P.S. I? launch RStudio with Ctrl-RStudio (that is set the path to R)
[[alternative HTML version deleted]]
2023 Apr 06
1
R does not run under latest RStudio
Does R run from a command prompt? If so, the problem is likely due to your
Rstudio setup. If R does not run from a command prompt, any error messages
might give some idea of the problem. I can run R and Rstudio in Windows
11?, Windows 10 and the current version of Linux Mint.
On Thu 6 Apr 2023, 11:31 Uwe Ligges, <ligges at statistik.tu-dortmund.de>
wrote:
> No, but you need to ask on
2023 Apr 06
1
R does not run under latest RStudio
p.s. But now I click some (but not all)? .R file and cannot see the
source code.
On 4/6/2023 5:28 PM, Steven T. Yen wrote:
> I updated to latest RStudio (RStudio-2023.03.0-386.exe) but
> R would not run. Error message:
>
> Error Starting R
> The R session failed to start.
>
> RSTUDIO VERSION
> RStudio 2023.03.0+386 "Cherry Blossom " (3c53477a, 2023-03-09) for
2013 May 08
1
[LLVMdev] How to avoid loopverify failures after replacing the backedge with an edge(latchBB to exitBB) in a looppass?
Sorry for forgetting to reply all...
It works! Thank you very much!
But I also wonder how do you know this function will work while there are
no documents noticing that. I try learning LLVM by reading its code, but
soon feel lost in so many functions. Just like I have many tools, but don't
know which to use and what difference it could make. Is there some better
ways to learn LLVM?
On Wed,