You could make it easier to run your demo by moving the files to inst/demo which gets copied to your user's machine when they install. Then you can always find the files using list.files(system.file("demo", package="VariantSurvival"), full.names = TRUE)
You could make it easier to run your demo by moving the files to
inst/demowhich gets copied to your user's machine when they install. Then you can always find the files usinglist.files(system.file("demo", package="VariantSurvival"), full.names = TRUE)