Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / HenrikBengtsson/listenv issues and pull requests

#50 - Before next release: release future 1.30.0

Issue - State: closed - Opened by HenrikBengtsson almost 2 years ago - 1 comment

#49 - feature request: a method to modify listenv using another list/listenv

Issue - State: open - Opened by DyfanJones over 2 years ago
Labels: enhancement

#48 - I18N: potools issues

Issue - State: closed - Opened by HenrikBengtsson about 3 years ago
Labels: enhancement

#47 - Formally deprecate map() in favor of mapping()

Issue - State: closed - Opened by HenrikBengtsson almost 4 years ago

#46 - R-devel: sprintf() coding mistakes

Issue - State: closed - Opened by HenrikBengtsson about 4 years ago
Labels: bug

#45 - Error: Not a valid variable name: '!b'

Issue - State: closed - Opened by HenrikBengtsson about 4 years ago - 1 comment

#44 - Support `append`, `insert`, `extend`, `pop` methods

Issue - State: open - Opened by talegari over 4 years ago
Labels: enhancement

#41 - parse_env_subset(): Invalid subset: 'x[]'

Issue - State: closed - Opened by HenrikBengtsson about 5 years ago
Labels: bug

#39 - print(x) for names, empty listenv() is empty

Issue - State: closed - Opened by HenrikBengtsson almost 7 years ago

#38 - Remove elements by assigning NULL

Issue - State: closed - Opened by HenrikBengtsson almost 7 years ago

#37 - map() -> mapping()

Issue - State: closed - Opened by HenrikBengtsson almost 7 years ago

#36 - CRAN: Add markdown to Suggests

Issue - State: closed - Opened by HenrikBengtsson almost 7 years ago - 1 comment

#35 - correct spelling mistake

Pull Request - State: closed - Opened by EdwardBetts about 7 years ago - 1 comment

#34 - Best practice to delete entire rows and columns

Issue - State: closed - Opened by talegari over 7 years ago - 4 comments
Labels: enhancement, question

#33 - Add dim(x) <- dim for x of length(x) = 0

Issue - State: closed - Opened by HenrikBengtsson over 7 years ago
Labels: enhancement

#32 - CONCERN: Is it safe to have attributes on environments?

Issue - State: open - Opened by HenrikBengtsson over 8 years ago
Labels: question

#31 - Add vignettes

Issue - State: closed - Opened by HenrikBengtsson almost 9 years ago - 1 comment
Labels: enhancement

#30 - Add clone()?

Issue - State: open - Opened by HenrikBengtsson almost 9 years ago
Labels: enhancement

#29 - Dimensions: Add diag(x)?

Issue - State: closed - Opened by HenrikBengtsson almost 9 years ago - 1 comment
Labels: wontfix

#28 - Dimensions: Add aperm() for list environments?

Issue - State: closed - Opened by HenrikBengtsson almost 9 years ago - 1 comment
Labels: enhancement

#27 - Add as.vector(), as.matrix() and as.array() for list environments

Issue - State: closed - Opened by HenrikBengtsson almost 9 years ago - 1 comment
Labels: enhancement

#26 - TESTS: Add tests for lapply(), apply() etc comparing listenvs with lists

Issue - State: closed - Opened by HenrikBengtsson almost 9 years ago - 1 comment
Labels: enhancement

#24 - Improve presentation of list environment done by print()

Issue - State: closed - Opened by HenrikBengtsson almost 9 years ago
Labels: enhancement

#23 - Dimensions: unlist(x) when x has dimensions looses names attribute

Issue - State: closed - Opened by HenrikBengtsson almost 9 years ago
Labels: bug

#22 - Dimensions: Add t(x)?

Issue - State: closed - Opened by HenrikBengtsson almost 9 years ago - 1 comment
Labels: enhancement

#21 - x[[kk]] <- NULL on non-existing element gives warning

Issue - State: closed - Opened by HenrikBengtsson almost 9 years ago

#20 - Add undim()

Issue - State: closed - Opened by HenrikBengtsson almost 9 years ago
Labels: enhancement

#19 - Setting dim() on listenv should drop names, cf. help("dim")

Issue - State: closed - Opened by HenrikBengtsson almost 9 years ago
Labels: enhancement

#18 - parse_env_subset() does not distinguish between x[[1,4]] and x[[c(1,4)]]

Issue - State: closed - Opened by HenrikBengtsson almost 9 years ago
Labels: enhancement

#17 - <issue submitted to wrong repository>

Issue - State: closed - Opened by HenrikBengtsson almost 9 years ago - 1 comment
Labels: enhancement

#16 - Add all.equal() for list environments

Issue - State: closed - Opened by HenrikBengtsson about 9 years ago
Labels: enhancement

#15 - Add vignette

Issue - State: closed - Opened by HenrikBengtsson about 9 years ago - 1 comment
Labels: enhancement

#14 - Add lengths()

Issue - State: closed - Opened by HenrikBengtsson about 9 years ago - 3 comments
Labels: enhancement

#13 - Add support for length(x) <- n

Issue - State: closed - Opened by HenrikBengtsson about 9 years ago
Labels: enhancement

#12 - Subsetting a non-named list environment introduces NA names

Issue - State: closed - Opened by HenrikBengtsson about 9 years ago
Labels: bug

#11 - Support dimensions for list environments?

Issue - State: closed - Opened by HenrikBengtsson about 9 years ago - 3 comments
Labels: enhancement

#10 - IDEA: Add dfenv()?

Issue - State: open - Opened by HenrikBengtsson about 9 years ago - 3 comments
Labels: enhancement

#9 - Add unlist()

Issue - State: closed - Opened by HenrikBengtsson about 9 years ago
Labels: enhancement

#8 - naive performance benchmarks

Issue - State: open - Opened by timelyportfolio over 9 years ago - 4 comments
Labels: enhancement

#7 - WISH: listenv(a=1, b=TRUE, c="Hello world!") ?

Issue - State: closed - Opened by HenrikBengtsson over 9 years ago - 2 comments
Labels: question

#6 - WISH: Add as.listenv()

Issue - State: closed - Opened by HenrikBengtsson over 9 years ago
Labels: enhancement

#5 - WISH: Add argument 'names' to listenv()

Issue - State: closed - Opened by HenrikBengtsson over 9 years ago - 1 comment
Labels: enhancement

#4 - WISH: Add support for logical subsetting

Issue - State: closed - Opened by HenrikBengtsson over 9 years ago
Labels: enhancement

#3 - Add support for x[elements] <- list of values

Issue - State: closed - Opened by HenrikBengtsson over 9 years ago
Labels: enhancement

#2 - Add x[subset] to effectively be short for as.list(x)[subset]?

Issue - State: closed - Opened by HenrikBengtsson over 9 years ago - 1 comment
Labels: enhancement, question

#1 - CONSISTENCY: Assigning NULL to element does not drop element as for list():s - should it?

Issue - State: closed - Opened by HenrikBengtsson over 9 years ago
Labels: enhancement, question