Re: [R] web address for R-project

2023-03-09 Thread Göran Broström
Thanks, Göran Den 2023-03-09 kl. 15:01, skrev Ivan Krylov: В Thu, 9 Mar 2023 14:43:49 +0100 Göran Broström пишет: Is it someone's mirror (authorized) of R-project? It's not currently in the official list of mirrors [*], but anyone can create a CRAN mirror for their own needs as long

Re: [R] web address for R-project

2023-03-09 Thread Ivan Krylov
В Thu, 9 Mar 2023 14:43:49 +0100 Göran Broström пишет: > Is it someone's mirror (authorized) of R-project? It's not currently in the official list of mirrors [*], but anyone can create a CRAN mirror for their own needs as long as they don't overload the CRAN master site: https://cra

[R] web address for R-project

2023-03-09 Thread Göran Broström
I got the link cran.nexr.com from a person who claimed that it is the home of R-project, and indeed, it looks right. But it doesn't feel right, so I wonder what is going on. Is it someone's mirror (authorized) of R-project? Thanks, Göran __ R-help

[R] R-Project

2020-11-23 Thread Forrest White
Hi, I am following up to confirm if you are interested in acquiring the Visitors/Registrants List. World Pork Expo 2020 Jun-2020 ( Cancelled ) New Date-09-Jun-2021 Des Moines,USA Registrants Counts: 3,000 Each record of the list contains: Contact Name, Email Address, Company Name,

Re: [R] project path in Rmd

2020-04-02 Thread Ivan Calandra
Thanks Jeff, I was just completely unaware of these options! Now I know. Best, Ivan -- Dr. Ivan Calandra TraCEr, laboratory for Traceology and Controlled Experiments MONREPOS Archaeological Research Centre and Museum for Human Behavioural Evolution Schloss Monrepos 56567 Neuwied, Germany +49

Re: [R] project path in Rmd

2020-04-02 Thread Jeff Newmiller
Where did this false dichotomy come from? The rmarkdown::render function has quite flexible parameters for compiling rmarkdown files in subdirectories without changing the current directory. And RStudio has a Global configuration to enable compiling using the Project directory as "current"

Re: [R] project path in Rmd (Ivan Calandra)

2020-04-02 Thread Ivan Calandra
tps://here.r-lib.org/ > > Best, > Tim Howard > > >> Date: Thu, 2 Apr 2020 10:21:47 +0100 >> From: Rui Barradas >> To: Ivan Calandra >> Cc: "r-help@r-project.org" >> Subject: Re: [R] project path in Rmd >> Message-ID: <09f30516-7af5

Re: [R] project path in Rmd (Ivan Calandra)

2020-04-02 Thread Howard, Tim G (DEC) via R-help
You also should be able to reference locations from the 'root' of your project using the here() package. https://here.r-lib.org/ Best, Tim Howard > Date: Thu, 2 Apr 2020 10:21:47 +0100 > From: Rui Barradas > To: Ivan Calandra > Cc: "r-help@r-project.org" >

Re: [R] project path in Rmd

2020-04-02 Thread Ivan Krylov
On Thu, 2 Apr 2020 11:02:56 +0200 Ivan Calandra wrote: > I do not know this ".." command (could you please show me how to use > it in a relative path?), but it sounds like a good start. Each '..' in the path moves you up one level in the directory tree. Here I use '..' once to access the

Re: [R] project path in Rmd

2020-04-02 Thread Rui Barradas
Hello, This is not an answer to the original problem, it's about '..'. (And a bit more.) About '..', see if the following sequence of instructions can help. Subdirectories '~/tmp' and '~/snap' exist on my PC, change to '~/analysis/scripts' or to what makes sense on yours. od <- getwd()

Re: [R] project path in Rmd

