similar to: install.packages no longer respects quiet = TRUE ?

Displaying 20 results from an estimated 5000 matches similar to: "install.packages no longer respects quiet = TRUE ?"

2002 Oct 11
5
Fwd: XP-Problem - suddenly XP canot connect to samba
He could have changed the firewall setting in XP. --- "Dr. Bernd Zimmermann" <bernd@schaumburger-tracht.de> skrev: > Fra: "Dr. Bernd Zimmermann" > <bernd@schaumburger-tracht.de> > Til: samba@lists.samba.org > Tema: [Samba] XP-Problem - suddenly XP canot connect > to samba > Dato: Fri, 11 Oct 2002 14:48:11 +0200 > > Hi, > > we had
2015 Jan 07
2
gsub with perl=TRUE results in 'this version of PCRE is not compiled with Unicode property support' in R-devel
The following code: res <- gsub("(*UCP)\\b(i)\\b", "", "nhgrimelanomaclass", perl = TRUE) results in: Error in gsub(sprintf("(*UCP)\\b(%s)\\b", "i"), "", "nhgrimelanomaclass", : invalid regular expression '(*UCP)\b(i)\b' In addition: Warning message: In gsub(sprintf("(*UCP)\\b(%s)\\b",
2002 Sep 06
6
questiona about CBQ algorithm in Linux
Hi Stef and Alexey I have read some documents about CBQ algorithm from http://www.icir.org/floyd/cbq.html but still have some question about CBQ in Linux . 1. First estimator can estimate how much bandwidth already USED per class. one estimating algorithm is EWMA (exponential weighted moving average), how about Linux implemenatation about estimator? also do you have link for this algorithm? I
2015 Jun 14
2
Expected error with help.search in R 3.2.0
Using the Mavericks/Yosemite version of R 3.2.0, I see this: > utils::help.search("linear models") Error in help(db[i, "topic"], package = db[i, "Package"], lib.loc = lib, : 'topic' should be a name, length-one character vector or reserved word Using R 3.1.2 on a SnowLeapard branch does not produce the same result. I do get the expected large number of
2004 Apr 19
3
Premission
Hello i am new to this list so i hope this question havent been asked for. i want a user on windows ( admin ) that has access to all userfiles on the samba server: /home/user1 ; / home/user2/ no i made a schare for /home the problem is: i can access all files in the userdirectory, but i canot access a subdirectory in the userdierecory. any help would be nice. sorry for my englih Greatings
2014 Jun 13
1
what is the current correct repos structure for mac osx binaries?
Dear R-developers, As part of our package building process, we maintain internal CRAN-like repositories of our packages. This has worked pretty well, but we are running into issues with R 3.1 and OSX mavericks. Specifically, machines with osx mavericks seem to, by default, expect packages to be located under a 'mavericks' sub-directory, but this is not the location reported when
2016 Dec 09
2
Check package issue on mavericks
Dear List, I've realized that the "CRAN Checking Package" system returns some Warnings for my package TR8 under "r-release-osx-x86_64-mavericks"; all the warnings include the following message "Invalid MIT-MAGIC-COOKIE-1 key" which I find a little cryptic. After some web searches, I understood that "MIT-MAGIC-COOKIE" is related to the X server and
2014 Oct 27
1
OSX Yosemite (10.10): Are package binaries the same as for OSX Mavericks (10.9)?
I'm trying to help someone to troubleshoot possible OSX Yosemite issues, but I've only got access to OSX (< 10.9) so I cannot check myself. When building/installing binary R packages, there are different binaries depending on OSX version. For instance, CRAN provides different binaries for 'OS X Snow Leopard' and 'OS X Mavericks', e.g.
2015 Mar 19
2
CRAN binary, but no source
----- Original Message ----- > From: "G?bor Cs?rdi" <csardi.gabor at gmail.com> > To: "John McKown" <john.archie.mckown at gmail.com> > Cc: r-devel at r-project.org > Sent: Thursday, March 19, 2015 9:03:37 AM > Subject: Re: [Rd] CRAN binary, but no source > > On Thu, Mar 19, 2015 at 11:59 AM, John McKown > <john.archie.mckown at
2015 Jun 08
3
Bug in loadNamespace?
On 07/06/2015 9:14 PM, Dirk Eddelbuettel wrote: > > On 7 June 2015 at 20:46, Duncan Murdoch wrote: > | I am seeing very strange behaviour in R 3.2.0 patched (r68272) and a new > | build of R-devel. The sessioninfo() from the former is below. > | > | Here's what I see: If I set the locale, and trigger a namespace load, a > | version comparison gives NA, and I get an
2015 Jun 23
2
Server Member
Hi guys, I have a server in Debian 8 with Samba 4.2.2 compiled about sources. This server is my project for small busines and run all network funcitons. The functions like AD, DNS, DHCP, NTP, File Server, Print Server, Openfire, OCS, GLPI, Squid and Squidguard are work integrated on Domain perfectly. My problem is that some clients need run a windows aplication so I put a windows server as member
2014 Oct 03
2
mpi.h errors on Mavericks packages
Dear mac folks, I have started porting a large legacy toolset maintained in windows and heavily mpi laden so it can be used across platforms in R... so I am building a package out of it. On this note, I am noticing that almost all of the mpi dependent packages do not compile on the CRAN repositories.... with the basic issue that it appears it can not find mpi installed: configure: error:
2011 Aug 25
2
How to store the output of a loop into a matrix??
Hello, I want to create a matrix of N random numbers with a uniform distributions. Later, I want to repeat T times each row of this matrix. For this I do the following loop: N<-45 T<-10 n<-N*T a<-matrix(runif(N,min=-1,max=1),nr=N) mymat<-matrix(rep(NA,n),nr=n,nc=1) for(i in i:N){ b<-rep(a[i,],T) mymat[i,]<-b } Mi problem is that with this loop I can see the output of the
2013 Nov 16
2
Issue with Mavericks Mail Client
We run a dovecot mailserver. One of the clients I use is a Mac Laptop. Recently I upgraded from Mountain Lion (10.8) to Mavericks (10.9). Under 10.8 it worked fine. On 10.9 it syncs up when I invoke the client, but after a while stops getting updates. Most of my mail clients are on Linux (thunderbird) or Android (K9) and I admit that several run against my very large INBOX simultaneously. The
2016 Dec 06
0
system2 fails with quiet=TRUE, but runs through with quiet=FALSE
Hi, I have recently tried to check the test coverage using library("covr") and, interestingly, the command > covr::package_coverage() fails, while > covr::package_coverage(quiet = FALSE) runs through without problem. I traced the problem to a call to utils::install.packages(), where the option quiet is passed on. In utils::install.packages(), the problem seems to lie in the
2015 Mar 19
2
CRAN binary, but no source
On Thu, Mar 19, 2015 at 10:54 AM, John McKown <john.archie.mckown at gmail.com> wrote: > On Thu, Mar 19, 2015 at 10:46 AM, G?bor Cs?rdi <csardi.gabor at gmail.com> wrote: >> Hi All, >> >> this is a CRAN question, so I am sorry if this is not the appropriate forum. >> >> I noticed that there is at least one CRAN package that has a binary (OSX >>
2014 Oct 01
1
gsl package on mavericks
hello I maintain the gsl R package, and many users have recently reported that the package does not install from source under macosx 10.9 ("mavericks"). Users typically install the gnu GSL library and are able to compile and run a small "hello world" program which executes some of the Bessel functionality of the library; but under mavericks the configure script (which uses
2015 Mar 19
3
CRAN binary, but no source
Hi All, this is a CRAN question, so I am sorry if this is not the appropriate forum. I noticed that there is at least one CRAN package that has a binary (OSX Mavericks) for a version, that does not have any source package on CRAN. Or at least I am unable to locate it. The package is Rglpk: http://cran.r-project.org/web/packages/Rglpk/index.html It offers a binary for 0.5-2, but there is no
2004 Jul 16
1
Canot mount samba drive
Hi all When i try to mount samba drive t am prompt for a pasword and nothing happend and i have to kill the process [root@domain root]# mount -t smbfs -o username=sam, //11.22.33.44/homes /root/smb/ but when i connect using the private server ip i am prompt for a password and the drive is mounted in less that 1 second [root@domain root]# mount -t smbfs -o username=sam, //192.168.2.8/homes
2007 Jan 07
5
Some queries on g729 license.
Hi, all I am a pabx vendor from Singapore. Recently we are going to implement a failover solution for our customers using heartbeat, the asterisk server can failover perfectly, however the g729 codec canot work, because it is binded the mac address, we have bought two set of licenses, can you provide us some workaround for this scenario? Regards, Liangliang