issues
search
HenrikBengtsson
/
listenv
R package: listenv - Environments Behaving As Lists
https://listenv.futureverse.org
30
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
R CMD check NOTE: Documented arguments not in \usage in documentation ...
#51
HenrikBengtsson
closed
1 year ago
0
Before next release: release future 1.30.0
#50
HenrikBengtsson
closed
1 year ago
1
feature request: a method to modify listenv using another list/listenv
#49
DyfanJones
opened
2 years ago
0
I18N: potools issues
#48
HenrikBengtsson
closed
3 years ago
0
Formally deprecate map() in favor of mapping()
#47
HenrikBengtsson
closed
3 years ago
0
R-devel: sprintf() coding mistakes
#46
HenrikBengtsson
closed
4 years ago
0
Error: Not a valid variable name: '!b'
#45
HenrikBengtsson
closed
3 years ago
1
Support `append`, `insert`, `extend`, `pop` methods
#44
talegari
opened
4 years ago
0
parse_env_subset(): Error in if (any(i < 0)) { : missing value where TRUE/FALSE needed
#43
HenrikBengtsson
closed
5 years ago
0
parse_env_subset(x[[c("a", "b")]]): Should give an error when 'x' is an environment
#42
HenrikBengtsson
closed
5 years ago
0
parse_env_subset(): Invalid subset: 'x[]'
#41
HenrikBengtsson
closed
5 years ago
0
parse_env_subset(): Error in subset_kk >= 1 && subset_kk <= dim[kk] : 'length(x) = 2 > 1' in coercion to 'logical(1)'
#40
HenrikBengtsson
closed
5 years ago
1
print(x) for names, empty listenv() is empty
#39
HenrikBengtsson
closed
6 years ago
0
Remove elements by assigning NULL
#38
HenrikBengtsson
closed
6 years ago
0
map() -> mapping()
#37
HenrikBengtsson
closed
6 years ago
0
CRAN: Add markdown to Suggests
#36
HenrikBengtsson
closed
6 years ago
1
correct spelling mistake
#35
EdwardBetts
closed
6 years ago
1
Best practice to delete entire rows and columns
#34
talegari
closed
6 years ago
4
Add dim(x) <- dim for x of length(x) = 0
#33
HenrikBengtsson
closed
7 years ago
0
CONCERN: Is it safe to have attributes on environments?
#32
HenrikBengtsson
opened
8 years ago
0
Add vignettes
#31
HenrikBengtsson
closed
6 years ago
1
Add clone()?
#30
HenrikBengtsson
opened
8 years ago
0
Dimensions: Add diag(x)?
#29
HenrikBengtsson
closed
3 years ago
1
Dimensions: Add aperm() for list environments?
#28
HenrikBengtsson
closed
3 years ago
1
Add as.vector(), as.matrix() and as.array() for list environments
#27
HenrikBengtsson
closed
8 years ago
1
TESTS: Add tests for lapply(), apply() etc comparing listenvs with lists
#26
HenrikBengtsson
closed
6 years ago
1
Removing element from list environment with dimensions should drop dimensions
#25
HenrikBengtsson
closed
8 years ago
0
Improve presentation of list environment done by print()
#24
HenrikBengtsson
closed
8 years ago
0
Dimensions: unlist(x) when x has dimensions looses names attribute
#23
HenrikBengtsson
closed
8 years ago
0
Dimensions: Add t(x)?
#22
HenrikBengtsson
closed
3 years ago
1
x[[kk]] <- NULL on non-existing element gives warning
#21
HenrikBengtsson
closed
8 years ago
0
Add undim()
#20
HenrikBengtsson
closed
8 years ago
0
Setting dim() on listenv should drop names, cf. help("dim")
#19
HenrikBengtsson
closed
8 years ago
0
parse_env_subset() does not distinguish between x[[1,4]] and x[[c(1,4)]]
#18
HenrikBengtsson
closed
8 years ago
0
<issue submitted to wrong repository>
#17
HenrikBengtsson
closed
8 years ago
1
Add all.equal() for list environments
#16
HenrikBengtsson
closed
9 years ago
0
Add vignette
#15
HenrikBengtsson
closed
9 years ago
1
Add lengths()
#14
HenrikBengtsson
closed
8 years ago
3
Add support for length(x) <- n
#13
HenrikBengtsson
closed
9 years ago
0
Subsetting a non-named list environment introduces NA names
#12
HenrikBengtsson
closed
9 years ago
0
Support dimensions for list environments?
#11
HenrikBengtsson
closed
8 years ago
3
IDEA: Add dfenv()?
#10
HenrikBengtsson
opened
9 years ago
3
Add unlist()
#9
HenrikBengtsson
closed
9 years ago
0
naive performance benchmarks
#8
timelyportfolio
opened
9 years ago
4
WISH: listenv(a=1, b=TRUE, c="Hello world!") ?
#7
HenrikBengtsson
closed
9 years ago
2
WISH: Add as.listenv()
#6
HenrikBengtsson
closed
9 years ago
0
WISH: Add argument 'names' to listenv()
#5
HenrikBengtsson
closed
9 years ago
1
WISH: Add support for logical subsetting
#4
HenrikBengtsson
closed
9 years ago
0
Add support for x[elements] <- list of values
#3
HenrikBengtsson
closed
9 years ago
0
Add x[subset] to effectively be short for as.list(x)[subset]?
#2
HenrikBengtsson
closed
9 years ago
1
Next