Skip to content

Add target4.csv; Document vseCheck.R #20

Open
@nealmcb

Description

@nealmcb

It looks like vseCheck.R is used to produce the visualizations used in the documentation, like .

This appears to be a way to install the R packages (but perhaps not the best way?):

$ R
> install.packages("scatterD3") 
> install.packages("data.table")

$ sudo mv /tmp/Rtmp-X49N6W-or-whatever/downloaded_packages/* /usr/local/lib/R/site-library

Then, trying to reproduce the figures yields this:

$ R -f vseCheck.R
Error in fread("target4.csv") : 
  File 'target4.csv' does not exist. Include one or more spaces to consider the input a system command.

So I'm guessing we need that file also, perhaps among other things.

Any other tips on reproducing (and customizing!) the output would be great.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions