Skip to content

Commit

Permalink
v2.0.5.9023
Browse files Browse the repository at this point in the history
StagedInstall for R v3.6.0.; Issue #88
  • Loading branch information
leppott committed May 2, 2019
1 parent 0e729c6 commit ffc37c2
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 36 deletions.
62 changes: 31 additions & 31 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,34 +1,3 @@
, myDir.import
, myDir.export
, myParam.Name
, myDateTime.Name
, myDateTime.Format
, myThreshold
, myConfig)
?abline
?par
# NEWS
# Render then Copy NEWS so picked up in help
rmarkdown::render("NEWS.rmd", "all")
file.copy("NEWS.md", "NEWS", overwrite = TRUE)
file.remove("NEWS.html")
file.remove("NEWS.md")
#
# Library Name
myLibrary <- "ContDataQC"
# Load Library
library(devtools)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Create Package
# create(myLibrary)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dir_base <- "C:/Users/Erik.Leppo/OneDrive - Tetra Tech, Inc/MyDocs_OneDrive/GitHub/"
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Document, Install, and Reload Library
## Generate Documentation
setwd(file.path(dir_base, myLibrary))
devtools::document()
## Install New Package (locally)
setwd("..") # return to root directory first
devtools::install(myLibrary)
## Reload library
Expand Down Expand Up @@ -510,3 +479,34 @@ pkg <- "ContDataQC"
library(pkg, character.only = TRUE)
help(package=(pkg))
#
# NEWS
# Render then Copy NEWS so picked up in help
rmarkdown::render("NEWS.rmd", "all")
file.copy("NEWS.md", "NEWS", overwrite = TRUE)
file.remove("NEWS.html")
file.remove("NEWS.md")
#
# Library Name
myLibrary <- "ContDataQC"
# Load Library
library(devtools)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Create Package
# create(myLibrary)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dir_base <- "C:/Users/Erik.Leppo/OneDrive - Tetra Tech, Inc/MyDocs_OneDrive/GitHub/"
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Document, Install, and Reload Library
## Generate Documentation
setwd(file.path(dir_base, myLibrary))
devtools::document()
## Install New Package (locally)
setwd("..") # return to root directory first
devtools::install(myLibrary)
## Reload library
library(myLibrary,character.only = TRUE)
# change wd back to package
setwd(file.path(dir_base, myLibrary))
pkg <- "ContDataQC"
library(pkg, character.only = TRUE)
help(package=(pkg))
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ContDataQC
Title: Quality Control (QC) of Continous Monitoring Data
Version: 2.0.5.9022
Version: 2.0.5.9023
Authors@R: c(
person("Erik W.", "Leppo", email="[email protected]",role=c("aut","cre")),
person("Ann","Roseberry Lincoln", role="ctb"),
Expand Down Expand Up @@ -36,4 +36,4 @@ Suggests:
VignetteBuilder: knitr
Remotes: leppott/BioMonTools
RoxygenNote: 6.0.1
StagedInstall: false
StagedInstall: no
11 changes: 9 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NEWS-ContDataQC

<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->

#> Last Update: 2019-05-02 09:25:52
#> Last Update: 2019-05-02 09:34:11

# Planned Updates

Expand Down Expand Up @@ -37,12 +37,19 @@ NEWS-ContDataQC

# Version History

## v2.0.5.9023

2019-05-02

- DESCRIPTION
- StagedInstall: no for R v3.6.0. Issue \#88.

## v2.0.5.9022

2019-05-02

- DESCRIPTION
- StagedInstall = false for R v3.6.0. Issue \#88.
- StagedInstall: false for R v3.6.0. Issue \#88.

## v2.0.5.9021

Expand Down
8 changes: 7 additions & 1 deletion NEWS.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,17 @@ cat(paste0("Last Update: ",Sys.time()))

# Version History

## v2.0.5.9023
2019-05-02

* DESCRIPTION
+ StagedInstall: no for R v3.6.0. Issue #88.

## v2.0.5.9022
2019-05-02

* DESCRIPTION
+ StagedInstall = false for R v3.6.0. Issue #88.
+ StagedInstall: false for R v3.6.0. Issue #88.

## v2.0.5.9021
2019-04-17
Expand Down

0 comments on commit ffc37c2

Please sign in to comment.