Skip to content

Commit

Permalink
2015-8-27
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanchao-Xu committed Aug 27, 2015
1 parent 894dffb commit d4c0c39
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 42 deletions.
6 changes: 3 additions & 3 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
if (!is.null(list)) {
data_ggplot <- do.call('rbind', list)
} else {
plots <- list(...)
checkBind(plots, 'rbind')
data_ggplot <- do.call('rbind', plots)
Expand Down Expand Up @@ -510,3 +507,6 @@ min(abs(latIndex -
max(lat)), na.rm = TRUE)
latIndex
devtools::document()
browseVignettes("hyfo")
browseVignettes("ggplot2")
browseVignettes()
2 changes: 1 addition & 1 deletion .Rproj.user/132DF987/pcs/files-pane.pper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"path" : "~/hyfo/R",
"path" : "~/hyfo/vignettes",
"sortOrder" : [
{
"ascending" : false,
Expand Down
2 changes: 1 addition & 1 deletion .Rproj.user/132DF987/pcs/source-pane.pper
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"activeTab" : 1
"activeTab" : 0
}
2 changes: 1 addition & 1 deletion .Rproj.user/132DF987/pcs/workbench-pane.pper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"TabSet1" : 0,
"TabSet2" : 1
"TabSet2" : 0
}
17 changes: 17 additions & 0 deletions .Rproj.user/132DF987/sdb/per/t/A9B56DE9

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions .Rproj.user/132DF987/sdb/per/t/AB3B7020

This file was deleted.

17 changes: 0 additions & 17 deletions .Rproj.user/132DF987/sdb/per/t/CB8A9D82

This file was deleted.

4 changes: 3 additions & 1 deletion vignettes/hyfo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ output:
html_document:
toc: yes
vignette: |
%\VignetteIndexEntry{hyfo easy start} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{ASCII}
%\VignetteIndexEntry{hyfo easy start}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{ASCII}
---

# Introduction
Expand Down

0 comments on commit d4c0c39

Please sign in to comment.