Files in BioPharmSoftGrp/BaSS
PREP - Packages fRom tEmPlates

.Rbuildignore
.gitattributes
.github/.gitignore
.github/workflows/R-CMD-check-dev.yaml
.github/workflows/R-CMD-check-master.yaml
.github/workflows/R-build-dev.yaml
.github/workflows/R-build-master.yaml
.gitignore
CONTRIBUTING.md
DESCRIPTION
Index.md
NAMESPACE
NEWS.md
PREP.Rproj
R/AddFunctionToPkg.R R/AddModule.R R/AddModules.R R/AddTab.R R/AddTestToPkg.R R/BuildAndAddPkgToLocalCran.R R/BuildPkgsFromGitHub.R R/CopyFiles.R R/CreateApp.R R/CreateAppPackage.R R/CreateAppPackageFromProjectCreation.R R/CreateAppStandalone.R R/CreateAppStandaloneFromProjectCreation.R R/CreateLocalCranRepo.R R/CreatePackage.R R/CreatePackageFromProjectCreation.R R/GetDirectoryAndName.R R/MiscInternalFunctions.R R/PREP.R R/UpdateRepoOption.R R/createModule.R README.md
_pkgdown.yml
docs/404.html
docs/BaSSProjectStep2.png
docs/CONTRIBUTING.html
docs/CreateProject.png
docs/PREPProjectStep1.png
docs/PrepPkg.png
docs/PrepShinyApp.png
docs/PrepShinyAsPkg.png
docs/apple-touch-icon-120x120.png
docs/apple-touch-icon-152x152.png
docs/apple-touch-icon-180x180.png
docs/apple-touch-icon-60x60.png
docs/apple-touch-icon-76x76.png
docs/apple-touch-icon.png
docs/articles/Example1.html
docs/articles/Example4.png
docs/articles/index.html
docs/articles/intro.html
docs/authors.html
docs/bootstrap-toc.css
docs/bootstrap-toc.js
docs/docsearch.css
docs/docsearch.js
docs/favicon-16x16.png
docs/favicon-32x32.png
docs/favicon.ico
docs/index.html
docs/link.svg
docs/logo.png
docs/news/index.html
docs/pkgdown.css
docs/pkgdown.js
docs/pkgdown.yml
docs/reference/AddFunctionToPkg.html
docs/reference/AddModule.html
docs/reference/AddModules.html
docs/reference/AddTab.html
docs/reference/AddTestToPkg.html
docs/reference/CreateApp.html
docs/reference/CreateAppPackage.html
docs/reference/CreateAppPackageFromProjectCreation.html
docs/reference/CreateAppStandalone.html
docs/reference/CreateAppStandaloneFromProjectCreation.html
docs/reference/CreateModule.html
docs/reference/CreatePackage.html
docs/reference/CreatePackageFromProjectCreation.html
docs/reference/GetDirectoryAndName.html
docs/reference/PREP.html
docs/reference/index.html
inst/ProjectTemplate/CalculationPackage/.Rbuildignore
inst/ProjectTemplate/RShinyApp/.Rhistory
inst/ProjectTemplate/RShinyAppAsPkg/.Rbuildignore
inst/ProjectTemplate/RShinyAppAsPkg/.Rhistory
inst/library/app/mod_DefaultServer.R inst/library/app/mod_DefaultUI.R inst/library/app/mod_DemoTemplateServer.R inst/library/app/mod_DemoTemplateUI.R inst/library/app/mod_SubtabServer.R inst/library/app/mod_SubtabUI.R inst/library/app/old/mod_ClusterServer.R inst/library/app/old/mod_ClusterUI.R inst/library/app/old/mod_ResultViewerServer.R inst/library/app/old/mod_ResultViewerUI.R inst/library/pkg/FunctionTemplate.R inst/library/pkg/TestFunctionTemplate.R
inst/rstudio/templates/project/PREPPackage.dcf
inst/rstudio/templates/project/PREPShinyPkg.dcf
inst/rstudio/templates/project/PREPShinyStandalone.dcf
inst/rstudio/templates/project/logo.png
inst/templates/AppPkg/.Rbuildignore
inst/templates/AppPkg/.Rhistory
inst/templates/AppPkg/AppPkg.Rproj
inst/templates/AppPkg/DESCRIPTION
inst/templates/AppPkg/Instructions.Rmd
inst/templates/AppPkg/Instructions.html
inst/templates/AppPkg/NAMESPACE
inst/templates/AppPkg/R/RunApp.R inst/templates/AppPkg/R/moduleServer.R inst/templates/AppPkg/tests/testthat.R
inst/templates/AppStandalone/AppStandalone.Rproj
inst/templates/AppStandalone/Global.R inst/templates/AppStandalone/Instructions.Rmd
inst/templates/AppStandalone/Instructions.html
inst/templates/AppStandalone/PREPShinyThemes.R inst/templates/AppStandalone/ShinyApp.R
inst/templates/AppStandalone/www/blue-skin-mod.css
inst/templates/AppStandalone/www/bootstrapCosmo.css
inst/templates/Pkg/.Rhistory
inst/templates/Pkg/CalculationPackage.Rproj
inst/templates/Pkg/DESCRIPTION
inst/templates/Pkg/Instructions.Rmd
inst/templates/Pkg/Instructions.html
inst/templates/Pkg/NAMESPACE
inst/templates/Pkg/R/CalcPosteriorProbsBinom.R
inst/templates/Pkg/man/CalcPosteriorProbsBinom.Rd
inst/templates/Pkg/man/hello.Rd
inst/templates/Pkg/tests/testthat.R inst/templates/Pkg/tests/testthat/test-CalcPosteriorProbsBinom.R inst/templates/README.md inst/templates/_shared/app/app_server.R inst/templates/_shared/app/app_ui.R
inst/templates/_shared/img/favicon.ico
inst/templates/_shared/img/logo.png
inst/templates/_shared/modules/mod_FeedbackServer.R inst/templates/_shared/modules/mod_FeedbackUI.R inst/templates/_shared/modules/mod_HomeServer.R inst/templates/_shared/modules/mod_HomeUI.R inst/templates/_shared/modules/mod_OptionsServer.R inst/templates/_shared/modules/mod_OptionsThemeSwitcherServer.R inst/templates/_shared/modules/mod_OptionsThemeSwitcherUI.R inst/templates/_shared/modules/mod_OptionsUI.R inst/templates/_shared/modules/mod_SimulationServer.R inst/templates/_shared/modules/mod_SimulationUI.R inst/templates/_shared/templates/HomeAbout.Rmd inst/templates/_shared/templates/HomeAcknowledgements.Rmd inst/templates/_shared/templates/HomeGettingStarted.Rmd inst/templates/_shared/templates/PowerPointOutput.Rmd inst/templates/_shared/templates/ResultViewerPPT.Rmd inst/templates/_shared/templates/ResultViewerWord.Rmd inst/templates/_shared/templates/SimulationInstructions.Rmd inst/templates/_shared/templates/SimulationIntro.Rmd inst/templates/_shared/templates/WordOutput.Rmd
inst/templates/_shared/templates/ppt.potx
inst/templates/_shared/templates/wordstyle.docx
inst/templates/_shared/themes/BoldRed.R inst/templates/_shared/themes/poor_mans_flatly2.R
logo.png
man/AddFunctionToPkg.Rd man/AddModule.Rd man/AddModules.Rd man/AddTab.Rd man/AddTestToPkg.Rd man/BuildAndAddPkgToLocalCran.Rd man/BuildPkgsFromGitHub.Rd man/CreateApp.Rd man/CreateAppPackage.Rd man/CreateAppPackageFromProjectCreation.Rd man/CreateAppStandalone.Rd man/CreateAppStandaloneFromProjectCreation.Rd man/CreateLocalCranRepo.Rd man/CreateModule.Rd man/CreatePackage.Rd man/CreatePackageFromProjectCreation.Rd man/GetDirectoryAndName.Rd man/PREP.Rd man/UpdateRepoOption.Rd
pkgdown/favicon/apple-touch-icon-120x120.png
pkgdown/favicon/apple-touch-icon-152x152.png
pkgdown/favicon/apple-touch-icon-180x180.png
pkgdown/favicon/apple-touch-icon-60x60.png
pkgdown/favicon/apple-touch-icon-76x76.png
pkgdown/favicon/apple-touch-icon.png
pkgdown/favicon/favicon-16x16.png
pkgdown/favicon/favicon-32x32.png
pkgdown/favicon/favicon.ico
tests/testthat.R tests/testthat/MiscTestFunctions.R tests/testthat/test-AddNewTabToApp.R tests/testthat/test-BuildAndAddPkgToLocalCran.R tests/testthat/test-BuildPkgsFromGitHub.R tests/testthat/test-CreateAppPackageFromProjectCreation.R tests/testthat/test-CreateAppStandaloneFromProjectCreation.R tests/testthat/test-CreateBaSSApp.R tests/testthat/test-CreateBaSSShinyAppAsPkg.R tests/testthat/test-CreateLocalCranRepo.R tests/testthat/test-CreatePackageFromProjectCreation.R tests/testthat/test-GetDirectoryAndName.R tests/testthat/test-UpdateRepoOption.R
vignettes/.gitignore
vignettes/Example1.R vignettes/Example1.Rmd
vignettes/Example1.html
vignettes/Example4.png
vignettes/intro.R vignettes/intro.Rmd
vignettes/intro.html
BioPharmSoftGrp/BaSS documentation built on April 2, 2021, 2:34 a.m.