Displaying 4 results from an estimated 4 matches for "fgcz".
Did you mean:
fgc4
2008 Aug 11
1
Unwanted carriage returns storing dataframes with dbWriteTable
...t\r
>
--
Hansruedi Baetschmann
dipl.math.ETH et lic.oec.HSG
Mail Weierweg 16
CH-8725 Ernetschwil Functional Genomics Center Zurich
Winterthurerstrasse 190 / Y32H66
CH-8057 Z?rich
Phone +41 79 235 46 49 +41 44 635 39 (64 | 24 | Fax 22)
Email habae at hispeed.ch habae at fgcz.ethz.ch
URL homepage.hispeed.ch/bae <http://homepage.hispeed.ch/bae>
www.fgcz.ethz.ch/people/hbaetschmann
<http://www.fgcz.ethz.ch/people/hbaetschmann>
Blog blogs.ethz.ch/bae <http://blogs.ethz.ch/bae>
2018 Jul 09
2
Parametrized Vignettest in R packages
On 09/07/2018 3:24 PM, Witold E Wolski wrote:
> Dear Yihui,
>
> Thank you for the valuable questions.
>
> sample_analysis is a "tibble" while
> configuration is an "R6" class.
> But I also have parametrized reports where I pass R reference classes
> as arguments.
>
> This is the Rmd yaml params part corresponding to the error message.
>
>
2018 Jul 09
0
Parametrized Vignettest in R packages
...t most importantly it also still works with:
rmarkdown::render("vignettes/tr_srm_summary.Rmd",
params=list(configuration=skylineconfig, data=sample_analysis ))
THANK YOU.
This is how my vignette header looks (see below) and it works.
---
title: "Titel"
author: "WEW at FGCZ.ETHZ.CH"
date: "`r Sys.Date()`"
output:
pdf_document: default
html_document: default
params:
configuration: !r quote(get(data(skylineconfig, package="myPackage")))
data: !r quote(get(data(sample_analysis, package="myPackage")))
vignette: >
%\Vignette...
2013 May 08
0
Using the Sun Grid Engine with R-3.0
Dear all
In previous R versions I ran R jobs on our cluster managed by SUN Grid
Engine using the Rsge package. With the R-3.0 release, the package Rsge
has been discontinued. What would be the equivalent way of running jobs
on the cluster using current packages?
I understand that the parallel package has been updated. What would be
the equivalent to the lines below:
require(Rsge)