Displaying 20 results from an estimated 1600 matches similar to: "how to organize a lot of R source files"
2008 Sep 11
9
How to load functions in R
Hello,
I am trying to use self created functions in other scripts than the one
where they are stored.
For the moment I am using the following structure of commands to do
that:
1. Load the text file with the functions in the current script:
x=parse("path")
2. transform the tex in a function: f1=eval(x[1]), f2=eval(x[2]) if more
than one function is stored in the text file
3. use the
2006 Apr 13
1
Increamental backup
Hello Folks,
I happened to have won atleast something because my backup off the site is
working absolutely well at the scheduled interval. But I am having one
question, which I know this community could help me getting it down and
having everything working the way I really want. This is about having
increamental backup. Here's the script I thought, If Include it in the
crontab might work but
2012 Feb 17
1
Load packages from source
Hi all,
I'm developing an R package and I'd like to load it easly while developing,
debugging and testing. I would like to load it without having to install
it. Installing it causes me some problems for debugging it, as the code
file it is executing it not the one I'm editing.
I've seen the function sourceDirectory from R.utils package which works
quite fine for me, but would be
2002 Aug 12
2
ACL settings
hi all,
i have download the latest verion of samba (2.2.5) and acltools from
bestbits. i would use an fileserver with acl support, but i have some problems.
after uncompress the tar-archiv i type in the sourcedirectory:
./configure --with-quotas --with-acl-support
and i get the following:
"checking whether to support ACLs... checking for acl_get_file in -lacl... (cached) no
checking for
2011 Jul 09
5
Storing and managing custom R functions for re-use
Dear all,
sorry if this is a bit on the sidetrack for R-help.
As a regular R user I have developed quite a lot of custom R functions,
to the point of not always remembering what I have already programmed,
where the file is and so on.
I was wondering what other people do in this regards. A basic file with
all your functions, or a custom R package, or directly integrated into a
profile file
2007 Jan 26
1
website that organize campaigns to ask sites to support Theora
Hi ,
I found a website that organize campaigns to ask sites to support Theora :
http://www.getogg.org
Current campaign is ask the BBC to support Vorbis/Theora
_________________________________________________________________
?Est?s pensando en cambiar de coche? Todas los modelos de serie y extras en
MSN Motor. http://motor.msn.es/researchcentre/
2002 Sep 04
1
readline doesn't work even thou cled=TRUE
Can anyone offer suggestion about getting readline to work on Solaris?
(v1.5.1)
When I use the up arrow or ctrl-p to try to repeat the last command
my session just beeps.
It appears that the .Rhistory file that should appear in my startup
directory
is not being created.
Thanks!
The screen shot below shows cled=TRUE and no .Rhistory file created:
$ /apps/R-1.5.1/bin/R
R : Copyright 2002, The
2019 Jan 03
1
--link-dest. Time to 'building file list' incrementing
I've been running rsync as a cygwin task on Windows Server 2008 for about two months now. I'm using the --link-dest option to do a daily 'snapshot' of the contents of a server containing about 10TB of data, about 13 million files, to a Linux based NAS server. Things started out great but I soon noticed that the time take to complete was slowly incrementing. It started at around
2006 Mar 29
0
How to organize models into modules
Being a bit of a neat freek, I would like to organize the models in my
Rails app into modules. I have created the directory structure as
follows:
models
|- module1
|- mymodel.rb
And my model class code is:
module Module1
class Mymodel
...some stuff
end
end
How do I include this model in my controllers without referencing it as
"Module1::Mymodel"? Also, how do I
2007 Dec 30
1
organize application constants in header files
Hi,
Is there a way in RoR to add common string and integer constants
to a central location (like a C++ header file) that can then be
included in your application code as needed. Looked around for a bit
but didn''t really find a satisfactory answer. Apologize for the
newbess of the question:)
--Gautam
--~--~---------~--~----~------------~-------~--~----~
You received this message
2011 Feb 17
0
Best way to organize this data for plotting
Hello
I have a number of data files which are outputs for each step of a
simulation. The data is organized like this:
dmin dmax coef
5 6 0.490981
3 8 0.098056
5 6 0.425926
6 6 0.517860
2 4 0.527778
I would like to make a 3-d plot where one axis corresponds to (dmin,
dmax) pair, one axis is the simulation
2017 Jun 25
0
Help to organize data
This is pretty badly mangled (please don't post in html), but
?aggregate
is probably what you want.
Sarah
On Sun, Jun 25, 2017 at 5:27 PM, Jackson Rodrigues
<jacksonmrodrigues at gmail.com> wrote:
> Hi everybody,
>
> My name is Jackson and come here ask for a help to organize data.
> I really need help from you. I have several data sets to organize.
>
> I have to
2007 Feb 03
1
Man page suggestion: organize options into sections
Dear rsync people (particularly Wayne),
I think it would be helpful for the options in the man page to be
divided into sections based on which aspect of rsync's behavior they
affect. Each section could also document rsync's default behavior
when none of the options are given. Collecting all the possibilities
for each aspect of rsync's behavior in one place would make it much
easier
2017 Jun 25
2
Help to organize data
Hi everybody,
My name is Jackson and come here ask for a help to organize data.
I really need help from you. I have several data sets to organize.
I have to summarize precipitation data collected in different days and
months in only one table.
However, those data are disperse in days and times. Those rainy days have a
more observations than drought ones.
Below you can find a hypothetical
2003 Apr 03
3
How to organize/develop an R function
Hi
Maybe this is not an issue about R. It's probably a programming issue
and I am not a developer at all. Anyway my main developing activities
are in R and that's where I have difficulties.
When I develop a function or group of functions I lose eternities with
the objects attributes and classes. I do a lot of object manipulation
(lists to arrays, factors to numeric vectors, etc, etc) so
2009 Oct 22
4
OT - How to organize TFTP root directory ?
Hi,
Most (if not all) IP phones support provisioning through DHCP/TFTP.
The trouble is some phones seem to require to store their config files in
TFTP root directory.
This makes this TFTP root directory a bit messy.
What are the best practices or tricks to manage this TFTP root directory ?
I was thinking of either :
1. building a dedicated source TFTP tree in which files are cleanly
organized
2002 Mar 25
2
How do you organize the objects you produced?
Hello!
It would be nice to hear how you organize the R-objects you produced. I
found almost nothing about that neither in the R-manuals nor in two books
about S.
For example I am trying to find out, how to load the functions that I have
written and that are now saved in a .txt-file in a Windows directory. Is
copying and pasting it to the RGui console really the only feasible way to
do that?
2007 Apr 30
3
Best Practice: how to organize puppetmaster directories?
Hi,
While puppet creates its own directories for internal stuff (puppetca,
state, etc.), there''s a fair bit of latitude given to where things like
manifests and uploaded files live. I didn''t get much guidance from the
docs when I first set things up so I mostly poked at things until the
worked. Take a look at the following and let me know if this looks
reasonable; if so, it
2008 Jan 24
3
How should I organize data to compare differences in matched pairs?
I'm just learning how to use R right now, so I'm not sure what the most
efficient way to organize these data is.
I had subjects perform the same task twice with slight changes between the
rounds. I want to analyze differences between the rounds. All of the
subjects also answered a questionnaire.
Putting all of one subject's information on one row seems sloppy.
I was thinking about
2009 Mar 16
0
Updates to plotrix and clinsig
Hi everybody,
An update to plotrix (2.5-3) is now on CRAN. Apart from the usual
polishing, this includes an interesting new function (hierobarp) that
was suggested on this very list a few weeks ago. This function will plot
nested breakdowns of numeric values by one or more factors. It seems
quite useful for visualizing the deviations in successively finer
divisions of the data. Comments are