[Bioc-devel] Bioconductor issue 396: Vignette building problem for OPWpaper package

Shakil Mohamad shakilmohamad7 at gmail.com
Mon Jul 17 10:25:26 CEST 2017


Hi,

I manually stored some .RDATA in one of my package's folder named 'results'
located in the 'inst' folder (
https://github.com/mshasan/OPWpaper/inst/simulations/results). I need to
use those .RDATA to build the vignettes. For example, one of my vignettes'
names is 'FWER_and_FDR' in which I tried the following code to load .RDATA.
Although it passed R CMD check but did not pass BioCheck. Can you tell me
what can I do?

```{r load_fwer_data}
fwer_dat <- system.file("simulations/results", package = "OPWpaper")
setwd(fwer_dat)
load("simu_fwer.RDATA")

# another way---------
# load(system.file("simulations/results", "simu_fwer.RDATA", package =
"OPWpaper"), envir = environment())
```

Thank you, I appreciate your time and considerations.

-----
Shakil



<https://mailtrack.io/> Sent with Mailtrack
<https://mailtrack.io/install?source=signature&lang=en&referral=shakilmohamad7@gmail.com&idSignature=22>

	[[alternative HTML version deleted]]



More information about the Bioc-devel mailing list