<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Efren,<div><br></div><div><div>here are some examples for directories:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(38, 51, 213); "><span style="color: #000000"><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(38, 51, 213); "><span style="color: #000000"><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(38, 51, 213); "><span style="color: #000000">Dir_PV_inp.s <- paste(</span>'L:/scratch/ksickel/FLUX/PV-input_files/'<span style="color: #000000">)</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(38, 51, 213); "><span style="color: #000000">Dir_PV_out.s <- paste(</span>'L:/scratch/ksickel/FLUX/fluxpart_new/'<span style="color: #000000">)</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(38, 51, 213); "><span style="color: #000000">Dir_R_inp.s  <- paste(</span>'L:/scratch/ksickel/FLUX/R_input_files/test/'<span style="color: #000000">)</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(38, 51, 213); "><span style="color: #77482d">Dir_R_out.s  <- paste(</span>'L:/scratch/ksickel/FLUX/R_output/REddyResults_AT-Neu_2004/'<span style="color: #77482d">)</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; min-height: 13px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; ">Dir_PV_out.s <- paste(<span style="color: #2633d5">'D:/my_R/REddyProc/out'</span>)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(38, 51, 213); "><span style="color: #000000">Dir_R_out.s  <- paste(</span>'D:/my_R/REddyProc/out4'<span style="color: #000000">)</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; min-height: 13px; "><br></div></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; min-height: 13px; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; ">PVinp.F <- fLoadTXTIntoDataframe(FPV_inp , Dir_PV_inp.s)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; ">PVout.F <- fLoadTXTIntoDataframe(FPV_out, Dir_PV_out.s)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; ">Rint.F  <- fLoadTXTIntoDataframe(FR_inp, Dir_R_inp.s)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; color: rgb(119, 72, 45); ">Rout.F  <- fLoadTXTIntoDataframe(FR_out, Dir_R_out.s)</div><div><br></div></div><div>Cheers Kerstin</div><div><br></div><div><br><div><div>On Mar 26, 2015, at 6:23 PM, Efren Lopez Blanco wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<div>
<div style="word-wrap:break-word">Hello,
<div><br>
</div>
<div>I’ve successfully installed ReddyProc package in R. The script run fluently the dummy dataset provided (“Example_DETha98.txt"). However, I am on trouble when I try to run my own dataset (please find it attached). If I run the code in such a way that….</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>#+++ Simple example code for using the sEddyProc reference class +++</div>
<div>  </div>
<div>  if( TRUE ) { #Do not always execute example code (e.g. on package installation)</div>
<div>    </div>
<div>    #+++ Load data with one header and one unit row from (tab-delimited) text file</div>
<div>    Dir.s <- paste(system.file(package='REddyProc'), 'examples', sep='/')</div>
<div>    #Dir.s <- setwd("/Users/elb/Downloads/REddyProc/inst/examples")</div>
<div>    EddyData.F <- fLoadTXTIntoDataframe(‘<font color="#e32400">EC_2010.txt</font>', Dir.s)</div>
<div>    #+++ If not provided, calculate VPD from Tair and rH</div>
<div>    EddyData.F <- cbind(EddyData.F,VPD=fCalcVPDfromRHandTair(EddyData.F$rH, EddyData.F$Tair)) ….</div>
<div>    </div>
</div>
<div><br>
</div>
<div>I got an error message:</div>
<div><br>
</div>
<div>
<div><font color="#e32400">Error in fSetFile(FileName.s, Dir.s, T, "fLoadTXTIntoDataframe") : </font></div>
<div><font color="#e32400">  fLoadTXTIntoDataframe:::fSetFile::: File does not exist or has no read permission: /Users/elb/Library/R/3.1/library/REddyProc/examples/EC_2010.txt</font></div>
</div>
<div><br>
</div>
<div>Where shall I allocate my EC_2010.txt file? .../REddyProc/inst/examples?</div>
<div><br>
</div>
<div>Shall I set up anything else?</div>
<div><br>
</div>
<div>Best,</div>
<div>Efren</div>
<div><br>
</div>
<div></div>
</div>
<div style="word-wrap:break-word">
<div></div>
<div><br>
</div>
</div>
</div>

<span><EC_2010.txt></span>_______________________________________________<br>Reddyproc-users mailing list<br><a href="mailto:Reddyproc-users@lists.r-forge.r-project.org">Reddyproc-users@lists.r-forge.r-project.org</a><br>http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/reddyproc-users<br></blockquote></div><br></div></body></html>