Displaying 20 results from an estimated 100 matches similar to: "HTTPS warning on developer.r-project.org"
2019 May 22
0
HTTPS warning on developer.r-project.org
More to the point: the custom search function is currently broken anyway - it just gives me 404.
Should we just get rid of it? If people want to use Google they can just say
site:developer.r-project.org foo
> On May 22, 2019, at 1:08 AM, Paul Menzel <pmenzel at molgen.mpg.de> wrote:
>
> [Please CC me on replies, as I am not subscribed.]
>
> Dear R folks,
>
>
2009 Aug 12
1
calling a function with dynamically generated buttons
Hallo,
I'm dynamically generating buttons depending on the number of rows of
my dataframe. Every button is supposed to call a function which
generates a plot with the values of one of my dataframe rows.
My code looks like this:
base <- tktoplevel()
plotten <- function(mat, namen, titel) {
midpts <- barplot(height=mat, names.arg = namen, main =
titel, las=2)
2007 Apr 05
2
Likelihood returning inf values to optim(L-BFGS-B) other options?
Dear R-help list,
I am working on an optimization with R by evaluating a likelihood
function that contains lots of Gamma calculations (BGNBD: Hardie Fader
Lee 2005 Management Science). Since I am forced to implement lower
bounds for the four parameters included in the model, I chose the
optim() function mith L-BFGS-B as method. But the likelihood often
returns inf-values which L-BFGS-B
2017 Nov 07
1
Reset-ComputerMachinePassword
Dear list,
Resetting a computer password in samba 4.6 or later via Windows 7 PowerShell doesn't work. It worked fine until 4.5. Can someone confirm this or do only I have this problem?
PS C:\Users\Administrator> Reset-ComputerMachinePassword -Credential $cred
Reset-ComputerMachinePassword : Das Kennwort des sicheren Kanals für das Computerkonto konnte in der Domäne nicht
zurückgesetzt
2018 May 22
3
Use EPEL without redirection ?
Hi,
Is there any way to deactivate the redirection to a mirror when using
the third-party EPEL repository ?
Our network uses a transparent HTTP/HTTPS proxy with a local AC. We can
create exceptions for sites like centos.org or
download.fedoraproject.org, but whenever we want to install a package
from EPEL, the mirror redirection causes an error due to redirection.
Any suggestions ?
Niki
--
2010 Nov 10
3
RGoogleDocs stopped working
Hello,
Some code using RGoogleDocs, which had been working smoothly since the
summer, just stopped working. I know that it worked on November 3rd, but it
doesn't work today. I've confirmed that the login and password still work
when I log in manually. I've confirmed that the URL gives the same error
when I paste it into Firefox. I don't know enough about this web service to
figure
2009 May 15
2
Additional points to scatter plot show up at wrong place
Hi everyone,
I have a problem with adding points to scatter plots.
The plot is drawn with the scatterplot() function from the car library:
scatterplot(data[,2] ~ data[,1],
data=data,smooth=F,reg.line=F,xlim=c(0.5,1),ylim=c(0.5,1),ylab="ML",xlab="Freq",cex.lab=1.9,cex.axis=1.8)
after that, I draw one line with abline(0,1,col="gray20") which works
perfectly fine.
2018 Feb 06
2
win 10 login - Not enough storage is available to process this command
hi everyone
I've had a Win 10 Pro client to a non-AD samba fine for a
long time.
Suddenly I could not logon new user(which had not logged in
on that Win box before). I was lazy, I remember that
quickest thing that worked once in the past was remove &
re-add client, you know, in Windows itself, to the domain.
Now I cannot login any user at all at that Win box(even
though the box was
2018 Apr 16
2
[Bug 106080] New: Time-out in `nvkm_fifo_chan_child_fini()`
https://bugs.freedesktop.org/show_bug.cgi?id=106080
Bug ID: 106080
Summary: Time-out in `nvkm_fifo_chan_child_fini()`
Product: xorg
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2002 Apr 22
2
Quit R by pressing button (tcltk) (PR#1475)
Full_Name: Joachim H. Strach
Version: 1.3.1
OS: Windows 98 Second Edition
Submission from: (NULL) (132.230.131.220)
I am using the tcltk package.
Error-example:
----
library(tcltk)
top<-tktoplevel()
but<-tkbutton(top,text="Quit",command=function() {q(save="no")} )
tkpack(but)
----
then press the Quit-Button.
On my Platform there will be a execution fault with
2003 Dec 22
2
Problems with read.table()
R version 1.8.1, OS Windows 98
Dear colleagues,
if I import vegetation data (first row with column labels and first column
with row labels) like
7MYRGERM;7AGRGIGA;7DRYOCTO;5MYRGERM;7SALELEA;7CHOCHON;7SALNIG?;.......
t401;5;2;2;3;4;2;2;2;1;2;1;2;2;1;2;2;2;1;2;1;0;0;......
t403;3;0;0;6;4;0;3;0;0;3;0;0;0;0;3;0;0;0;2;0;2;0;.....
with read.table("data.file", header=TRUE,
2009 Feb 02
2
public facts repository
Hello all,
I have set up a public svn repository with some facts that we have
written over time:
https://svn.ikw.uni-osnabrueck.de/dav/ikwadmin/public/puppet/facts/
(yes, it is svn).
Now, I was wondering where to document this on the puppet-wiki (or
should it rather be the facter-wiki)
http://reductivelabs.com/trac/puppet/tags/facter%2Crecipe does not
give any clear hint on this. Maybe I
2015 Jul 27
1
Credential Manager problem (error 0x80090345) and older samba versions
Dear samba ppl,
I have the same problem as described in this link [1] (error
0x80090345 when trying to open Credential Manager under Windows 8.1)
with a machine joined to an NT4 style domain with a samba 3 DC. So far
the only workaround is to uninstall the updates mentioned in the
thread. The problem was fixed for samba 4 as mentioned here [2]. Is
there any chance that this might be fixed for
2006 Jan 30
5
Debian Sarge Server with iptables behind D-Link Router
Hi,
I have the shown (end of this post) net work configuration.
In a "few" words: My Debian Sarge server is connected to a D-Link ADSL
Router (DSL-562T). DMZ is enabled for the Debian Sarge IP on the Router.
My Linux server has two NIC''s.
ethlan = internal Net
ethdsl = external -> D-Link
My Linux server is configured to make NAT via iptables.
Current state -
2003 Jan 19
0
rsync-synchronize-tutorial - feedback needed [German]
Hi,
I wrote a simple tutorial on how to synchronize your notebook with the
desktop-PC over LAN. I described how to install und use rsync. After that I
mention two scripts which I have written for comfortable synchronisation.
This text is directed to newbies who want to take their work with them. I hope
that everything is clearly described.
It would be nice if you can take a look at this,
2018 May 22
0
Use EPEL without redirection ?
In article <3be1bec7-3d50-f8df-7012-982573d9ae80 at microlinux.fr>,
Nicolas Kovacs <info at microlinux.fr> wrote:
> Hi,
>
> Is there any way to deactivate the redirection to a mirror when using
> the third-party EPEL repository ?
>
> Our network uses a transparent HTTP/HTTPS proxy with a local AC. We can
> create exceptions for sites like centos.org or
>
2018 Jun 07
0
Docker Update 1.13.1-53 -> 1.13.1-63 certificate error
Hello,
I'm using the docker stuff from the extras repo on CentOS 7.x
?
I'm using a secured local registry, which worked fine til 1.13.1-53
?
After the upgrade, I run into following error:
> docker login repo.local:5000
Error response from daemon: Get https://repo.local:5000/v1/users/: x509: certificate is not valid for any names, but wanted to match repo.local
?
> curl -v
2002 Jun 05
0
Joining a W2k domain - Could not look up dc's for domain
Hello.
I'm trying to join a W2K domain. The DC runs in mixed mode.
1.
In Active Directory I added the machine "DELL1-W2K" with option "NT 4.0 / 3.51 machine can use that account".
For NT 4 machines the domain is WIN2KTESTSERVER. For W2K machines or higher the domain is "INTERN.DE".
2.
On LINUX I joined the domain "INTERN.DE" with
# smbpasswd -D 10 -j
2002 Jun 05
0
Joining a W2k domain - Could not look up dc's for dom ain
You may want to add the lines:
wins support = No
wins server = xxx.xxx.xxx.xxx
Brett
-----Original Message-----
From: Oliver Thinnes [mailto:O.Thinnes@pulsaar.de]
Sent: Wednesday, June 05, 2002 9:15 AM
To: 'samba@lists.samba.org'
Subject: [Samba] Joining a W2k domain - Could not look up dc's for
domain
Hello.
I'm trying to join a W2K domain. The DC runs in mixed mode.
1.
In
2008 Jul 09
0
problems using mice()
R 2.7.2
PPC Mac OS X 10.4.11
library mice 1.13.1
I try to use mice for multivariate data imputation.
My variables are numeric, factors, count data, ordered factors.
First I created a vector for the methods to use with each variable
ImpMethMice<-c(rep("logreg", 62), rep("polyreg",1), rep("norm",12),
rep("polyreg",12))
next step was