Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Jul 11, 2015
0 parents commit 3470052
Show file tree
Hide file tree
Showing 11 changed files with 115 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
.Rproj.user
.Rhistory
.RData
10 changes: 10 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,10 @@
Package: liftr
Type: Package
Title: liftr
Version: 0.1
Date: 2015-07-10
Author: Nan Xiao <nanx@uchicago.edu>, Tengfei Yin <tengfei.yin@sbgenomics.com>
Maintainer: Nan Xiao <nanx@uchicago.edu>
Description: liftr
License: GPL
LazyData: TRUE
4 changes: 4 additions & 0 deletions NAMESPACE
@@ -0,0 +1,4 @@
# Generated by roxygen2 (4.1.1): do not edit by hand

export(liftr)
import(knitr)
4 changes: 4 additions & 0 deletions NEWS
@@ -0,0 +1,4 @@
Version 0.1 (2015-07-10)
------------------------------------------------------------------------------

* Initial version
17 changes: 17 additions & 0 deletions R/liftr-package.R
@@ -0,0 +1,17 @@
#' liftr
#'
#' liftr
#'
#' The vignette can be opened with \code{vignette('liftr')}.
#'
#' \tabular{ll}{ Package: \tab liftr\cr Type: \tab Package\cr
#' License: \tab GPL\cr }
#'
#' @name liftr-package
#' @docType package
#' @author Nan Xiao <\email{nanx@@uchicago.edu}>
#' Teng-Fei Yin <\email{tengfei.yin@@sbgenomics.com}>
#'
#' @import knitr
#'
NULL
15 changes: 15 additions & 0 deletions R/liftr.R
@@ -0,0 +1,15 @@
#' @title liftr
#'
#' @description liftr
#'
#' @return return
#'
#' @export liftr
#'
#' @examples
#' #
liftr = function() {

NULL

}
1 change: 1 addition & 0 deletions README.md
@@ -0,0 +1 @@
# liftr
21 changes: 21 additions & 0 deletions liftr.Rproj
@@ -0,0 +1,21 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace
20 changes: 20 additions & 0 deletions man/liftr-package.Rd
@@ -0,0 +1,20 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/liftr-package.R
\docType{package}
\name{liftr-package}
\alias{liftr-package}
\title{liftr}
\description{
liftr
}
\details{
The vignette can be opened with \code{vignette('liftr')}.

\tabular{ll}{ Package: \tab liftr\cr Type: \tab Package\cr
License: \tab GPL\cr }
}
\author{
Nan Xiao <\email{nanx@uchicago.edu}>
Teng-Fei Yin <\email{tengfei.yin@sbgenomics.com}>
}

18 changes: 18 additions & 0 deletions man/liftr.Rd
@@ -0,0 +1,18 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/liftr.R
\name{liftr}
\alias{liftr}
\title{liftr}
\usage{
liftr()
}
\value{
return
}
\description{
liftr
}
\examples{
#
}

0 comments on commit 3470052

Please sign in to comment.