Skip to content

Commit

Permalink
change readme/description
Browse files Browse the repository at this point in the history
  • Loading branch information
ericward-noaa committed Mar 7, 2017
1 parent 8a36db6 commit 40b1270
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 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
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Suggests:
rmarkdown
Encoding: UTF-8
LazyData: true
URL: https://github.com/eric-ward/safs-timeseries/STATS
BugReports: https://github.com/eric-ward/safs-timeseries/STATS/issues
URL: https://github.com/nwfsc-timeseries/statss
BugReports: https://github.com/nwfsc-timeseries/statss/issues
RoxygenNote: 6.0.1
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can install the development version of the package with:

```{r, eval=FALSE}
# install.packages("devtools")
devtools::install_github("eric-ward/safs-timeseries/statss")
devtools::install_github("nwfsc-timeseries/statss")
```

## An example model
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can install the development version of the package with:

``` r
# install.packages("devtools")
devtools::install_github("eric-ward/safs-timeseries/statss")
devtools::install_github("nwfsc-timeseries/statss")
```

An example model
Expand Down
2 changes: 1 addition & 1 deletion vignettes/dfa.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(echo = TRUE)
```{r install, eval=TRUE, warning=FALSE, message=FALSE, results='hide'}
library(rstan)
library(devtools)
devtools::install_github("eric-ward/safs-timeseries/statss")
devtools::install_github("nwfsc-timeseries/statss")
library(statss)
# for optimizing stan on your machine,
rstan_options(auto_write = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/dlm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(echo = TRUE)
```{r install, eval=TRUE, warning=FALSE, message=FALSE, results='hide'}
library(rstan)
library(devtools)
devtools::install_github("eric-ward/safs-timeseries/statss")
devtools::install_github("nwfsc-timeseries/statss")
library(statss)
# for optimizing stan on your machine,
rstan_options(auto_write = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/fit_stan.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ knitr::opts_chunk$set(echo = TRUE)
```{r load, warning=FALSE, message=FALSE, results='hide'}
library(rstan)
library(devtools)
devtools::install_github("eric-ward/safs-timeseries/statss")
devtools::install_github("nwfsc-timeseries/statss")
library(statss)
# for optimizing stan on your machine,
rstan_options(auto_write = TRUE)
Expand Down

0 comments on commit 40b1270

Please sign in to comment.