Skip to content

healthpolicyanalysis/hpa.setup

Repository files navigation

hpa.setup

The goal of hpa.setup is to get new projects setup faster that live on remote, internetless machines!

Installation

You can install the development version of hpa.setup from GitHub with:

remotes::install_github("healthpolicyanalysis/hpa.setup")

Example

You may want to setup an analyses project on a remote computer than you can pass files to but isn’t directly connected to the internet. To start of the project, have a guess at which packages you’ll need and make a setup zip with these included by using get_setup_zip().

library(hpa.setup)

get_setup_zip(
  outfile = "new_proj.zip", 
  project_name = "new_analyses",
  dependencies = c("tidyverse", "targets")
)

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages