# move one folder up from the current file, e.g.:
setwd('/home/pvermees/Documents/Programming/R/simplex/')
if (FALSE){ # update dependencies
remotes::install_github('tim-band/shinylight')
remotes::install_github('pvermees/isoplotr')
}
source('R/calibrate.R')
source('R/calibration.R')
source('R/drift.R')
source('R/io.R')
source('R/logratios.R')
source('R/method.R')
source('R/pairing.R')
source('R/postprocess.R')
source('R/standard.R')
source('R/toolbox.R')
source('R/trim.R')
source('R/app.R')
load('data/Cameca_UPb.rda')
load('data/Cameca_UThPb.rda')
load('data/Cameca_oxygen.rda')
load('data/Cameca_sulphur.rda')
load('data/SHRIMP_UPb.rda')
shinylight::slStop()
freeformServer(port=8000,test=TRUE,daemonize=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.