Displaying 20 results from an estimated 544 matches for "yorku".
Did you mean:
york
2010 May 27
2
Trying to upgrade from R 2.7.1
...tructions at
http://cran.r-project.org/bin/linux/debian, adding
deb http://cran.R-project.org/bin/linux/debian lenny-cran/
to /etc/apt/sources.list. But apt-get still leaves me with R 2.7.1.
How can I diagnose what's wrong or correct this?
euclid: /etc/apt # apt-get update
Hit http://debian.yorku.ca stable Release.gpg
Ign http://debian.yorku.ca stable/main
Translation-en_CA
Hit http://debian.yorku.ca stable/updates
Release.gpg
Ign http://debian.yorku.ca stable/updates/main Translation-en_CA
Hit http://...
2005 Jan 17
3
debian /etc/apt/sources.list for CRAN?
When I set up my debian linux (unstable) system, the only R debian
packages were on CRAN, so I
followed directions and added the last line to my /etc/apt/sources.list
euclid: # m /etc/apt/sources.list
deb http://debian.yorku.ca/debian/ unstable main non-free contrib
deb http://debian.yorku.ca/debian/non-US unstable/non-US main contrib
non-free
deb http://hexamon.ccs.yorku.ca/ unixteam-debs/
deb http://cran.r-project.org/bin/linux/debian woody main
But now, when I try to update the local package cache I get errors (be...
2007 May 15
1
apt-get update: GPG error from cran.R-project.org
I recently was forced to do a dist-upgrade and rebuild my kernel, so a
lot has
changed on my system, and I don't know if that is related to the errors
& warnings
I get from apt-get update.
Any ideas?
thanks
-Michael
euclid:~# apt-get update
Get: 1 http://debian.yorku.ca stable Release.gpg [378B]
Get: 2 http://debian.yorku.ca stable/updates Release.gpg [189B]
Get: 3 http://debian.yorku.ca testing Release.gpg [189B]
Hit http://debian.yorku.ca stable Release
Hit http://debian.yorku.ca stable/updates Release
Hit http://debian.yorku.ca testing Release
...
Hit http:...
2008 Dec 10
2
read.*: How to read from a URL?
...., utils::read.table() and her family all support a file= argument
that can take a URL
equally well as a local file. So, if I have a file on the web, I can
equally well do
> langren <- read.csv("langrens.csv", header=TRUE)
> langren <-
read.csv("http://euclid.psych.yorku.ca/SCS/Gallery/Private/langrens.csv",
header=TRUE)
where the latter is more convenient for posts to this list or
distributed examples.
rimage::read.jpeg() doesn't support URLs, and the only way I've found is
to download the
image file from a URL to a temp file, in several steps....
2008 Sep 01
3
how to read multiple lines per case
...358.03 28170.4
7.7285 13.9852 4.19019 51.378
OI DVEG 1052 -610 32 -282 4.20 4.18 18.716 1154.27 1750.36 4041.27 26455.0
17.8066 15.3276 4.79221 68.788
OI DVEG 868 -560 30 -232 4.40 3.60 22.821 1045.15 1674.36 3966.08 25072.9
49.1538 17.3128 4.09487 82.256
The complete data is at:
http://www.math.yorku.ca/SCS/viscollin/data/linthall.dat
thanks,
-Michael
--
Michael Friendly Email: friendly AT yorku DOT ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ONT M3J 1P3 CANADA
2006 Mar 23
1
comparative density estimates
...g
plots, but then
the question arises of how to choose the bandwidth (BW) for the two
series to allow them
to be sensibly compared, because the range of time and total frequency
differ
for the two series. To avoid clutter on this list, I've placed the data
and R code
at
http://euclid.psych.yorku.ca/SCS/Gallery/milestone/Test/kde-bug/mileyears4.R
I have two versions of this graph, one selecting an optimal BW for each
separately
and the other using the adjust= argument of density() to approximately
equate
the BW to the value determined for the whole series combined. The two
versions
(do...
2020 Oct 01
2
Kerberos ticket lifetime
...fetime = 24
>
> When I login to the client (which is using pam_winbind module), I have
> 10 hour ticket life.
>
> From klist output on the client:
>
> Valid starting?????? Expires????????????? Service principal
> 09/30/2020 19:13:38? 10/01/2020 05:13:37
> krbtgt/AD.EECS.YORKU.CA at AD.EECS.YORKU.CA
> ??? renew until 10/07/2020 19:13:38
>
> 10 hours.
>
> The client is mounting from an NFS server that is also part of the
> domain.
>
> I do notice that if I modify ticket_lifetime via /etc/krb5.conf on the
> client, it only takes effect if I use...
2009 Aug 05
2
reading and frequency analysis of Spanish text
For an historical paper I'm working on, I have some Spanish plaintext,
presently in the form of a Word .doc
file,
http://euclid.psych.yorku.ca/SCS/Gallery/images/Private/Langren/Verdadera-spanish-stripped.doc
and also some ciphered text from the same original source. The ultimate
goal is to use some
frequency analysis of letters and word lengths in the plaintext to help
decode the ciphered text.
For now, I'm stuck on how to r...
2010 Jan 15
4
transposing a list of vectors
..."blue"
..$ back.fill: chr "white"
..$ scale.max: num 3
$ :List of 4
..$ shape : num 2
..$ cell.fill: chr "green"
..$ back.fill: chr "white"
..$ scale.max: num 3
>
How can I do this in general?
--
Michael Friendly Email: friendly AT yorku DOT ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ONT M3J 1P3 CANADA
2003 Sep 25
3
ungrouping grouped data
...sented by its frequency. In SAS
this would be
data galton2;
set galton;
do i=1 to frequency;
output;
end;
I can replicate this in R, but surely there must be an easier way.
(In APL2 it would be frequency\[1]galton)
thanks,
-Michael
--
Michael Friendly Email: friendly at yorku.ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ONT M3J 1P3 CANADA
2008 Jun 06
4
color scale mapped to B/W
...printed in B/W, the yellowish color appears darker than the
greenish one.
Is there some tool/code I can use to find these? i.e., something to
display a grid
of color swatches with color codes/names I can look at in color and B/W
to decide?
t hanks,
--
Michael Friendly Email: friendly AT yorku DOT ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ONT M3J 1P3 CANADA
2005 Jul 06
3
plotting on a reverse log scale
I'd like to do some plots of historical event data on a reverse log
scale, started, say at the year 2000 and going
backwards in time, with tick marks spaced according to log(2000-year).
For example, see:
http://euclid.psych.yorku.ca/SCS/Gallery/images/log-timeline.gif
As an example, I'd like to create a density plot of such data with the
horizontal axis reverse-logged,
a transformation of this image:
http://euclid.psych.yorku.ca/SCS/Gallery/milestone/Test/mileyears1.gif
Some initial code to do a standard density plot...
2010 Feb 01
2
hiding/protecting utility functions in .Rprofile
...2]
In my .Rprofile, I define a number of utility functions I'd like to have
available in my R session, but don't want them
to be *normally* listed by ls(), or more importantly, saved if I save my
session variables/functions.
How can I do this?
--
Michael Friendly Email: friendly AT yorku DOT ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ONT M3J 1P3 CANADA
2020 Sep 30
3
Kerberos ticket lifetime
> On 30 Sep 2020, at 21:42, Jason Keltz via samba <samba at lists.samba.org> wrote:
>
>
> On 9/30/2020 3:01 PM, Remy Zandwijk via samba wrote:
>>>>> On the client, add:
>>>>>
>>>>> gensec_gssapi:requested_life_time = <int> # seconds
>>>>>
>>>>> to smb4.conf. E.g. a ticket life time of one hour:
2008 Oct 29
2
sessionInfo() error
...ms-of-squares-and-products matrices for linear
hypotheses and for error using ellipses (in two dimensions) and
ellipsoids (in three dimensions).
License: GPL version 2 or newer
Packaged: Wed Jan 31 09:23:10 2007; John Fox
What is wrong here?
-Michael
--
Michael Friendly Email: friendly AT yorku DOT ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ONT M3J 1P3 CANADA
2003 Oct 02
2
[Bug 726] sftp working for list files, and download, but not for uploading
...Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: jas at cs.yorku.ca
A user of mine is connecting via DSL service to our sftp server as part of
OpenSSH 3.7.1p2. He claims that he used to be able to upload/download files
fine successfully. Now, he can list files, and download files, but he cannot
upload files. He says that all uploaded files end up being 0 by...
2008 Jul 23
6
Convert list of lists <--> data frame
...ot;, "back.fill", "label",
"label.size", "ref.col", "ref.grid", "scale.max"), and 3 rows for this
example.
Given pats.df, I'd want to turn that back to pats.
thanks for any help,
-Michael
--
Michael Friendly Email: friendly AT yorku DOT ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ONT M3J 1P3 CANADA
2010 Feb 03
2
Installation woes for rattle (and other packages)
...NETINST Binary-1
0090906-12:06]/ lenny main
#deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 NETINST Binary-1
20090906-12:06]/ lenny main
deb http://probability.ca/cran/bin/linux/debian lenny-cran/
deb http://debian.cran.r-project.org/cran2deb/debian-i386 testing/
deb http://debian.yorku.ca/debian/ lenny main
deb-src http://debian.yorku.ca/debian/ lenny main
deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main
deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb-src http://volatile.debian.org/debian-volatile l...
2010 Nov 03
3
R package BibTex entries: looking for a more general solution
...* Proposal: Package authors should be encouraged to use a (new)
Contributors: field in the DESCRIPTION file
rather than packing all information into the Author: field, which at
present cannot often be parsed by BibTeX.
* Files: All test files referred to here can be found at
http://euclid.psych.yorku.ca/SCS/Private/Rbibs/
== Details ==
Around 16 Dec. 2009, I queried R-help about automating the extraction of
citation()s from R packages. The stimulus
was that some journals, notably JSS, now require a reference and
citation of every R package mentioned,
and it is a pain to create these manually...
2020 Nov 12
2
nfs root kerberos
...uot;root"
> access to work between a CentOS 7 client and CentOS 7 server? (AKA
> no_root_squash in /etc/exports).
>
> Finally, after a significant amount of effort, I figured that out last
> night.
>
> In my case, I needed to add a realms section for realm
> AD.EECS.YORKU.CA and include 2 auth_to_local rules as follows:
>
> [realms]
> ? AD.EECS.YORKU.CA = {
> ??? auth_to_local = RULE:[1:$1@$0](J1\$@AD.EECS.YORKU.CA)s/.*/root/
> ??? auth_to_local = DEFAULT
> ? }
>
> This allows root on "J1" to "really" be root.? Additional...