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

Test read_clip() and write_clip() on all platforms #3

Closed
mdlincoln opened this issue Aug 27, 2015 · 3 comments
Closed

Test read_clip() and write_clip() on all platforms #3

mdlincoln opened this issue Aug 27, 2015 · 3 comments

Comments

@mdlincoln
Copy link
Owner

No description provided.

@Pakillo
Copy link

Pakillo commented Aug 31, 2015

Thanks for the package! I have checked it works on Windows 7. Session info:

R version 3.2.2 (2015-08-14)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

locale:
[1] LC_COLLATE=English_United Kingdom.1252  LC_CTYPE=English_United Kingdom.1252   
[3] LC_MONETARY=English_United Kingdom.1252 LC_NUMERIC=C                           
[5] LC_TIME=English_United Kingdom.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] clipr_0.1

loaded via a namespace (and not attached):
 [1] httr_1.0.0      R6_2.1.1        magrittr_1.5    rversions_1.0.2 tools_3.2.2     curl_0.9.3     
 [7] Rcpp_0.12.0     memoise_0.2.1   xml2_0.1.1      stringi_0.5-5   git2r_0.11.0    stringr_1.0.0  
[13] digest_0.6.8    devtools_1.8.0 

Only problem I found was when copying this bit from your readme: devtools::install("mdlincoln/clipr") which introduced backslashes:

> read_clip()
[1] "devtools::install(\"mdlincoln/clipr\")"

So I guess a problem with special characters...

BTW, shouldn't it be install_github rather than install?

Thanks

@mdlincoln
Copy link
Owner Author

Thanks, and yes, the README should say that; #7 will fix that typo.

However, I'm presently working on test suites with testthat so we can automate testing on the CRAN windows machine

@jimhester
Copy link

@mdlincoln I would suggest using https://github.com/krlmlr/r-appveyor to test on windows rather than spamming Uwe's machine. You can setup Travis to test on linux and osx.

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

3 participants