Displaying 20 results from an estimated 2000 matches similar to: "Path problem of R 3.4.1 in Ubuntu 16.04 LTS 64bit"
2017 Jan 27
2
cross-platform portable code in CRAN Repository Policy
On 27 January 2017 at 21:54, G?bor Cs?rdi wrote:
| On Fri, Jan 27, 2017 at 9:28 PM, Da Zheng <zhengda1936 at gmail.com> wrote:
| > What major R platforms does this policy refer to?
| >
|
| Linux, macOS, Windows.
|
|
| > Currently, my package runs in Ubuntu. If it works on both Ubuntu and
| > Redhat, does it count as two platforms?
| >
|
| I think that Linux is just one. Is
2018 Oct 31
1
PATCH: Asserting that 'connection' used has not changed + R_GetConnection2()
SUMMARY:
I'm proposing that R assert that 'connection' options have not changed
since first created such that R will produce the following error:
> fh <- file("a.txt", open = "w+")
> cat("hello\n", file = fh)
> close(fh)
> fh2 <- file("b.txt", open = "w+")
> cat("world\n", file = fh2)
>
2015 Feb 27
2
static pdf vignette
Dear all,
In my package I have a computational expensive Rnw file which can't pass R CMD check. Therefore I set eval=FALSE in the Rnw file. But I would like to have the pdf vignette generated by the Rnw file with eval=TRUE. It seems to me a static pdf vignette is an option. Any suggestions on this?
Thanks,
Zhu Wang
**Connecticut Children's Confidentiality Notice**
This e-mail
2019 Dec 06
2
long vector support
All,
At first glance, a recent commit to R-devel (
https://github.com/wch/r-source/commit/2c182014ecc8c2407a89092c9162d86046bd18da)
appears to be related to long vector support. But as Henrik Bengtsson
points out at
https://github.com/HenrikBengtsson/Wishlist-for-R/issues/97#issuecomment-562659134,
writeBin() still prohibits long vectors. Are there any plans to add long
vector support to R
2020 Nov 06
2
Process to Incorporate Functions from {parallely} into base R's {parallel} package
Hi all,
Henrik Bengtsson has done some fantastic work with {future} and, more importantly, greatly improved constructing and deconstructing a parallelized environment within R. It was with great joy that I saw Henrik slowly split off some functionality of {future} into {parallelly} package. Reading over the package?s README, he states:
> The functions and features added to this package are
2012 May 10
1
requesting help setting share permissions
Hi,
I have a share I'm trying to lock down to a specific group and I'm not
hold my mouth right. I want this share available to a single group. I
want this share to have directory permissions 0770 when a directory is
created and file permissions 0660. I want the users accessing this share
to never be able to change these permissions. When a file or directory
is created, I want the group to
2020 May 01
4
Request: tools::md5sum should accept connections and finally in-memory objects
AFAIK there is no hashing utility in base R which can create hash
digests of arbitrary R objects. However, as also described by Henrik
Bengtsson in [1], we have tools::md5sum() which calculates MD5 hashes of
files. Calculating hashes of in-memory objects is a very common task in
several areas, as demonstrated by the popularity of the 'digest' package
(~850.000 downloads/month).
Upon
2017 Aug 18
4
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
Hello,
I am trying to build R from source on Scientific Linux release 6.9
(Carbon), Linux version 2.6.32-696.3.2.el6.x86_64 (Red Hat 4.4.7-18).
I load the needed modules and run:
*./configure --prefix $install_dir --with-blas --with-lapack
--enable-R-shlib 2>&1 | tee config-R-$version.log*
The "configure" command seems to run ok:
*R is now configured for
2018 May 03
2
download.file does not process gz files correctly (truncates them?)
On Thu, May 3, 2018 at 2:42 PM, Henrik Bengtsson
<henrik.bengtsson at gmail.com> wrote:
> Use mode="wb" when you download the file. See
> https://github.com/HenrikBengtsson/Wishlist-for-R/issues/30.
>
> R core, and others, is there a good argument for why we are not making this
> the default download mode? It seems like a such a simple fix to such a
> common
2014 May 12
2
[LLVMdev] Name of the libraries + soname? 3.4.1 ?
On 12/05/2014 17:12, Tom Stellard wrote:
> On Mon, May 12, 2014 at 04:17:05PM +0200, Sylvestre Ledru wrote:
>> On 12/05/2014 16:13, Tom Stellard wrote:
>>> On Mon, May 12, 2014 at 04:05:20PM +0200, Sylvestre Ledru wrote:
>>>> On 12/05/2014 15:22, Tom Stellard wrote:
>>>>> On Mon, May 12, 2014 at 08:41:36AM +0200, Sylvestre Ledru wrote:
2014 May 12
2
[LLVMdev] Name of the libraries + soname? 3.4.1 ?
On 12/05/2014 15:22, Tom Stellard wrote:
> On Mon, May 12, 2014 at 08:41:36AM +0200, Sylvestre Ledru wrote:
>> Hello,
>>
>> With the release of 3.4.1, the LLVM library has been renamed from
>> libLLVM-3.4.so to libLLVM-3.4.1.so. In parallel, the soname has been
>> updated to
>> reflect this change.
>>
>> AFAIK, we kept the ABI compatible from 3.4
2014 May 12
3
[LLVMdev] Name of the libraries + soname? 3.4.1 ?
Hello,
With the release of 3.4.1, the LLVM library has been renamed from
libLLVM-3.4.so to libLLVM-3.4.1.so. In parallel, the soname has been
updated to
reflect this change.
AFAIK, we kept the ABI compatible from 3.4 to 3.4.1. So, is there any
reason for doing it?
This caused some breakages in Debian (basically, breaking some X because
of mesa could not
link against LLVM due to the new soname).
2009 Dec 09
2
PCI: Not using MMCONFIG, leave system completely hung while booting Xen 3.4.1
Hi Everyone,
I am trying to setup xen3.4.1 FC12(xendom0) on top of FC12 freshly
installed. I am using DQ965GF intel mother board having intel VT-x enabled.
I have installed everything properly, but xen boot gets stuck at this point,
xenbus_probe_init ok
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
I did few googlings
2009 Dec 09
2
PCI: Not using MMCONFIG, leave system completely hung while booting Xen 3.4.1
Hi Everyone,
I am trying to setup xen3.4.1 FC12(xendom0) on top of FC12 freshly
installed. I am using DQ965GF intel mother board having intel VT-x enabled.
I have installed everything properly, but xen boot gets stuck at this point,
xenbus_probe_init ok
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
I did few googlings
2012 Jun 18
1
Nagios 3.4.1 on CentOS 5.8
Hi
I am trying to build nagios rpm from nagios.spec file on CentOS 5.8. I am
getting into issues.
nagios.spec http://fpaste.org/crOs/
rpmbuild -ba nagios.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.36485
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd /usr/src/redhat/BUILD
+ rm -rf nagios-3.4.1
+ /bin/gzip -dc /usr/src/redhat/SOURCES/nagios-3.4.1.tar.gz
+ tar -xf -
+ STATUS=0
+ '['
2017 Aug 29
1
Print all In new window R 3.4.1 post-installation problems in Mac OSX 10.12.6
Hi,
I installed R 3.4.1 on Mac OSX 10.12.6 version.
On opening Preferences and trying to change the editor font by
clicking the select button I get following error message in R.
2017-08-28 11:57:41.551 R[809:11355] *** RController: caught ObjC
exception while processing system events. Update to the latest GUI
version and consider reporting this properly (see FAQ) if it persists
and is not
2014 May 12
4
[LLVMdev] Name of the libraries + soname? 3.4.1 ?
On 12/05/2014 16:13, Tom Stellard wrote:
> On Mon, May 12, 2014 at 04:05:20PM +0200, Sylvestre Ledru wrote:
>> On 12/05/2014 15:22, Tom Stellard wrote:
>>> On Mon, May 12, 2014 at 08:41:36AM +0200, Sylvestre Ledru wrote:
>>>> Hello,
>>>>
>>>> With the release of 3.4.1, the LLVM library has been renamed from
>>>> libLLVM-3.4.so to
2016 Dec 20
3
Request: Increasing MAX_NUM_DLLS in Rdynload.c
This is a request to increase MAX_NUM_DLLS in Rdynload.c in from 100 to 500.
On line 131 of Rdynload.c, changing
#define MAX_NUM_DLLS 100
to
#define MAX_NUM_DLLS 500
In development of the mlr package, there have been several episodes in the
past where we have had to break up unit tests because of the "maximum
number of DLLs reached" error. This error has been an inconvenience that
2006 Apr 10
15
Apache/FastCGI still in development mode?
I''m running rails on RedHat ES3 managed by Plesk with Apache/FastCGI.
I''ve followed the directions here:
http://wiki.rubyonrails.com/rails/pages/HowtoInstallAndRunRubyOnRailsOnPlesk
And got everything working, but my application refuses to run in
Production mode. It runs in development mode despite the fact that I''ve
set:
FastCgiServer
2010 Nov 08
3
Get the Uniqueid of Action Originate in the AMI
Hi to all.
I'm begin a use the AMI and i have the need to get the uniqueid from the
call i have generate using the Action Originate. Anyone can help me?
When I generate these commands:
action: Originate
channel: SIP/101
application: Dial
data: SIP/100,120,Ttr
The only response I get when the call is answered, is this:
Response: Success
Message: Originate successfully queued
Thanks a