Skip to content

Commit

Permalink
update (resubmit to CRAN)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwampThingPaul committed Sep 5, 2022
1 parent abf90ab commit 8db3e75
Show file tree
Hide file tree
Showing 26 changed files with 226 additions and 199 deletions.
8 changes: 6 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: NADA2
Type: Package
Title: Data Analysis for Censored Environmental Data
Version: 1.1.0
Date: 2022-09-01
Date: 2022-09-05
Authors@R: c(person("Paul", "Julian",role=c("aut","cre"),
email="pauljulianphd@gmail.com"),
person("Dennis", "Helsel",role=c("aut","cph"),
Expand Down Expand Up @@ -34,7 +34,11 @@ Imports: grDevices,
coin,
survival
Suggests: knitr,
rmarkdown
rmarkdown,
bestglm,
car,
nlme,
rms
Encoding: UTF-8
LazyLoad: yes
LazyData: yes
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@
* Added `centrendsea` function (2022-09-01)

* Finalized vignette (2022-09-01)

* Submitted to CRAN (2022-09-02)
2 changes: 1 addition & 1 deletion R/Example3.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
#' @references
#' unknown

"Example2"
"Example3"
10 changes: 10 additions & 0 deletions data-raw/20220611_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,13 @@ usethis::use_data(TCE2,internal=F,overwrite=T)
load("./data-raw/Gales_Creek.RData")
colnames(Gales_Creek)=c("Date","Yr","Month","Season","Descript","Units","Flag","TCr","discharge","CrND","dectime")
usethis::use_data(Gales_Creek,internal=F,overwrite=T)


load("./data/Example1.RData")
usethis::use_data(Example1,internal=F,overwrite=T)

load("./data/Example2.RData")
usethis::use_data(Example2,internal=F,overwrite=T)

load("./data/Example3.RData")
usethis::use_data(Example3,internal=F,overwrite=T)
Binary file removed data/Example1.RData
Binary file not shown.
Binary file added data/Example1.rda
Binary file not shown.
Binary file removed data/Example2.RData
Binary file not shown.
Binary file added data/Example2.rda
Binary file not shown.
Binary file removed data/Example3.RData
Binary file not shown.
Binary file added data/Example3.rda
Binary file not shown.
301 changes: 153 additions & 148 deletions docs/articles/DataAnalysis.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/DataAnalysis_files/figure-html/unnamed-chunk-81-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/DataAnalysis_files/figure-html/unnamed-chunk-89-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/DataAnalysis_files/figure-html/unnamed-chunk-95-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pkgdown: 1.6.1
pkgdown_sha: ~
articles:
DataAnalysis: DataAnalysis.html
last_built: 2022-09-01T18:58Z
last_built: 2022-09-05T19:54Z

2 changes: 1 addition & 1 deletion docs/reference/Example3.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/Example3.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 44 additions & 44 deletions vignettes/DataAnalysis.Rmd

Large diffs are not rendered by default.

0 comments on commit 8db3e75

Please sign in to comment.