Skip to content

Commit

Permalink
update version and example links
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkopf committed Nov 12, 2016
1 parent f31d72d commit 447f02a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Package: lans2r
Type: Package
Title: Work with Look at NanoSIMS data in R
Version: 0.2.4
Date: 2016-08-30
Version: 0.3
Date: 2016-11-12
Author: Sebastian Kopf
Maintainer: Sebastian Kopf <seb.kopf@gmail.com>
Maintainer: Sebastian Kopf <sebastian.kopf@colorado.edu>
Description: R interface for working with NanoSIMS ROI data defined in Look at
NanoSIMS
License: GPL-3
LazyLoad: yes
Roxygen: list(wrap = FALSE)
VignetteBuilder: knitr
URL: https://github.com/sebkopf/lans2r
BugReports: https://github.com/sebkopf/lans2r/issues
URL: https://github.com/KopfLab/lans2r
BugReports: https://github.com/KopfLab/lans2r/issues
Depends:
dplyr
Imports:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Reference: Polerecky L., Adam B., Milucka J., Musat N., Vagner T. and Kuypers M.

```{r, eval=FALSE}
install.packages("devtools")
devtools::install_github('sebkopf/lans2r')
devtools::install_github('KopfLab/lans2r')
```

## Example

For instructions on how to use this package, please **[check out the example](https://github.com/sebkopf/lans2r/raw/master/vignettes/example.Rmd)** and the resulting [HTML output](https://rawgit.com/sebkopf/lans2r/master/inst/doc/example.html).
For instructions on how to use this package, please **[check out the example](https://github.com/KopfLab/lans2r/raw/master/vignettes/example.Rmd)** and the resulting [HTML output](https://rawgit.com/KopfLab/lans2r/master/inst/doc/example.html).

0 comments on commit 447f02a

Please sign in to comment.