Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcreed committed Apr 8, 2020
1 parent 61fb2ca commit e111acd
Show file tree
Hide file tree
Showing 9 changed files with 111 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
*.tws
*.md
^.*\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^_notes$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*.tws
.Rproj.user
_notes
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package: curatedPCaData
Title: curated Prostate Cancer Data
Title: Curated Prostate Cancer Data
Version: 0.0-2
Date: 2020-04-03
Authors@R: person("First", "Last", email = "first.last@example.com",
Authors@R: person("Daniel", "Laajala", email = "[email protected].com",
role = c("aut", "cre"))
Maintainer:
Description: Foo Bar
Description: A selection of annotated prostate cancer datasets.
Depends: R (>= 3.1.0), S4Vectors (>= 0.23.18)
Imports: cgdsr, annotate, org.Hs.eg.db, biomaRt, GenomicFeatures, GEOquery
Suggests:
License: GPL (>= 3)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 6.1.1
VignetteBuilder: R.rsp
Expand Down
42 changes: 42 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# curatedPCaData <img src="man/figures/hex.png" align="right" height="139" />

<!-- badges: start -->
<!-- badges: end -->

## Overview

`curatedPCaData` is a collection of publically available and annotated data resources
concerning prostate cancer.

## Installation

You can install `curatedPCaData` from github with:

```r
# install.packages("devtools")
devtools::install_github("Syksy/curatedPCaData")
```

<!--- add BioConductor once up --->

## Usage

```{r, eval=FALSE}
library(curatedPCaData)
# insert basic example here
```
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# curatedPCaData
Curated Prostate Cancer Data R-package / pipelines / workspaces

# curatedPCaData <img src="man/figures/hex.png" align="right" height="139" />

<!-- badges: start -->

<!-- badges: end -->

## Overview

`curatedPCaData` is a collection of publically available and annotated
data resources concerning prostate cancer.

## Installation

You can install `curatedPCaData` from github with:

``` r
# install.packages("devtools")
devtools::install_github("Syksy/curatedPCaData")
```

<!--- add BioConductor once up --->

## Usage

``` r
library(curatedPCaData)

# insert basic example here
```
17 changes: 17 additions & 0 deletions curatedPCaData.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

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

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
Binary file added man/figures/hex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions man/figures/hex_sticker.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
library(hexSticker)
library(magick)

# image from : https://icon-icons.com/icon/tumor-cancer-human-biology-disease-medical-health-cell/133488
imgurl <- "man/figures/tumor.png"

sticker(imgurl,
package="curatedPCaData", p_size=5, p_color = "#FB62AC", p_y = 0.6,
s_x=1, s_y=1.2, s_width=.6,
h_fill = "white", h_color = "#2B2671",
url = "https://github.com/Syksy/curatedPCaData", u_color = "#FB62AC", u_size = 1,
filename="man/figures/hex.png")
Binary file added man/figures/tumor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e111acd

Please sign in to comment.