Skip to content

Commit

Permalink
- First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinShook committed Oct 16, 2017
1 parent 619ad1c commit 6f814f3
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
17 changes: 17 additions & 0 deletions CSHS-hydRology.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: hydRology
Package: CSHShydRology
Type: Package
Title: Canadian hydrological analyses
Version: 0.0.1
Date: 2017-10-11
License: GPL-3
License: AGPL-3
LazyData: true
URL: https://github.com/CSHS-hydRology/hydRology
RoxygenNote: 6.0.1
4 changes: 4 additions & 0 deletions R/StatisticalHydrology-methods.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#' Statistical analysis functions
#' @name StatisticalHydrology-methods
#' @description These functions perform statistical analyses
NULL
6 changes: 3 additions & 3 deletions R/hydRology-package.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#' @title Functions for Canadian hydrological analysis
#' @title Functions for Canadian hydrological analyses
#' @docType package
#' @name hydRology-package
#' @name CSHS-hydRology-package
#'
#' @description

#' @references
#' To cite \pkg{hydRology} in publications, use the command \code{citation("hydRology")} to get the current version of the citation.\cr
#' To cite \pkg{CSHS-hydRology} in publications, use the command \code{citation("CSHS-hydRology")} to get the current version of the citation.\cr

NULL
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This is an R package of functions used by Canadian hydrologists. The name is in recognition of the support provided by the Canadian Association Society for Hydrological Sciences (CSHS) which is an affiliated society of the Canadian Water Resources Association (CWRA). The CSHS website is http://www.cwra.org/en/branches/affiliates/cshs-a.
## Themes
This package contains functions which are grouped into themes. Currently the themes include:
Statistical hydrology (trend detection, data screening, frequency analysis, regionalization)
-Statistical hydrology (trend detection, data screening, frequency analysis, regionalization)
- Basic data manipulations (input/conversion/adapter functions, missing data infilling)
- Visualization (data visualization, standardized plotting functions)
- Spatial hydrology (basin delineation, landscape data analysis, working with GIS)
Expand Down

0 comments on commit 6f814f3

Please sign in to comment.