[R] Coding C++ in R. What is faster : Using bosst external libraries or R.h header file?

2012-03-13 Thread Ian Schiller
! ** IAN SCHILLER, M.Sc. Statistical research assistant, Division of Clinical Epidemiology, McGill University Health Center Assistant de recherche en statistiques, Département d'Épidémiologie Clinique, Centre

Re: [R] Coding C++ in R. What is faster : Using bosst external libraries or R.h header file?

2012-03-13 Thread Ian Schiller
Thank you Michael, Your advices are truly appreciated! Ian -Original Message- From: R. Michael Weylandt [mailto:michael.weyla...@gmail.com] Sent: 13 mars 2012 09:44 To: Ian Schiller Cc: r-help@r-project.org Subject: Re: [R] Coding C++ in R. What is faster : Using bosst external

[R] Calling R functions within C/C++

2012-01-05 Thread Ian Schiller
function such that this line of code (or any equivalent code) is valid? ... } } } Thanks, ** IAN SCHILLER, M.Sc. Statistical research

Re: [R] Calling R functions within C/C++

2012-01-05 Thread Ian Schiller
I am not sure if you have found Rcpp yet I will take a look for sure! Thanks a lot! Ian -Original Message- From: Dirk Eddelbuettel [mailto:e...@debian.org] Sent: 5 janvier 2012 15:18 To: Ian Schiller Cc: r-help@r-project.org Subject: Re: [R] Calling R functions within C/C++ On 5

[R] R CMD build creates tar file instead of tar.gz file

2011-03-24 Thread Ian Schiller
x64 edition if it can help. Any clues on how to solve this issue would be appreciated. Ian ** IAN SCHILLER, M.Sc. Statistical research assistant, Division of Clinical

Re: [R] R CMD build creates tar file instead of tar.gz file

2011-03-24 Thread Ian Schiller
** IAN SCHILLER, M.Sc. Statistical research assistant, Division of Clinical Epidemiology, McGill University Health Center Assistant de recherche en statistiques, Département d'Épidémiologie Clinique, Centre Universitaire de Santé Mcgill Tel: 514 934 1934 ext. 36925 Email: ian.schil

Re: [R] R CMD build creates tar file instead of tar.gz file

2011-03-24 Thread Ian Schiller
Oh Sorry Mr Murdoch! I read a post where both you and Brian Ripley were involved and the confusion probably arose from that! Ok thanks Mr Ligges. Ian ** IAN SCHILLER

Re: [R] R CMD build creates tar file instead of tar.gz file

2011-03-24 Thread Ian Schiller
. Can you try doing the build on a 32 bit OS, or on Windows 7? I'll give it a shot. Thanks again Mr. Murdoch (got it now!) Ian ** IAN SCHILLER, M.Sc. Statistical research

Re: [R] R CMD build creates tar file instead of tar.gz file

2011-03-24 Thread Ian Schiller
variables that may compensate for a mis-configured system. Thanks! I'll try this too. Ian ** IAN SCHILLER, M.Sc. Statistical research assistant, Division of Clinical

Re: [R] R CMD build creates tar file instead of tar.gz file

2011-03-24 Thread Ian Schiller
** IAN SCHILLER, M.Sc. Statistical research assistant, Division of Clinical Epidemiology, McGill University Health Center Assistant de recherche en statistiques, Département d'Épidémiologie Clinique, Centre

Re: [R] R CMD build creates tar file instead of tar.gz file

2011-03-24 Thread Ian Schiller
You likely have the Hide extensions options enabled on your Windows system. Yes you're right! Guys, I thank you all for your precious help! Ian ** IAN SCHILLER, M.Sc

Re: [R] R CMD build creates tar file instead of tar.gz file

2011-03-24 Thread Ian Schiller
into the Rtools/bin folder for example. This will prevent any change to the path and avoid typographical errors. Thanks! Ian ** IAN SCHILLER, M.Sc. Statistical

[R] How do I install (download) a package with my own package?

2010-10-28 Thread Ian Schiller
I want to create my own package in which some of my functions depend on functions already existing in another package that is not part of the default library (i.e. when you install R for the first time, you need to download that package to access the functions.) Is there a way to bundle this