Skip to content

Commit

Permalink
small example changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthergl committed May 2, 2016
1 parent f9eead2 commit 7dd1dd0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ vignettes/*.pdf
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

*.Rd
*.Rd
.Rproj.user
5 changes: 5 additions & 0 deletions basicscriptsGG/R/easytimingr.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RuntimeC <- function() {
#' @export
#'
#' @examples
#' library(basicscriptsGG)
#' rt_object <- RuntimeC()
#' rt_object <- add.timepoint(rt_object, "startpoint") # add new timepoint NOW
#' rt_object <- add.timepoint(rt_object, "fun1") # add new timepoint NOW
Expand Down Expand Up @@ -59,6 +60,10 @@ add.timepoint.RuntimeC <- function(object, name) {
#' @export
#'
#' @examples
#' library(basicscriptsGG)
#' rt_object <- RuntimeC()
#' rt_object <- add.timepoint(rt_object, "startpoint") # add new timepoint NOW
#' rt_object <- add.timepoint(rt_object, "fun1") # add new timepoint NOW
#' rt_object <- absTOsingleTimes(rt_object) # subtract the first for (starting point)

absTOsingleTimes <- function(object, forceFinal){ UseMethod("absTOsingleTimes")}
Expand Down
Binary file added basicscriptsGG_0.1.0.tar.gz
Binary file not shown.
Binary file modified basicscriptsGG_0.1.0.zip
Binary file not shown.

0 comments on commit 7dd1dd0

Please sign in to comment.