similar to: [OT] new R logo in vector graphics format

Displaying 20 results from an estimated 5000 matches similar to: "[OT] new R logo in vector graphics format"

2013 Sep 21
2
regenerate Rscript after moving R installation
L.S. In this bug report https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14493#c1 it is mentioned that after moving an R installation one should regenerate the Rscript executable. Is there an easy way to do so (after an R installation has been moved)? I have not found any information in the R installation and administration manual. Many thanks in advance for any pointer. Best wishes,
2013 Jan 15
0
Job Opening: Bioinformatician at OpenAnalytics (Belgium)
L.S. OpenAnalytics is an international company providing data analysis services and products across geographies and industrial sectors. We are currently looking to expand our bioinformatics team with a candidate who fits the following profile: Bioinformatician: MSc / PhD in Computational Biology, Computer Science or Bioinformatics A detailed description can be found at
2014 Aug 11
0
Job Openings: Data Analyst and Data Scientist at OpenAnalytics (Belgium)
OpenAnalytics is an international company providing data analysis services and products across geographies and industrial sectors. We are currently looking to expand our team with the following profiles: Data Analyst: MSc / PhD in Computational Biology, Bioinformatics or Statistics with a keen interest in data analysis Data Scientist: MSc / PhD in Statistics, Applied Mathematics or Computer
2016 Oct 18
0
Job Openings: Statisticians and Data Scientists at Open Analytics (Belgium)
Open Analytics is an international company providing data analysis services and products across geographies and industrial sectors. We are currently looking to expand our team with the following profiles: Statisticians: MSc / PhD in Statistics, Applied Mathematics or Computer Science Data Scientists: MSc / PhD in Computer Science, Engineering or Statistics A detailed description can be found at
2015 Jun 06
1
NEWS file inconsistency
Many thanks, Duncan. We will check the prerelease versions of R 3.2.1. Best regards, Tobias ----- Original Message ----- > From: "Duncan Murdoch" <murdoch.duncan at gmail.com> > To: "Tobias Verbeke" <tobias.verbeke at openanalytics.eu>, "r-devel at r-project.org" <r-devel at r-project.org> > Sent: Saturday, June 6, 2015 2:37:04 PM >
2015 Jan 23
5
Programming Tools CTV
Hi all, Sorry if this doesn't end up in the thread. Tobias Verbeke forwarded that e-mail to me, because he thought I would be interested in maintaining the Programming Tools CTV. I wasn't subscribed to R-devel yet, but I would indeed like to volunteer to maintain the Programming Tools CTV. It will be my first time creating a CTV, so some guidance on getting it setup will be appreciated.
2015 Jan 23
1
Programming Tools CTV
Dear Willem, Personally, I use the R-forge project for the distribution CTV : https://r-forge.r-project.org/projects/ctv/ It?s an alternative option to github. Regards, Christophe --------------------------------------- Christophe Dutang LMM, UdM, Le Mans, France web: http://dutangc.free.fr Le 23 janv. 2015 ? 12:49, Luca Braglia <lbraglia at gmail.com> a ?crit : > Hi Willem >
2011 Jun 27
1
job opening
L.S. OpenAnalytics is an international company providing data analysis services and products across geographies and industrial sectors. We are currently looking to extend our team with the following profile Data analyst: MSc / PhD in molecular or computational biology having a keen interest in data analysis A detailed description can be found at http://www.openanalytics.eu/jobs Strong R
2010 Jul 20
0
job openings
L.S. OpenAnalytics is an international company providing data analysis services and products across geographies and industrial sectors. We are currently looking to extend our team with the following two profiles * Data analyst: MSc / PhD in computational biology or molecular biology with a keen interest in data analysis * Statistician: MSc / PhD in statistics, biostatistics or applied
2009 Jun 21
5
Roxygen vs Sweave for S4 documentation
Hi, I have been using R for a while. Recently, I have begun converting my package into S4 classes. I was previously using Rdoc for documentation. Now, I am looking to use the best tool for S4 documentation. It seems that the best choices for me are Roxygen and Sweave (I am fine with tex). Are there any users of Roxygen or Sweave who can comment on the strengths or weaknesses of one or othe
2015 Jun 06
2
NEWS file inconsistency
L.S. I noticed the NEWS file as made available at http://cran.r-project.org/src/base/NEWS became inconsistent in describing CHANGES for a new R version: $ wget http://cran.r-project.org/src/base/NEWS $ cat NEWS | grep 'CHANGES IN ' CHANGES IN 3.2.0: CHANGES IN R 3.1.3: CHANGES IN R 3.1.2: CHANGES IN R 3.1.1: CHANGES IN R 3.1.0: CHANGES IN R 3.0.3: CHANGES IN R 3.0.2: CHANGES IN R 3.0.1:
2014 May 06
2
R crash using Sys.which on Windows
Dear list, When installing the latest version of Rtools (3.1.0.1942) into a path that contains more than 96 characters on Windows 7 64-bit, e.g. into C:\TheLatestRtoolsInAPathWithMoreThanNinetySixCharactersWillCrashTheRSessionUponCallingTheSysWhichFunctionInRToGetTheGccPath and assuming that the Rtools bin paths have been appropriately added to the PATH environment variable as in
2011 Jan 23
3
using gsarima package with R
I am trying to use function garsim from package gsarima. I can download gsarima package from http://cran.fyxm.net/web/packages/gsarima/index.html for linux. But how I can add it to R. I have compiled and installed R from its R source code under Ubuntu. regards. -- Amar Kumar Nandan Karnataka ,India , 560100 http://aknandan.co.nr [[alternative HTML version deleted]]
2010 Feb 07
1
p.adjust.Rd sugggestion
L.S. In the current version of ?p.adjust.Rd, one needs to scroll down to the examples section to find confirmation of one's guess that "fdr" is an alias of "BH". Please find a patch in attachment which mentions this explicitly. Best, Tobias -------------- next part -------------- A non-text attachment was scrubbed... Name: p.adjust.Rd.patch Type: text/x-patch Size: 633
2013 Jan 02
1
scientific notation and comparison with character variable
L.S. Is the following expected and/or documented? > 1e-2 < "0.05" [1] TRUE > 1e-4 < "0.05" [1] FALSE Many thanks in advance for any pointer. Best, Tobias > sessionInfo() R Under development (unstable) (2013-01-01 r61512) Platform: i386-w64-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [3]
2011 Mar 21
1
texi2dvi / egrep issue shows (a.o.) up in R-alpha
L.S. I noticed weird tools::texi2dvi behaviour on R-alpha when specifying an absolute path to the .tex file. The same phenomenon also appears to occur on R-2.12.2, so maybe the issue is independent of R. I hope I did not overlook any important information. Best, Tobias > require(tools) Loading required package: tools > getwd() [1] "/home/tobias" >
2009 Jan 28
2
Repeated measures design for GAM? - corrected question...
Dear all, I have a question on the use of GAM with repeated measures. My dataset is as follows: - a number of study areas where bird abundance has been determined. Counts have been performed in 3 consecutive years and there were 2 counts per year (i.e. in total 6 counts). - a number of environmental predictors that do not change over year Xi). When using a GLM, a repeated measures design would
2009 Apr 15
3
Kruskal's MDS results
Dear List, I'm trying to interpret the results of the Kruskal's Non-metric Multidimensional Scaling algorithm (isoMDS, MASS package). The 'goodness of fit' is reported as "The final stress achieved (in percent)". What does this mean exactly? I've tried to google for an answer but I've not come up with a definitive answer. Regards, Dieter -- Dieter Vanderelst
2015 Jan 23
0
Programming Tools CTV
Hi Willem thanks for volounteering. To the best of my knowledge (regarding the machinery side), if you're planning to use github (and maybe even if you don't) you can "stole" ideas from https://github.com/ropensci/webservices https://github.com/lbraglia/PackageDevelopmentTaskView (minor modifications from webservices) https://github.com/eddelbuettel/ctv-finance or
2015 Jan 23
1
Programming Tools CTV
I'd strongly second the notion of using github. The biggest advantage is that others can easily contribute changes through pull requests which lifts much of the burden from your shoulders. Hadley On Fri, Jan 23, 2015 at 3:49 AM, Luca Braglia <lbraglia at gmail.com> wrote: > Hi Willem > > thanks for volounteering. > > To the best of my knowledge (regarding the machinery