Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows build and windows build testing #20

Closed
cpanse opened this issue Jun 11, 2018 · 2 comments
Closed

windows build and windows build testing #20

cpanse opened this issue Jun 11, 2018 · 2 comments
Assignees

Comments

@cpanse
Copy link
Contributor

cpanse commented Jun 11, 2018

No description provided.

@cpanse cpanse self-assigned this Jun 11, 2018
@cpanse
Copy link
Contributor Author

cpanse commented Jun 13, 2018

Test case

Requirements

# System Requirements

pkgs <- c('ggplot2',
  'dplyr',
  'hexbin',
  'magrittr',
  'parallel',
  'RSQLite',
  'scales',
  'tidyr',
  'tidyverse')

pkgs <- pkgs[(!pkgs %in% unique(installed.packages()[,'Package']))]
if(length(pkgs) > 0){install.packages(pkgs)}

Install

install.packages('http://fgcz-ms.uzh.ch/~cpanse/rawDiag_0.0.3.tar.gz')

Testing

library(rawDiag)
(rawfile <- file.path(path.package(package = "rawDiag"), "extdata", 'sample.raw'))
system.time(RAW <- read.raw(file = rawfile))
summary.rawDiag(RAW)

@cpanse cpanse closed this as completed Jun 13, 2018
@cpanse cpanse reopened this Jun 13, 2018
@cpanse
Copy link
Contributor Author

cpanse commented Jun 14, 2018

screen shot 2018-06-14 at 09 38 24

https://cran.r-project.org/bin/windows/base/rw-FAQ.html

do not install on a network drive!!!

@cpanse cpanse closed this as completed Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant