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

R CMD check fails due to unit test issue #43

Open
GegznaV opened this issue Aug 16, 2021 · 3 comments
Open

R CMD check fails due to unit test issue #43

GegznaV opened this issue Aug 16, 2021 · 3 comments

Comments

@GegznaV
Copy link
Member

GegznaV commented Aug 16, 2021

I installed hyperSpec 0.100.0 which is going to be released on CRAN and roxut 0.3.23 (current cran version). R CMD check results in this error:

image

I think, the issue is missing a comment symbol on line 2 in unit test file:

image

I can confirm that this issue is not present with previous roxut CRAN relaease (v0.2.40)

@bryanhanson
Copy link
Collaborator

Please send session info when you can

@GegznaV
Copy link
Member Author

GegznaV commented Aug 17, 2021

I use Windows 10.

Session info
> sessioninfo::session_info(c("roxut", "hyperSpec"))
- Session info --------------------------------------------------------------------------
 setting  value                       
 version  R version 4.1.0 (2021-05-18)
 os       Windows 10 x64              
 system   x86_64, mingw32             
 ui       RStudio                     
 language (EN)                        
 collate  English_United States.1252  
 ctype    English_United States.1252  
 tz       Europe/Helsinki             
 date     2021-08-17                  

- Packages ------------------------------------------------------------------------------
 package      * version date       lib source        
 brew           1.0-6   2011-04-13 [1] CRAN (R 4.1.0)
 brio           1.1.2   2021-04-23 [1] CRAN (R 4.1.0)
 callr          3.7.0   2021-04-20 [1] CRAN (R 4.1.0)
 cli            3.0.1   2021-07-17 [1] CRAN (R 4.1.0)
 colorspace     2.0-2   2021-06-24 [1] CRAN (R 4.1.0)
 commonmark     1.7     2018-12-01 [1] CRAN (R 4.1.0)
 crayon         1.4.1   2021-02-08 [1] CRAN (R 4.1.0)
 desc           1.3.0   2021-03-05 [1] CRAN (R 4.1.0)
 diffobj        0.3.4   2021-03-22 [1] CRAN (R 4.1.0)
 digest         0.6.27  2020-10-24 [1] CRAN (R 4.1.0)
 dplyr          1.0.7   2021-06-18 [1] CRAN (R 4.1.0)
 ellipsis       0.3.2   2021-04-29 [1] CRAN (R 4.1.0)
 evaluate       0.14    2019-05-28 [1] CRAN (R 4.1.0)
 fansi          0.5.0   2021-05-25 [1] CRAN (R 4.1.0)
 farver         2.1.0   2021-02-28 [1] CRAN (R 4.1.0)
 generics       0.1.0   2020-10-31 [1] CRAN (R 4.1.0)
 ggplot2      * 3.3.5   2021-06-25 [1] CRAN (R 4.1.0)
 glue           1.4.2   2020-08-27 [1] CRAN (R 4.1.0)
 gtable         0.3.0   2019-03-25 [1] CRAN (R 4.1.0)
 highr          0.9     2021-04-16 [1] CRAN (R 4.1.0)
 hyperSpec    * 0.100   2021-08-16 [1] local         
 isoband        0.2.5   2021-07-13 [1] CRAN (R 4.1.0)
 jpeg           0.1-9   2021-07-24 [1] CRAN (R 4.1.0)
 jsonlite       1.7.2   2020-12-09 [1] CRAN (R 4.1.0)
 knitr          1.33    2021-04-24 [1] CRAN (R 4.1.0)
 labeling       0.4.2   2020-10-20 [1] CRAN (R 4.1.0)
 lattice      * 0.20-44 2021-05-02 [2] CRAN (R 4.1.0)
 latticeExtra   0.6-29  2019-12-19 [1] CRAN (R 4.1.0)
 lazyeval       0.2.2   2019-03-15 [1] CRAN (R 4.1.0)
 lifecycle      1.0.0   2021-02-15 [1] CRAN (R 4.1.0)
 magrittr       2.0.1   2020-11-17 [1] CRAN (R 4.1.0)
 markdown       1.1     2019-08-07 [1] CRAN (R 4.1.0)
 MASS           7.3-54  2021-05-03 [2] CRAN (R 4.1.0)
 Matrix         1.3-3   2021-05-04 [2] CRAN (R 4.1.0)
 mgcv           1.8-35  2021-04-18 [2] CRAN (R 4.1.0)
 mime           0.11    2021-06-23 [1] CRAN (R 4.1.0)
 munsell        0.5.0   2018-06-12 [1] CRAN (R 4.1.0)
 nlme           3.1-152 2021-02-04 [2] CRAN (R 4.1.0)
 pillar         1.6.2   2021-07-29 [1] CRAN (R 4.1.0)
 pkgconfig      2.0.3   2019-09-22 [1] CRAN (R 4.1.0)
 pkgload        1.2.1   2021-04-06 [1] CRAN (R 4.1.0)
 png            0.1-7   2013-12-03 [1] CRAN (R 4.1.0)
 praise         1.0.0   2015-08-11 [1] CRAN (R 4.1.0)
 processx       3.5.2   2021-04-30 [1] CRAN (R 4.1.0)
 ps             1.6.0   2021-02-28 [1] CRAN (R 4.1.0)
 purrr          0.3.4   2020-04-17 [1] CRAN (R 4.1.0)
 R6             2.5.0   2020-10-28 [1] CRAN (R 4.1.0)
 RColorBrewer   1.1-2   2014-12-07 [1] CRAN (R 4.1.0)
 Rcpp           1.0.7   2021-07-07 [1] CRAN (R 4.1.0)
 rematch2       2.1.2   2020-05-01 [1] CRAN (R 4.1.0)
 rlang          0.4.11  2021-04-30 [1] CRAN (R 4.1.0)
 roxut          0.3.23  2021-08-15 [1] CRAN (R 4.1.0)
 roxygen2       7.1.1   2020-06-27 [1] CRAN (R 4.1.0)
 rprojroot      2.0.2   2020-11-15 [1] CRAN (R 4.1.0)
 rstudioapi     0.13    2020-11-12 [1] CRAN (R 4.1.0)
 scales         1.1.1   2020-05-11 [1] CRAN (R 4.1.0)
 stringi        1.7.3   2021-07-16 [1] CRAN (R 4.1.0)
 stringr        1.4.0   2019-02-10 [1] CRAN (R 4.1.0)
 testthat     * 3.0.4   2021-07-01 [1] CRAN (R 4.1.0)
 tibble         3.1.3   2021-07-23 [1] CRAN (R 4.1.0)
 tidyselect     1.1.1   2021-04-30 [1] CRAN (R 4.1.0)
 utf8           1.2.2   2021-07-24 [1] CRAN (R 4.1.0)
 vctrs          0.3.8   2021-04-29 [1] CRAN (R 4.1.0)
 viridisLite    0.4.0   2021-04-13 [1] CRAN (R 4.1.0)
 waldo          0.2.5   2021-03-08 [1] CRAN (R 4.1.0)
 withr          2.4.2   2021-04-18 [1] CRAN (R 4.1.0)
 xfun           0.25    2021-08-06 [1] CRAN (R 4.1.0)
 xml2         * 1.3.2   2020-04-23 [1] CRAN (R 4.1.0)
 yaml           2.2.1   2020-02-01 [1] CRAN (R 4.1.0)

[1] D:/Dokumentai/R/win-library/4.1
[2] C:/Program Files/R/R-4.1.0/library

@GegznaV
Copy link
Member Author

GegznaV commented Aug 17, 2021

Look here: it seems to be Windows-specific issue:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants