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

Error: 'cell_row' is not an exported object from 'namespace:cellranger' #24

Closed
vjcitn opened this issue Jun 28, 2016 · 1 comment
Closed

Comments

@vjcitn
Copy link

vjcitn commented Jun 28, 2016

attempting to read

http://www.cell.com/cms/attachment/2035898470/2051320022/mmc2.xlsx

rr = rexcel_read_workbook("OtocystExpressionmmc2.xlsx")
OtocystExpressionmmc2.xlsx [=========----------------------------------] 1 / 5Error: 'cell_row' is not an exported object from 'namespace:cellranger'

Enter a frame number, or 0 to exit

1: rexcel_read_workbook("OtocystExpressionmmc2.xlsx")
2: rexcel_read_worksheet(path, s, workbook, dat, strings, style, date_offset)
3: linen::worksheet(sheet_name, cols, rows, cells, merged, view, comments, wor
4: .R6_worksheet$new(name, cols, rows, cells, merged, view, comments, workbook
5: public_bind_env$initialize(...)
6: worksheet_init(self)
7: A1_to_matrix(self$cells$ref)
8: cbind(row = cellranger::cell_row(ca), col = cellranger::cell_col(ca))
9: cellranger::cell_row
10: getExportedValue(pkg, name)

sessionInfo()
R version 3.3.0 beta (2016-04-01 r70412)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.5 (El Capitan)

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

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

other attached packages:
[1] rexcel_0.0.1

loaded via a namespace (and not attached):
[1] linen_0.0.3 magrittr_1.5 R6_2.1.2
[4] lazyeval_0.2.0 assertthat_0.1 prettyunits_1.0.2
[7] tools_3.3.0 tibble_1.0 Rcpp_0.12.5
[10] cellranger_1.0.0.9001 xml2_1.0.0.9000 progress_1.0.2
[13] rematch_1.0.1

@richfitz
Copy link
Member

This should be fixed (as of only a day or so ago) in the most recent version of linen and rexcel (sorry, no version number bump, so it's hard to check). With the current version I can read your sheet.

@jennybc jennybc closed this as completed Apr 3, 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

3 participants