Coder Social home page Coder Social logo

phutils's Introduction

phutils

Public Health utilities

This is package of various utilities first developed by the Public Health Intelligence team in Medway.

At the moment it is not on CRAN, so to use it you can build it from the source or use devtools as shown below.

Installation

From zip

Download this repository from GitHub and either build from source or do:

source <- devtools:::source_pkg("C:/path/to/phutils-package")
install(source)

With devtools

devtools::install_github("daudi/phutils")

If you are blocked by firewalls, try this

Download the zip file and unzip it somehere, e.g. c:\temp\phutils-master Then in Rstudio do this to install it. You won't get the history and won't be able to git pull to get updates but at least you'll have the package. In time I'll try to get it ready for CRAN to make it easier to install.

setwd("C:/temp/phutils-master")
devtools::document()
devtools::build()
install.packages("C:/temp/phutils_1.3.0.tar.gz", repos = NULL, type = "source")
library(phutils)
## Test it
proportion_graphic(0.4, denoms = 16)

phutils's People

Contributors

daudi avatar

Stargazers

Satadru Pramanik, DO, MPH, MEng avatar  avatar Shhh avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

julianflowers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.