Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
Increment DESCRIPTION and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBeeley committed Mar 25, 2021
1 parent 4678b31 commit e5e1be4
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 31 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dev_history.R
$run_dev.*
^app\.R$
^rsconnect$
^LICENSE\.md$
20 changes: 11 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: phaRmacyForecasting
Title: An Amazing Shiny App
Version: 0.0.0.9000
Authors@R:
person(given = "firstname",
family = "lastname",
role = c("aut", "cre"),
email = "your@email.com")
Description: What the package does (one paragraph).
License: What license is it under?
Title: Putting the R in pharmacy- a Shiny application to make forecasts
of medication use in pharmacies in Nottinghamshire Healthcare NHS Trust
Version: 0.1.0
Authors@R: person('Chris', 'Beeley', email = 'chris.beeley@gmail.com', role = c('cre', 'aut'))
Description: This is a Shiny application which allows users to make predictions
on the volumes of drugs issued from Nottinghamshire Healthcare pharmacies. A variety
of forecasting models are used, and options are provided to tweak the forecast to
improve model fit
License: MIT + file LICENSE
Imports:
config (>= 0.3.1),
golem (>= 0.3.0),
Expand Down Expand Up @@ -38,3 +38,5 @@ Depends:
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/CDU-data-science-team/phaRmacyForecasting
BugReports: https://github.com/CDU-data-science-team/phaRmacyForecasting/issues
23 changes: 2 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,2 @@
MIT License

Copyright (c) 2020 Clinical Development Unit Data Science Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
YEAR: 2021
COPYRIGHT HOLDER: Nottinghamshire Healthcare
21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# MIT License

Copyright (c) 2021 Nottinghamshire Healthcare

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Inventory management of medicines within hospital pharmacies could be improved by harnessing advanced analytics to inform stock ordering requirements. This should release valuable resources which could be used for higher value clinical work. This project aims to develop, test and implement an open source analytical tool in R that will support and improve existing inventory management practices within our Trust pharmacy.

[Link to a very early version of the application](https://involve.nottshc.nhs.uk:8443/pharmacy_forecasting/).

<!-- This repository contains early work forecasting issues of drugs within the Trust (as well as an open dataset). As the project progresses there will be material relating to stock control as well as a Shiny interface to the forecasting and stock control methods.
You can see the output files at the following links:
Expand Down
2 changes: 1 addition & 1 deletion dev/01_start.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ golem::set_golem_options()

## Create Common Files ----
## See ?usethis for more information
usethis::use_mit_license( name = "Golem User" ) # You can set another license here
usethis::use_mit_license( copyright_holder = "Nottinghamshire Healthcare" ) # You can set another license here
usethis::use_readme_rmd( open = FALSE )
usethis::use_code_of_conduct()
usethis::use_lifecycle_badge( "Experimental" )
Expand Down

0 comments on commit e5e1be4

Please sign in to comment.