2020-04-02 Thread Ivan Calandra
What about searching for the .Rproj file and using its path as the new working directory using setwd()? But I know that it is indeed not recommended in knitted files (FAQ #5 ). And I do not know how to search up the folder structure anyway... Ivan -- Dr. Ivan

Re: [R] project path in Rmd

2020-04-02 Thread Ivan Calandra
I do not know this ".." command (could you please show me how to use it in a relative path?), but it sounds like a good start. But it implies that I know in advance how many folders up the parent directory is. I guess in most cases it will always be the same, but it would be even better if it

Re: [R] project path in Rmd

2020-04-02 Thread Ivan Krylov
On Thu, 2 Apr 2020 10:30:29 +0200 Ivan Calandra wrote: > The problem I then have is to specify the path for 'raw_data' and > 'derived_data' <...> And these folders are not subfolders of > the working directory '~/analysis/scripts'. > I would like to avoid absolute paths of course Is there a

Re: [R] project path in Rmd

2020-04-02 Thread Ivan Calandra
So what you're saying is that I should have scripts in the project directory and not in a subfolder within it, right? But what if I need (or at least want) to? Ivan -- Dr. Ivan Calandra TraCEr, laboratory for Traceology and Controlled Experiments MONREPOS Archaeological Research Centre and

Re: [R] project path in Rmd

2020-04-02 Thread Jeff Newmiller
Make it so. Outside R. At the command line, use cd before you start R. This should feel natural. In a GUI file browser, double clicking on a file type assigned to a program by default sets the containing directory to be current directory before kicking off the program, so double-clicking on an

Re: [R] project path in Rmd

2020-04-02 Thread Jeff Newmiller
I recommend not using setwd. Then you can always assume your current working directory is your project directory and reference relative to that. On April 2, 2020 1:30:29 AM PDT, Ivan Calandra wrote: >Dear useRs, > >I believe this is R code so appropriate for this list, but let me know >if this

Re: [R] project path in Rmd

2020-04-02 Thread Ivan Calandra
Hi Jeff, But if I do not use setwd(), the current working directory is NOT the project directory. That's what my problem is about... I guess I was not clear in my email... Ivan -- Dr. Ivan Calandra TraCEr, laboratory for Traceology and Controlled Experiments MONREPOS Archaeological Research

[R] project path in Rmd

2020-04-02 Thread Ivan Calandra
Dear useRs, I believe this is R code so appropriate for this list, but let me know if this relates more to RStudio itself. I am working on an RStudio project. In that project directory, I have a folder called 'analysis' and in there a folder called 'scripts' ('~/analysis/scripts'). My data files

Re: [R] Posting: R-Project Code/Package for a Stepwise Multiple Regression Analysis

2020-03-30 Thread Mitchell Maltenfort
ession, but please confirm yourself. > > On Mon, Mar 30, 2020, 09:45 Jastine bugayong wrote: > > > Statistics newbie over here getting her feet wet into the research realm. > > > > I will be using the R-project to analyze the predictability of some data > > using a s

Re: [R] Posting: R-Project Code/Package for a Stepwise Multiple Regression Analysis

2020-03-30 Thread stephen sefick
be using the R-project to analyze the predictability of some data > using a stepwise multiple regression analysis. I would also like to have a > forced entry method option to avoid any methodology flaws, if possible, > too. Is there any existing R code or r-project add-on packages for th

[R] Posting: R-Project Code/Package for a Stepwise Multiple Regression Analysis

2020-03-30 Thread Jastine bugayong
Statistics newbie over here getting her feet wet into the research realm. I will be using the R-project to analyze the predictability of some data using a stepwise multiple regression analysis. I would also like to have a forced entry method option to avoid any methodology flaws, if possible, too

Re: [R] Tinn-R project: new version (6.01.01.03) released

2019-12-23 Thread Felipe Carrillo via R-help
progress... Abs On Tue, Dec 24, 2019 at 3:40 AM Jose Claudio Faria wrote: > > Hi, > > A new version of Tinn-R project (6.01.01.03) was released today. > > Download: > - https://nbcgib.uesc.br/tinnr/en/download > - https://sourceforge.net/projects/tinn-r/files/Tinn-

Re: [R] Tinn-R project: new version (6.01.01.03) released

2019-12-23 Thread Abby Spurdle
. You've made extremely valuable contributions to the R community. And I look forward to seeing future progress... Abs On Tue, Dec 24, 2019 at 3:40 AM Jose Claudio Faria wrote: > > Hi, > > A new version of Tinn-R project (6.01.01.03) was released today. > > Download: > - h

[R] Tinn-R project: new version (6.01.01.03) released

2019-12-23 Thread Jose Claudio Faria
Hi, A new version of Tinn-R project (6.01.01.03) was released today. Download: - https://nbcgib.uesc.br/tinnr/en/download - https://sourceforge.net/projects/tinn-r/files/Tinn-R setup/ What is new: - https://nbcgib.uesc.br/tinnr/en/download#patch - https://sourceforge.net/projects/tinn-r/files

Re: [R] Project in emacs + ess

2018-10-19 Thread Eric Berger
Not exactly sure what you are looking for but here is my workflow which may give you another perspective 1. my OS is linux 2. I edit my files in emacs (with ESS pulled in) 3. I use make (and Makefile) to compile .o's and .so's from .cpp where necessary (i.e. I use Rcpp etc) (and also to build

Re: [R] Project in emacs + ess

2018-10-19 Thread Martin Maechler
> Bert Gunter > on Thu, 18 Oct 2018 21:45:33 -0700 writes: > Wrong list. This list is about R programming. You should > address this to an emacs support list. Better yet, to an > ess list . Here's one place you might start: >

Re: [R] Project in emacs + ess

2018-10-18 Thread Bert Gunter
Wrong list. This list is about R programming. You should address this to an emacs support list. Better yet, to an ess list . Here's one place you might start: https://www.r-bloggers.com/using-r-with-emacs-and-ess/ Other resources can be found by a web search on "R ess" . Cheers, Bert Bert

Re: [R] R project global options file

2018-03-17 Thread Duncan Murdoch
On 17/03/2018 2:09 PM, David Winsemius wrote: On Mar 15, 2018, at 10:24 PM, Adrian Friskin <adrian.fris...@qut.edu.au> wrote: Hello R-help, I currently have R-project 3.4.2 and R-studio 1.1.383 installed on some of our universities computer labs.

Re: [R] R project global options file

2018-03-17 Thread Jeff Newmiller
sem...@comcast.net> wrote: > >> On Mar 15, 2018, at 10:24 PM, Adrian Friskin ><adrian.fris...@qut.edu.au> wrote: >> >> Hello R-help, >> I currently have R-project 3.4.2 and R-studio >1.1.383 installed on some of our universities computer l

Re: [R] R project global options file

2018-03-17 Thread David Winsemius
> On Mar 15, 2018, at 10:24 PM, Adrian Friskin <adrian.fris...@qut.edu.au> > wrote: > > Hello R-help, > I currently have R-project 3.4.2 and R-studio 1.1.383 > installed on some of our universities computer labs. Since the installation > o

[R] R project global options file

2018-03-16 Thread Adrian Friskin
Hello R-help, I currently have R-project 3.4.2 and R-studio 1.1.383 installed on some of our universities computer labs. Since the installation of Visual studio the default version of R installed has changed to the version installed by VS. Users can change the default R

Re: [R] Problem with r project in ubuntu xenial

2017-11-08 Thread Ista Zahn
On Tue, Nov 7, 2017 at 6:46 PM, George Balas wrote: > For anyone who sees this conversation. > > There is a bug in installation of igraph in R language in Ubuntu. There is > a solution in stackoverflow. A link would be nice. We have to use the devtools. Write this code: >

Re: [R] Problem with r project in ubuntu xenial

2017-11-07 Thread David Winsemius
> On Nov 7, 2017, at 3:46 PM, George Balas wrote: > > For anyone who sees this conversation. > > There is a bug in installation of igraph in R language in Ubuntu. There is > a solution in stackoverflow. We have to use the devtools. Write this code: >

Re: [R] Problem with r project in ubuntu xenial

2017-11-07 Thread George Balas
For anyone who sees this conversation. There is a bug in installation of igraph in R language in Ubuntu. There is a solution in stackoverflow. We have to use the devtools. Write this code: install.packages("devtools") library(devtools) install_github("igraph/rigraph") If there are errors

Re: [R] Problem with r project in ubuntu xenial

2017-11-04 Thread George Balas
-Well it seems that it is getting "el_GR.UTF-8" but still I am not able to read files written in greek, there are only "" instead of letters. -Also, I forgot to mention that I do load igraph library when I try "graph_from_adjacency_matrix". When I check igraph in packages dialog I can not see

Re: [R] Problem with r project in ubuntu xenial

2017-11-03 Thread David Winsemius
> On Nov 3, 2017, at 5:09 PM, peter dalgaard wrote: > > >> On 3 Nov 2017, at 23:39 , George Balas wrote: >> >> I have a problem with R in Ubuntu 16.04. I do not know if it is mine pc or >> general problem but I was not able to find solution on Internet.

Re: [R] Problem with r project in ubuntu xenial

2017-11-03 Thread peter dalgaard
> On 3 Nov 2017, at 23:39 , George Balas wrote: > > I have a problem with R in Ubuntu 16.04. I do not know if it is mine pc or > general problem but I was not able to find solution on Internet. > First of all I can not change locale to greek by getting this message: > "In

[R] Problem with r project in ubuntu xenial

2017-11-03 Thread George Balas
I have a problem with R in Ubuntu 16.04. I do not know if it is mine pc or general problem but I was not able to find solution on Internet. First of all I can not change locale to greek by getting this message: "In Sys.setlocale("LC_CTYPE", "Greek") : OS reports request to set locale to "Greek"

Re: [R] help regarding r-project

2017-06-08 Thread John Kane via R-help
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example On Thursday, June 8, 2017 6:57 AM, Michael Dewey wrote: I do not think anyone is going to be able to help you unless you can provide a reproducible example with a clear

Re: [R] help regarding r-project

2017-06-08 Thread Michael Dewey
I do not think anyone is going to be able to help you unless you can provide a reproducible example with a clear account of what it dies and what you expected it to do. On 08/06/2017 06:34, Sai Sathvick wrote: hello sir/ma'am, trying to build a small prototype of

[R] help regarding r-project

2017-06-08 Thread Sai Sathvick
hello sir/ma'am, trying to build a small prototype of resume filter but not able to get expected intercept values, could you please help regarding this project ASAP. to predict, skills + experience =result -- *With Regards,* *C Sai Sathvick*

Re: [R] Contribute to R-Project

2016-12-04 Thread J C Nash
Strongly suggest you join the gsoc-r list. https://groups.google.com/d/forum/gsoc-r Make sure you include a short indication of your expertise. We don't approve applications that are empty as there was some evidence of attempts to spam the list for ads etc. JN On 16-12-03 04:59 PM, Rudransh

[R] Contribute to R-Project

2016-12-04 Thread Rudransh Tyagi
Hey all, I am currently a Computer Science undergraduate. Getting straight to point, I am proficient with C/C++ , have worked with python and R for data analysis and data visualisation and I know fortran in bits. I want to start contributing towards your project to gain some experience in

Re: [R] Project on Course Recommender using R language

2016-11-15 Thread Jeff Newmiller
My recommendation is that you separate your algorithm development from your Web implementation. Once you have the algorithm working you can decide how you will implement it. This forum is inappropriate for both of these subjects... when you need help with coding in R this is a good place to ask

[R] Project on Course Recommender using R language

2016-11-15 Thread sampada upasani
Hello, I am a student of Georgia Tech and currently working on a project : Course Recommender using R language. Before moving forward I wanted to clear up things and hence posting this question. Will I be able to build this project using the Shiny App ? (Developing web applications using R).

Re: [R] Question about ‘The R Project’.

2016-11-14 Thread Hadley Wickham
>> We have a question about ‘The R Project’. >> >> It looks like it’s an open source software, but the document from the >> website shows that it’s free of use not free of price. >> >> Please, confirm us the if it cost fees to use it for commercial use.

Re: [R] Question about ‘The R Project’.

2016-11-14 Thread John McKown
On Mon, Nov 14, 2016 at 2:00 AM, 김세희 <jane...@zenithn.com> wrote: > Hello, > > I’m Jane Kim from Zenith and Company. > > We have a question about ‘The R Project’. > > It looks like it’s an open source software, but the document from the > website shows that it’s

Re: [R] Question about ‘The R Project’.

2016-11-14 Thread Ismail SEZEN
> On 14 Nov 2016, at 11:00, 김세희 <jane...@zenithn.com> wrote: > > Hello, > > I’m Jane Kim from Zenith and Company. > > We have a question about ‘The R Project’. > > It looks like it’s an open source software, but the document from the website > shows tha

[R] Question about ‘The R Project’.

2016-11-14 Thread 김세희
Hello, I��m Jane Kim from Zenith and Company. We have a question about ��The R Project��. It looks like it��s an open source software, but the document from the website shows that it��s free of use not free of price. Please, confirm us the if it cost fees to use it for commercial use

Re: [R] project test data into principal components of training dataset

2016-04-20 Thread olsen
For the records, a slightly hacky answer, by modifying the ggbiplot function, is provided now here: http://stackoverflow.com/questions/36603268/how-to-plot-training-and-test-validation-data-in-r-using-ggbiplot On 18/04/16 17:20, olsen wrote: > Hi there, > > I've a training dataset and a test

[R] project test data into principal components of training dataset

2016-04-18 Thread olsen
Hi there, I've a training dataset and a test dataset. My aim is to visually allocate the test data within the calibrated space reassembled by the PC's of the training data set, furthermore to keep the training data set coordinates fixed, so they can serve as ruler for measurement for additional

Re: [R] Information to R-Project

2016-03-11 Thread Jeff Newmiller
gt; >> Dear Support Team, >> >> Our company needs a new software for scientific statistics. >> We have looked at your software " R Project” >> >> I would ask you to provide information on the following criteria: >> >> 1) Is the R-Procejt software te

Re: [R] Information to R-Project

2016-03-11 Thread Boris Steipe
Inline On Mar 11, 2016, at 7:34 AM, Pees, Roman <roman.p...@elisabethgruppe.de> wrote: > Dear Support Team, > > Our company needs a new software for scientific statistics. > We have looked at your software " R Project” > > I would ask you to provide information on t

[R] Information to R-Project

2016-03-11 Thread Pees, Roman
Dear Support Team, Our company needs a new software for scientific statistics. We have looked at your software " R Project” I would ask you to provide information on the following criteria: 1) Is the R-Procejt software terminal compatible? We have deployed Citrix. Are there any Server mo

Re: [R] R project and the TPP

2016-02-05 Thread John Logsdon
Folks TPP, and in a European context, TTIP are very dangerous not only to open source software but to any public service and no satisfactory response has been forthcoming. There are ways of circumventing it I guess or opposing it (maybe using ISPs in China, Russia or North Korea???). The issue

Re: [R] R project and the TPP

2016-02-05 Thread Boris Steipe
directly impact the R project. > However, it could impact many R users. > > >* For example, if someone decides that something you have on the > web includes material for which they claim copyright, the TPP allows them to > order your Internet Service Provider

Re: [R] R project and the TPP

2016-02-05 Thread José Bustos
Thank everyone, I have found some good, but limited infomation about it. As Ross Ihaka mention in his presentation: "Houston, We Have a Problem". The R software is a important part of the Free Software Fundation, they have been fighting back TPP long time, but last weeks in Chile was not so good.

Re: [R] R project and the TPP

2016-02-04 Thread Ted Harding
Saludos José! Could you please give a summary of the relevant parts of TPP that might affect the use of R? I have looked up TPP on Wikipedia without beginning to understand what it might imply for the use of R. Best wishes, Ted. On 04-Feb-2016 14:43:29 José Bustos wrote: > Hi everyone, > > I

Re: [R] R project and the TPP

2016-02-04 Thread Marc Schwartz
Ted and José, The FSF has a blog post here that might provide some insights: http://www.fsf.org/blogs/licensing/time-to-act-on-tpp-is-now-rallies-against-tpp-in-washington-d-c-november-14-18 That is from last November, but the relevant passage, perhaps in a temporal vacuum, seems to be the

Re: [R] R project and the TPP

2016-02-04 Thread Rolf Turner
Quite a while ago I went to talk (I think it may have been at an NZSA conference) given by the great Ross Ihaka. I forget the details but my vague recollection was that it involved a technique for automatic choice of some sort of smoothing parameter involved in a graphical display.

Re: [R] R project and the TPP

2016-02-04 Thread David Winsemius
> On Feb 4, 2016, at 3:15 PM, Rolf Turner wrote: > > > > Quite a while ago I went to talk (I think it may have been at an NZSA > conference) given by the great Ross Ihaka. I forget the details but my vague > recollection was that it involved a technique for

Re: [R] R project and the TPP

2016-02-04 Thread Spencer Graves
It's not clear if the TPP would ever directly impact the R project. However, it could impact many R users. * For example, if someone decides that something you have on the web includes material for which they claim copyright, the TPP allows them to order your Internet

Re: [R] R project and the TPP

2016-02-04 Thread Spencer Graves
On 2/4/2016 6:59 PM, David Winsemius wrote: On Feb 4, 2016, at 3:15 PM, Rolf Turner wrote: Quite a while ago I went to talk (I think it may have been at an NZSA conference) given by the great Ross Ihaka. I forget the details but my vague recollection was that it

[R] R project and the TPP

2016-02-04 Thread José Bustos
Hi everyone, I have a question regarding the use R software under the new TPP laws adopted by some governments in the region. Who know how this new agreements will affect researchers and the R community? Hope some of you knows better and can give ideas about it. saludos, José

[R] R-project on App-V 5

2015-07-08 Thread Gilfred Tan
Hi Here at Aberdeen Asset Management . We are in the process of looking to move to a VDI environment (based on Win7) and are wanting to deploy the R-project via Microsoft App-V 5. Based around this I have a series of technical queries regarding your application. Firstly can I ask you

Re: [R] R-project on App-V 5

2015-07-08 Thread Bert Gunter
Here at Aberdeen Asset Management . We are in the process of looking to move to a VDI environment (based on Win7) and are wanting to deploy the R-project via Microsoft App-V 5. Based around this I have a series of technical queries regarding your application. Firstly can I ask you to please

Re: [R] R-project on App-V 5

2015-07-08 Thread Thierry Onkelinx
gilfred@aberdeen-asset.com: Hi Here at Aberdeen Asset Management . We are in the process of looking to move to a VDI environment (based on Win7) and are wanting to deploy the R-project via Microsoft App-V 5. Based around this I have a series of technical queries regarding your application

[R] How to cite R-Project

2014-10-29 Thread ROCIO SASMAY MONTANO
Dear Sirs I'm editorial assistant of Chilean Journal of Agricultural Research and I need to cite R-Project with the format: STATISTICA (StatSoft, Inc., Tulsa, Oklahoma, USA). Could you give me the right citation? Thanks Best regards -- Rocío Sasmay M. Asistente de Edición ChileanJAR INIA

Re: [R] How to cite R-Project

2014-10-29 Thread Jeff Newmiller
excuse my brevity. On October 29, 2014 5:42:49 AM PDT, ROCIO SASMAY MONTANO rsas...@inia.cl wrote: Dear Sirs I'm editorial assistant of Chilean Journal of Agricultural Research and I need to cite R-Project with the format: STATISTICA (StatSoft, Inc., Tulsa, Oklahoma, USA). Could you give me

Re: [R] How to cite R-Project

2014-10-29 Thread Duncan Murdoch
On 29/10/2014 8:42 AM, ROCIO SASMAY MONTANO wrote: Dear Sirs I'm editorial assistant of Chilean Journal of Agricultural Research and I need to cite R-Project with the format: STATISTICA (StatSoft, Inc., Tulsa, Oklahoma, USA). Could you give me the right citation? Thanks Best regards Here's

Re: [R] project parallel help

2013-10-15 Thread Jeff Newmiller
The session info is helpful. To the best of my knowledge there is no easy way to share memory between R processes other than forking. You can use clusterExport to make global copies of large data structures in each process and pass index values to your function to reduce copy costs at a price

Re: [R] project parallel help

2013-10-15 Thread Jeffrey Flint
How can I copy distinct blocks of data to each process? On Mon, Oct 14, 2013 at 10:21 PM, Jeff Newmiller jdnew...@dcn.davis.ca.us wrote: The session info is helpful. To the best of my knowledge there is no easy way to share memory between R processes other than forking. You can use

Re: [R] project parallel help

2013-10-15 Thread Jeff Newmiller
As parameters. For example, if you have 100 simulations, set up a list of 4 distinct sets of data (1:25, 26:50, etc) and call the single-threaded processing function from parLapply iterated four times. Then each instance of the processing function won't return until it has completed 25

[R] project parallel help

2013-10-14 Thread Jeffrey Flint
I'm running package parallel in R-3.0.2. Below are the execution times using system.time for when executing serially versus in parallel (with 2 cores) using parRapply. Serially: user system elapsed 4.670.034.71 Using package parallel: user system elapsed 3.820.12

Re: [R] project parallel help

2013-10-14 Thread Jeff Newmiller
Your question misses on several points in the Posting Guide so any answers are handicapped by you. There is an overhead in using parallel processing, and the value of two cores is marginal at best. In general parallel by forking is more efficient than parallel by SNOW, but the former is not

Re: [R] project parallel help

2013-10-14 Thread Jeffrey Flint
Jeff: Thank you for your response. Please let me know how I can unhandicap my question. I tried my best to be concise. Maybe this will help: version _ platform i386-w64-mingw32 arch i386 os mingw32 system i386, mingw32 status major

[R] total number of citations for R project

2012-11-07 Thread gianni lavaredo
Dear Member list, is there a weblink or a paper where the total number of citations for R project is report? Thanks in advance Gianni [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [R] total number of citations for R project

2012-11-07 Thread ONKELINX, Thierry
project Dear Member list, is there a weblink or a paper where the total number of citations for R project is report? Thanks in advance Gianni [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch

[R] Correct Place to Seek an R-Project Consultant?

2012-08-06 Thread Vik Rubenfeld
I would like to find out how to apply commands found in the bayesm package, to analyze data gathered via a choice-based conjoint study. Is there a web resource where I can seek an R-Project consultant experienced in this, who I could hire to walk me through the appropriate bayesm commands

[R] r-project, votre plateforme transfert de fichier

2012-06-01 Thread Y. Ledroit
[1]transfert [2]transfert [3]fichier [4]fichier [5]sécurisé [6]sécurisé Bonjour, Vous êtes plus de 200 000 utilisateurs à échanger vos fichiers professionnels en

[R] Integrating R project into your product

2012-03-15 Thread AGGARWAL, NEERAJ (NEERAJ)
Hi All, We have a product that performs ETL on files and finally load the database. We want to give the web based interface displaying graphs (that are generated using R-project forcasting) from this database. But R-Project is stand alone desktop based software and it takes commands at command

Re: [R] Integrating R project into your product

2012-03-15 Thread Steve Lianoglou
Hi, On Fri, Mar 16, 2012 at 12:17 AM, AGGARWAL, NEERAJ (NEERAJ) neeraj.aggar...@alcatel-lucent.com wrote: Hi All, We have a product that performs ETL on files and finally load the database. We want to give the web based interface displaying graphs (that are generated using R-project

[R] R-Project at university.

2012-02-02 Thread Sylhetrin
questions about the R-Project, as far as I'm aware of on your website the program appears to be free to use, which captured my eyes, but does that mean this program (r-project) can be used by any degree students, for instance as a leaner or a teacher, on the other hand are there any limitations

Re: [R] R-Project at university.

2012-02-02 Thread R. Michael Weylandt
Disclaimer: I am a lawyer so this all should be verified elsewhere, but best I understand it (and would welcome verification by someone who knows more about this): The R-Project (broadly taken) is an extensive collection of packages + a core interpreter. The interpreter, the base packages

Re: [R] R-Project at university.

2012-02-02 Thread Jeff Newmiller
is Technology and Mechanical Engineering on Integrated process of manufacturing systems, also I held a Bachelor's degree on Automation and Robotics. However I have a view questions about the R-Project, as far as I'm aware of on your website the program appears to be free to use, which captured my eyes

Re: [R] FW: R project

2012-01-31 Thread talexandris
-Original Message- From: Prof Brian Ripley [mailto:rip...@stats.ox.ac.uk] Sent: Tuesday, January 31, 2012 3:14 PM To: Alexandris Theodoros Cc: c...@r-project.org; Vlachos Nikolaos; Chatzivasiloglou Ioannis; Konrat Aggeliki-Elfride Subject: Re: FW: R project This is the address

Re: [R] Monetary support to the R-project (Was: Re: Executable for Production Use)

2011-12-15 Thread Uwe Ligges
On 15.12.2011 04:09, Xu Wang wrote: I am still interested in this. Is there no way to pay directly online? via paypal or other? No. Uwe Ligges Thanks, Xu -- View this message in context: http://r.789695.n4.nabble.com/Re-Monetary-support-to-the-R-project-Was-Re-Executable-for-Production

Re: [R] Monetary support to the R-project (Was: Re: Executable for Production Use)

2011-12-14 Thread Xu Wang
I am still interested in this. Is there no way to pay directly online? via paypal or other? Thanks, Xu -- View this message in context: http://r.789695.n4.nabble.com/Re-Monetary-support-to-the-R-project-Was-Re-Executable-for-Production-Use-tp1585186p4198369.html Sent from the R help mailing

Re: [R] Project local libraries (reproducible research)

2011-12-05 Thread Hadley Wickham
On Sat, Dec 3, 2011 at 11:16 AM, Jim Lemon j...@bitwrit.com.au wrote: On 12/03/2011 06:04 AM, Hadley Wickham wrote: Hi all, I was wondering if any one had scripts that they could share for capturing the current version of R packages used for a project. I'm interested in creating a project

Re: [R] Project local libraries (reproducible research)

2011-12-03 Thread Jim Lemon
On 12/03/2011 06:04 AM, Hadley Wickham wrote: Hi all, I was wondering if any one had scripts that they could share for capturing the current version of R packages used for a project. I'm interested in creating a project local library so that you're safe if someone (e.g. the ggplot2 author)

[R] Project local libraries (reproducible research)

2011-12-02 Thread Hadley Wickham
Hi all, I was wondering if any one had scripts that they could share for capturing the current version of R packages used for a project. I'm interested in creating a project local library so that you're safe if someone (e.g. the ggplot2 author) updates a package you're relying on and breaks your

[R] Need help with my R- Project

2011-07-02 Thread akaebi
but not least... what happens if you change the scattering and the normal distribution I am looking forward to answers! many thanks! I'm just really desperate -- View this message in context: http://r.789695.n4.nabble.com/Need-help-with-my-R-Project-tp3640419p3640419.html Sent from the R help

Re: [R] Need help with my R- Project

2011-07-02 Thread Uwe Ligges
the problems yourself, the first to ask is your supervisor. Uwe Ligges -- View this message in context: http://r.789695.n4.nabble.com/Need-help-with-my-R-Project-tp3640419p3640419.html Sent from the R help mailing list archive at Nabble.com. __ R

[R] can't run rjags package in R project

2011-05-12 Thread besbesmany
i've windows 7 64 bit operating system i run latest jags backage 2.2 i make set enviroment variable for JAGS_home because the rjags in r program couldn't see the JAGS sw now the error is the following: Error : .onLoad failed in loadNamespace() for 'rjags', details: call: inDL(x,

Re: [R] can't run rjags package in R project

2011-05-12 Thread Prof Brian Ripley
On Thu, 12 May 2011, besbesmany wrote: i've windows 7 64 bit operating system i run latest jags backage 2.2 i make set enviroment variable for JAGS_home because the rjags in r program couldn't see the JAGS sw now the error is the following: Error : .onLoad failed in loadNamespace() for

[R] R-project: plot 2 zoo objects (price series) that have some date mis-matches

2011-04-03 Thread algotr8der
, ?plot.zoo and ?axis documentation without any success. I would greatly appreciate if anyone can point me in the right direction. Thank you kindly. -- View this message in context: http://r.789695.n4.nabble.com/R-project-plot-2-zoo-objects-price-series-that-have-some-date-mis-matches

Re: [R] R-project: plot 2 zoo objects (price series) that have some date mis-matches

2011-04-03 Thread Gabor Grothendieck
On Sun, Apr 3, 2011 at 1:57 PM, algotr8der algotr8...@gmail.com wrote: I have 2 zoo objects - 1) Interest rate spread between 10-YR-US-Treasury and 2-YR-US-Treasury (object name = sprd) 2) SP 500 index (object name = spy) str(spy) ‘zoo’ series from 1976-06-01 to 2011-03-31  Data: num

[R] Neutral sources that attest to the success of the R project?

2011-03-25 Thread Tal Galili
Hello everyone, The R (programming language) article in Wikipedia was nominated as a Engineering and technology good article but did *not* meet the good article criteria at the time (2010). The reviewer at the time made two interesting comments about the article: - Sources are almost all

[R] R Project for measurement of earnings management

2010-11-16 Thread Alireza Vafaei
. in year 2006) I could obtain these two source programs off the R-Project website (i.e. www.r-project.org/http://www.r-project.org/), however, no longer I can get access to these two source files. The files are called Prog.txt and Prog2.txt (saved in notepad in text format). I would really

Re: [R] ask a question about list in R project

2010-06-29 Thread Joshua Wiley
Hello, It looks to me like you want all the values of 'mylist' returned in a list except for a[i] for each element of a. In this case, length(a) = 4, so you want 4 lists. If this is not what you were trying to do, perhaps you could explain the pattern between your data and your desired output.

  1   2   >