Skip to content

Commit

Permalink
updated main vignette, just minimal betydb cause other vign with bety…
Browse files Browse the repository at this point in the history
…, bumped to v0.1
  • Loading branch information
sckott committed Jun 11, 2015
1 parent 68d67d3 commit 303d88d
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 151 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ inst/stuff/
README.Rmd
tests/testthat.R
cran-comments.md
inst/readmecache
inst/vign/vigncache
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: Species trait data from many different sources, including
data from the Global Invasive Species Database and 'EOL', 'Traitbank' data
from 'EOL', Coral traits data from http://coraltraits.org, 'nativity' status
('Flora Europaea' or 'ITIS'), and 'Birdlife' International.
Version: 0.0.9.9100
Version: 0.1.0
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"),
person("Zachary", "Foster", role = "aut", email = "zacharyfoster1989@gmail.com"),
Expand Down
12 changes: 0 additions & 12 deletions inst/vign/traits_intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@ salix %>%
```

Single trait

```{r}
betydb_trait(id = 10)
```

All Miscanthus data collected by Becky Arundale

```{r}
betydb_search(query = "Miscanthus Arundale")
```

## NCBI sequence data

Get sequences by id
Expand Down
69 changes: 0 additions & 69 deletions inst/vign/traits_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,75 +69,6 @@ salix %>%
#> 4 Salix viminalis Vcmax 43.04 19.99 61.29 8
```

Single trait


```r
betydb_trait(id = 10)
#> $created_at
#> NULL
#>
#> $description
#> [1] "Leaf Percent Nitrogen"
#>
#> $id
#> [1] 10
#>
#> $label
#> NULL
#>
#> $max
#> [1] "10"
#>
#> $min
#> [1] "0.02"
#>
#> $name
#> [1] "leafN"
#>
#> $notes
#> [1] ""
#>
#> $standard_name
#> NULL
#>
#> $standard_units
#> NULL
#>
#> $units
#> [1] "percent"
#>
#> $updated_at
#> [1] "2011-06-06T09:40:42-05:00"
```

All Miscanthus data collected by Becky Arundale


```r
betydb_search(query = "Miscanthus Arundale")
#> Source: local data frame [214 x 30]
#>
#> access_level author citation_id citation_year city
#> 1 4 Arundale 692 2012 Brownstown
#> 2 4 Arundale 692 2012 Brownstown
#> 3 4 Arundale 692 2012 Brownstown
#> 4 4 Arundale 692 2012 Brownstown
#> 5 4 Arundale 692 2012 Brownstown
#> 6 4 Arundale 692 2012 Brownstown
#> 7 4 Arundale 692 2012 Brownstown
#> 8 4 Arundale 692 2012 Brownstown
#> 9 4 Arundale 692 2012 Brookings
#> 10 4 Arundale 692 2012 Brookings
#> .. ... ... ... ... ...
#> Variables not shown: commonname (chr), cultivar_id (int), date (chr),
#> dateloc (chr), genus (chr), id (int), lat (dbl), lon (dbl), mean (chr),
#> month (dbl), n (int), notes (chr), result_type (chr), scientificname
#> (chr), site_id (int), sitename (chr), species_id (int), stat (chr),
#> statname (chr), trait (chr), trait_description (chr), treatment (chr),
#> treatment_id (int), units (chr), year (dbl)
```

## NCBI sequence data

Get sequences by id
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
69 changes: 0 additions & 69 deletions vignettes/traits_intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,75 +69,6 @@ salix %>%
#> 4 Salix viminalis Vcmax 43.04 19.99 61.29 8
```

Single trait


```r
betydb_trait(id = 10)
#> $created_at
#> NULL
#>
#> $description
#> [1] "Leaf Percent Nitrogen"
#>
#> $id
#> [1] 10
#>
#> $label
#> NULL
#>
#> $max
#> [1] "10"
#>
#> $min
#> [1] "0.02"
#>
#> $name
#> [1] "leafN"
#>
#> $notes
#> [1] ""
#>
#> $standard_name
#> NULL
#>
#> $standard_units
#> NULL
#>
#> $units
#> [1] "percent"
#>
#> $updated_at
#> [1] "2011-06-06T09:40:42-05:00"
```

All Miscanthus data collected by Becky Arundale


```r
betydb_search(query = "Miscanthus Arundale")
#> Source: local data frame [214 x 30]
#>
#> access_level author citation_id citation_year city
#> 1 4 Arundale 692 2012 Brownstown
#> 2 4 Arundale 692 2012 Brownstown
#> 3 4 Arundale 692 2012 Brownstown
#> 4 4 Arundale 692 2012 Brownstown
#> 5 4 Arundale 692 2012 Brownstown
#> 6 4 Arundale 692 2012 Brownstown
#> 7 4 Arundale 692 2012 Brownstown
#> 8 4 Arundale 692 2012 Brownstown
#> 9 4 Arundale 692 2012 Brookings
#> 10 4 Arundale 692 2012 Brookings
#> .. ... ... ... ... ...
#> Variables not shown: commonname (chr), cultivar_id (int), date (chr),
#> dateloc (chr), genus (chr), id (int), lat (dbl), lon (dbl), mean (chr),
#> month (dbl), n (int), notes (chr), result_type (chr), scientificname
#> (chr), site_id (int), sitename (chr), species_id (int), stat (chr),
#> statname (chr), trait (chr), trait_description (chr), treatment (chr),
#> treatment_id (int), units (chr), year (dbl)
```

## NCBI sequence data

Get sequences by id
Expand Down

0 comments on commit 303d88d

Please # to comment.