Displaying 20 results from an estimated 700 matches similar to: "cannot find [...]"
2009 Aug 05
1
regarding Rglpk loading
Hi everybody,
I installed Rglpk package from local zip files. Then I tried to load the
package in a R session. But R shows following message.
Loading required package: slam
Error: package 'slam' could not be loaded
In addition: Warning message:
In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc =
lib.loc) :
there is no package called 'slam'
Hence, the
2010 Jul 19
4
problem with using tm
I have R installed on my computer and want to use the tm module. I selected a
CRAN mirror then selected tm on the install package menu. This is the
response I got:
also installing the dependency ?slam?
trying URL
'http://cran.mirrors.hoobly.com/bin/windows/contrib/2.11/slam_0.1-13.zip'
Content type 'application/zip' length 41992 bytes (41 Kb)
opened URL
downloaded 41 Kb
trying
2003 Nov 04
1
Groups problem
We would like to migrate grom Winnt 4.0 to Samba 3 with ldap support. We
have installed openldap on Rh 2.1 AS and created starting databases with
IDEALX.org scripts. Now i have added computer to domain no problems and
than I tried to migrate users and groups, but only user migrate but
there is a problem " Primary group of Administrator has no mapping!" (
this is error for every user).
2009 Mar 30
1
Double mysql auth problem
Hello ,
I am forced to use 2 DBs to auth users. First one is for our CRM system
(new user=mail from him/her) , second is for other (cannot user CRM DB :( )
Postfix have no problem to deliver mails to both DBs but I've some
problems with reciveing mails from second (not CRM) DB.
The dovecot.conf :
protocols = imap pop3 imaps
disable_plaintext_auth = no
mail_location =
2011 Jun 16
2
optimization with Sparse matrices
To whom it may concern,
I am trying to maximize a log-likelihood function using optim. This is a simple problem with only 18 parameters. To conserve memory, I am using sparse matrices (SLAM) for some of the data matrices used in the computation of the likelihood. However, optim appears to convert the sparse matrix back to regular data format. This causes me to run out of memory as R tries to
2017 Nov 01
1
Creating Tag
i want to tag categories to its menuname.
i have a csv containing menu item name and in other csv i have a column
containing some strings,
i want to pick that strings from categories and look into menu items if
any menu item containing that string i want to create a new column next to
menu item name flagged as 1 otherwise 0
and the only condition is once a menu item flagged as 1 i don't need
2003 Nov 26
1
rsync - some issues - as super user & option --owner
Hi,
rsync version 2.5.6 protocol 26.....used in mdk 9.2
I have some difficulties..
As user internet...in console..
command...
su -c "rsync -auvr /home/internet/tstrsync1/ /mnt/win_d/tstmdk1/ 1>
auvr-su.txt 2> auvr-su.err"
results.....
auvr-su.txt...
building file list ... done
<<snip>>
use-update
wrote 1179 bytes read 132 bytes 2622.00 bytes/sec
total size is 672
2014 Apr 25
2
[LLVMdev] Proposal: add intrinsics for safe division
On 04/25/2014 02:21 PM, Eric Christopher wrote:
>> In short, I agree with your observations that these intrinsics are not an
>> obvious slam-dunk compared to making the explicit control flow, but I think
>> that the intrinsics do give enough flexibility on the LLVM side that it
>> would be great if front-ends used them rather than rolling the control flow
>>
2020 Jul 15
2
R 4.0 for ARM processors
Dear R-SIG-Debian folks,
I seem to be chasing my tail, despite having a simple goal:
- Install R 4.0.2
- On Ubuntu 20.04
- For an ARM processor (not Intel/AMD).
Can someone please suggest a Debian/Ubuntu repository of the required packages (e.g., r-base-core) built for ARM? I can't seem to find one.
(I can find the r-base-core package for R 3.6.3, but not R 4.0.2, built for ARM.)
If there
2005 Aug 22
1
Re: FLAC shirts
--- "David W. Tamkin" <dattier@panix.com> wrote:
> Three styles of T-shirts plus hooded sweatshirts, but no FLAC
> jackets?
seems like slam dunk doesn't it :) but for this run I'm trying
to use the same screens on all items to keep the cost down, which
rules out the logo on the front of a zippered jacket. still looking
for a suitable one where logo can go on the
2010 Aug 20
1
Problem Installing R-Commander
I am trying to install R Commander in my R installation on a laptop running
the 64 bit version of Windows 7 Professional. I was running R as the
Administrator.
The downloads proceed normally via CRAN, but then I get the following error
messages:
package ''slam'' successfully unpacked and MD5 sums checked
package ''fBasics'' successfully unpacked and MD5
2012 Oct 25
1
Estimating credit card default probabilities.
Folks,
I am working on a credit card defaults and transition probabilities. For example a single credit card account could be in a number of states: up-to-date, 30, 60, 90 days in arrears or in default.
* Are there packages in R that do estimation of the transition probabilities given historical cohort defaults?
* Any pointers to papers specific to this type of estimation?
* Simulation of future
2024 Jun 01
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Sat, Jun 1, 2024 at 5:23?AM Damien Miller <djm at mindrot.org> wrote:
> On Fri, 31 May 2024, Opty wrote:
> > 9.7p1 built from source without TCP wrappers and still no 'Connection
> > closed' at 'LogLevel INFO'.
>
> You might be hitting this exit path:
>
> diff --git a/serverloop.c b/serverloop.c
> index 4eabfced6..bf45f77a2 100644
> ---
2024 Jun 05
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Sat, 1 Jun 2024, Opty wrote:
> Indeed I am.
>
> What now?
We need to decide whether to promote these log messages to INFO.
> Should PuTTY change its 'perfectly OK to unceremoniously
> slam the connection shut when you're done' attitude?
I don't think they need to. I think it's fair that we log connections
that are terminated regardsless of how graceful
2024 Jun 05
1
OpenSSH server doesn't log client disconnect without SSH_MSG_DISCONNECT
On Wed, Jun 5, 2024 at 6:03?AM Damien Miller <djm at mindrot.org> wrote:
> On Sat, 1 Jun 2024, Opty wrote:
> > Indeed I am.
> >
> > What now?
>
> We need to decide whether to promote these log messages to INFO.
>
> > Should PuTTY change its 'perfectly OK to unceremoniously
> > slam the connection shut when you're done' attitude?
>
>
2011 Apr 30
1
[rspec-rails] Is it bad form to use spec/requests/*_spec.rb for integration tests?
So I wanted to cook up a quick integration test for something, and I''m
using rspec. I personally just don''t like Cucumber - just a personal
preference, not a slam to the test framework at all - and wanted to
stick to just pure rspec. So I dumped a quick spec file in spec/
reqests and ran it, and of course everything works.
But is this considered bad form, or a less-than-good
2005 Jan 06
1
rbugs in linux
Hi,
I am trying to run the "schools" example in the rbugs library (running
winbugs in linux via wine-20041201) but keep getting the following
error. Note I have tested wine and winbugs to confirm that both are
operational.
Error in runBugs(bugs, script.file, n.chains, workingDir, useWine, wine, :
BUGS stopped before getting to coda.
The command I'm using is:
2001 Nov 21
1
Any success with Wine and Linux Mandrake 8.0?
Hi everyody,
Has any one had success with winesetup and their D partition /mnt/win_d
?
I can't get any of the executables to run.
Roman
2014 Apr 25
3
[LLVMdev] Proposal: add intrinsics for safe division
On April 25, 2014 at 1:44:37 PM, Reid Kleckner (rnk at google.com) wrote:
Thanks for the writeup! It's very helpful.
On Fri, Apr 25, 2014 at 11:49 AM, Filip Pizlo <fpizlo at apple.com> wrote:
On April 25, 2014 at 10:48:18 AM, Reid Kleckner (rnk at google.com) wrote:
On Fri, Apr 25, 2014 at 10:19 AM, Filip Pizlo <fpizlo at apple.com> wrote:
The sdiv operation in LLVM IR only
2010 Oct 24
1
140 packages in R Commander!!
Dear List
I just downloaded and installed R 2.12.0 and then installed R Commander .
First it got RCmdr and Car, and then suggested for other packages for
utilizing the full functionality- I clicked yes!
I got 140 packages installed!!! Cran Mirror was UCLA...
Here is the list.
Is this intentional- I can see some packages like snow and multicore which
are desirable but quite optional.(see list