grunwaldlab / effectR

An R package to call oomycete effectors
10 stars 7 forks source link

Testing package in windows #6

Closed Tabima closed 7 years ago

Tabima commented 7 years ago

The effectR package seems to be working in OSX and Ubuntu. Need to test it on Windows

Tabima commented 7 years ago

Package works. Need to fix Shiny app.

Notes:

zachary-foster commented 7 years ago

I have used win-builder for this in the past and it works good.

https://win-builder.r-project.org/

You can use devtools to test your package on win-builder like so:

devtools::build_win()
Tabima commented 7 years ago

Issue fixed. Package builds and works in Windows.