Displaying 20 results from an estimated 3000 matches similar to: "How do I Edit Source Code Files On The Mac?"
2009 Jan 04
3
Newbie question
Hi:
I'm loading in students test scores with:
> abntest <- read.table("scores.txt")
if I type:
>abntest
I get ALL the values. I want to be able to filter it by various things such as:
if( abntesr > 90) Print abntest;
and other logical operators. I'm sure this is simple for someone experienced.
Thanks,
Gregg Allen
2009 Jan 08
3
Creating file names.
I have a function that is called from a "sourced" script, whenever
certain conditions are met.
I have this inside it: if(P > 0.9)save( file = today() , myLMSmodel );
This gives me files that look like this: Thu Jan 8 14:04:43 2009
That works fine on my Mac, but it would be much more convenient to
have something like this:
LMSMOD_Jan_08_09_1404
Does anyone know how I can do
2009 Apr 25
2
Extracting an object name?
Dear Sir or Madam:
This is an extension to a earlier post, about looping through several
thousand files, and testing student's models against a different
data-set, called rclnow, for "recall now".
The problem is, that the instructor never specified to the students,
what they should name their "lm" object.
So what they created was:
"arbitrary variable name"
2009 Apr 15
1
Looping through file names and loading...
Dear R-Community:
I am assisting a community college instructor in an introductory
statistics class.
He has asked me to do this:
Read in a file, of filenames, line by line:
Student_models.txt : (contains 1500+ filenames)
________________________
Experiment_name_student_name_date_time_Model_number_etc_etc
Another_file_name_with_similar_info_as_above
And_another
And_another_one
2009 Jan 19
1
sort or order problem.
Thanks to everyone who helped me when I was totally clueless. Now I'm only
partially clueless, and in writing functions, which is major progress.
This is a function that is a major improvement over which I was using MS
Excel for:
function()
{
files <- list.files(pattern="ABN*") # All the models start with the letters
ABN
for( i in 1:length(files)) # loop through the
2008 Oct 23
2
What editors can I get R in Mac OS X to talk to?
All,
Apologies if this was already answered... I couldn't find an answer that
specifically addressed Mac OS instead of either windows or linux. I use
"aquamacs emacs" as my text editor. It is essentially Xemacs with a GUI
that looks closer to standard Mac GUIs, as far as I can tell. I installed
the GUI-friendly Mac version of R. I can have R choose the aquamacs as the
editor
2017 Dec 20
1
[ESS] R window: Text is read only (: Another round :)
Dear All
Working along in R (Emacs {Aquamacs}, ESS ) usually I am getting a long
R buffer with many rows. To reduce its length, I used to select
backwards and delete those unnecessary rows. Now I cannot do that, only
C-k allows single lines to be deleted. the mode line says 'Text is
read-only *R*>'. Both R and ESS are up to date.
Aquamacs 3.3 GNU Emacs 25.1.1
2013 Jan 12
1
Aquamacs Preferences not showing, windows inaccessible, Scrolling not possible !!!
Hi, sorry for bothering, but I suspect the start of M-x R within
Aquamacs is causing my problems:
*Scrolling* is *not possible*, neither by key stroke nor by mouse.
Aquamacs does not show all windows. 'Prefences', 'About A.', 'Check fo
updates' will not open. Menu 'windows' shows several windows, but
clicking on them will not open their buffers. Also,
2009 Jun 02
10
Most used R editors
Hi,
I am a little lonely as R users in my group. So, I would like to know which editor is the most used in the R community.
This post is some kind of survey.
Personally, I use Emacs with ESS, It permits to :
- open more than one R session
- split the emacs editor as many part as you want.
- use a lot of keybindings.
...
I also tried Rkwards, Scilab (windows), JGR etc... but they are not
2007 Jan 06
2
ubuntu packages patch
hi,
For compiz ubuntu packages, I made some patchs to have a behavior of
compiz nearer to metacity. All patch are made for compiz-0.3.6 and they
are more hacks or draft than good fix, i hope they can help.
http://gandalfn.club.fr/ubuntu/compiz-patch/90-fix-no-border-window-shadow.patch
This patch fix white boxes instead of shadows for gnome-panel and other
non-standard windows on AiGLX.
2017 Sep 11
2
M-x R gives no choice of starting dir
Hi,
I experienced a sudden change in the behavior of M-x R in not giving me
the choice where to start R. May be that I botched my preferences. I am
using Aquamacs 3.3 on MacOS 10.12.6
Christian
--
Christian Hoffmann
Rigiblickstrasse 15b
CH-8915 Hausen am Albis
Switzerland
Telefon +41-(0)44-7640853
2006 Apr 05
1
Installing Rails for emacs on OSX - emacs newbie
I''m a newbie to emacs trying to set up emacs Rails on a clean emacs
installation. I''m using Aquamacs: http://aquamacs.org/.
Basically, I''ve gotten to the part where I have to install the cedet
package to install ECB to install Rails to ? you get the idea. I''ve
forgotten all of my feeble Linux commands and have no idea what I need
to do to install the packages,
2006 Aug 10
2
Better keybindings for move and resize
Hi,
I'm attaching a patch that improves the keybindings for keyboard
resize and move. In both cases, the action can now be cancelled by
Esc, moving the window back to the position and size it had before the
action was initiated. Furthermore, for the resize case, the
keybindings now work more like metacity, in that when initiated, it
starts with the cursor in the middle of the window. The
2007 Sep 24
2
asterisk cli - vi keybindings ?
This might sound lika a "small" issu, but here it goes: I'm a long time
unix user and my shell history usage and editing is configured to use
vi keybindings; it's something that's already built into my fingers
and using different bindings, like the arrow keys to fetch previous
lines, really blows me !... :-(
Is there any way to setup the asterisk cli to use such
2012 Nov 05
2
Replace array with percentile values
Hi:
I have an array of measurements, that I've been doing linear
regression model and AI models on. Because there are many errors and
the values are "ill-formed" I would like to copy the array, but
replace each value with the PERCENTILE of that value, in the original
array.
i.e.
mesments$V1: 9, 77, -1
would become: mesmentsCopy$V1: 50, 100, 0
The actual array has many more
2009 May 20
1
how to get remote ESS graphics to work?
Hi all,
My graduate student is logging onto my macpro and running R through
ESS aquamacs (with Mx ssh and then Mx ess-remote). Everything is
working fine until we get to graphing.
We are trying to give him the ability to look at graphics
interactively. The ESS manual is not too helpful: "If you run X11 (See
Section 13.3.2 [X11], page 68, X-windows) on both the local and remote
machines
2013 Jul 12
3
Eliminar filas que cumplen con mas de un criterios simultaneamente ...
Estimada comunidad, tengo el siguiente problema:
Un data.frame con muchas filas de las que debo eliminar aquellas que
cumplen varios criterios al mismo tiempo. Por ejemplo este data.frame:
sol con dia NCar NIns isom area rep tipo
1 con 0.001 1 160s 0 s 6.083543e-01 1
2 con 0.001 1 161c 1 c 1.391274e-03 1 <NA>
3 con 0.001 1 161c 1 c
2024 Nov 26
1
Using vi syntax in command line editing.
Maybe
https://stackoverflow.com/questions/6235034/vi-keybindings-for-r-command-line-like-in-bash
?? (tl;dr "set editing-mode vi" or "set keymap vi" in .inputrc ... )
On 11/25/24 20:09, Rolf Turner wrote:
>
>
> I have recently acquired a new laptop. (My old one was giving me
> ominous messages on boot-up, about possible hard drive problems.)
>
> I
2005 Aug 30
6
SYSLINUX 3.11-pre10
Okay, the serial port feature in 3.11-pre9 was of course completely
broken (I seem to have bad luck with -pre9's :)... a 3.11-pre10 is now
available, and it does seem to have a more reliable handling of arrow
keys ... *but not perfect*. There simply is no way to reliably detect
both [Esc] and arrow keys on existing serial consoles.
-hpa
2002 May 22
0
Correction - RE: using winbind in pam.d/system-auth, doub le prompts for password
Er,
The relevant part of my /etc/pam.d/login (on Debian Potato) actually looks
more like this:
auth sufficient pam_winbind.so
auth required pam_unix.so use_first_pass
Manuel Gomez
-----Original Message-----
From: Manuel Gomez [mailto:ERG@e-r-solutions.com]
Sent: Wednesday, May 22, 2002 12:18 PM
To: 'Gregg Lebovitz'; 'samba@lists.samba.org'
Subject: RE: [Samba] using