Nothing
# This is only to avoid "no visible binding" notes in package check. Source solution :
# https://community.rstudio.com/t/how-to-solve-no-visible-binding-for-global-variable-note/28887/3
# "hideous hack" according to https://stackoverflow.com/questions/9439256/how-can-i-handle-r-cmd-check-no-visible-binding-for-global-variable-notes-when
## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1") utils::globalVariables(c(
"."
,'checkCat'
,'content'
,'opBrPN'
,'tags'
,'HTML'
,'docContentRet'
,'stepStr'
,'findStt'
,'findEnd'
,'nbStt'
,'nbEnd'
,'catLvl'
,'inc1'
,'inc2'
,'inc3'
,'opBr'
,'clBr'
,'anyBr'
,'tst1'
,'tst2'
,'tst3'
,'content'
,'opBr'
,'clBr'
,'ret1'
,'ret2'
,'ret3'
,'conCat'
,'conCatLim'
,'opBrPlace'
,'nbTabs'
,'catLvl'
,'anyBr'
,'brTag'
,'isCur'
,'isSecStart'
,'opBrPN'
,'checkCat'
,'heure_seconds'
,'endOf'
,'dt_seconds'
,'fulPath'
,'ext'
,'locPath'
,'cst'
,'fName'
,'complete_pop'
,'ljc_inX'
,'ljc_inY'
,'check'
,'req'
,'value'
,'is_problem'
,'heure_seconds'
,'endOf'
,'dt_seconds'
,'secsPerMLines'
,'tbName'
,'generate_pop'
,'complete_pop'
,'ljc_xID'
,'ljc_yID'
,'ljc_inX'
,'ljc_inY'
,'check'
,'req'
,'value'
,'is_problem'
,'heure_seconds'
,'endOf'
,'dt_seconds'
,'secsPerMLines'
,'dtemax'
,'dtemin'
,'tmrDateTime'
,'tmrPrevTime'
,'tmrNextTime'
,'tmrDtToNext'
,'tmrDtToPrev'
,'tmrDt'
,'tmrDateTime'
,'tmrDtPeriod'
,'passBr'
,'dt_num'
,'dt_text'
,'timeStamp'
,'timeStamp_num'
,'step'
,'raw1'
,'raw2'
,'raw3'
,'lvl_1'
,'lvl_2'
,'lvl_3'
,'tmp_inX'
,'tmp_inY'
))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.