issues
search
r-lib
/
R6
Encapsulated object-oriented programming for R
https://R6.r-lib.org
Other
412
stars
57
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add `Active bindings` section to default `print` method for `R6` class instances
#294
mihaiconstantin
opened
1 month ago
0
Make error more informative
#293
maciekbanas
opened
2 months ago
0
Update authors; add package doc
#292
hadley
closed
2 months ago
0
`use_mit_license()`
#291
hadley
closed
2 months ago
0
Fix .DollarNames error with refined export
#290
hadley
closed
2 months ago
2
Provide `.dollarNames` method
#289
hadley
closed
2 months ago
0
Active bindings are being triggered by accessing the encapsulating environment
#288
mattwarkentin
opened
4 months ago
0
licensing
#287
ghost
opened
5 months ago
1
Get generator from instance
#286
dipterix
closed
4 months ago
2
Issue with R6: error message says: there is no package called 'R6'
#285
nszekeres
opened
7 months ago
2
Improve test for Lists vs. environments, and $ vs. [[
#284
MLopez-Ibanez
opened
9 months ago
0
finalize() not triggered on rm() ?
#283
moodymudskipper
closed
10 months ago
1
infinite recursion when inheriting from same class
#282
tdhock
opened
11 months ago
0
Update LICENSE for Posit
#281
tracykteal
closed
12 months ago
0
Dynamically create active bindings during initialize
#280
mattwarkentin
closed
1 year ago
2
Next CRAN release?
#279
AlexPars
opened
1 year ago
0
[feature request] autoplot method
#278
sebffischer
opened
1 year ago
0
Can't override dynamically created method
#277
pchabros
closed
1 year ago
1
Passing an object declared in a file to the field of an R6 class defined in another file
#276
arnaudgallou
closed
9 months ago
1
More informative error for non-unique item names
#275
jennybc
opened
1 year ago
1
Avoid using `$` on environments that may not be R6 objects
#274
zeehio
closed
1 year ago
2
Allow for a custom clone() method
#273
zeehio
opened
1 year ago
0
instantiate inherited class
#272
RMHogervorst
opened
1 year ago
3
Error building R6 (2.5.1). R version 4.2.2 currently unavailable
#271
yannsay-impact
closed
2 years ago
3
Clean up a few lints
#270
IndrajeetPatil
closed
2 years ago
0
Sync up with r-lib/actions@v2.3
#269
IndrajeetPatil
closed
2 years ago
0
Remove unneeded `cloneable` parameter for `create_super_env()`
#268
IndrajeetPatil
closed
2 years ago
2
Fix cloning inheritance
#267
IndrajeetPatil
closed
2 years ago
5
Field constraints
#266
trickytank
opened
2 years ago
0
Bump roxygen2 version to pacify Routine GHA
#265
IndrajeetPatil
closed
2 years ago
0
Suppress export of R6 classes in R package when they are private member fields of exported class
#264
ilyaZar
closed
2 years ago
2
[Question] How to set active binding at end of a chain?
#263
d-sharpe
closed
1 year ago
2
bump roxygen2 version to pacify routine GHA
#262
IndrajeetPatil
closed
2 years ago
1
Solution for class "SomeR6" is not exported by 'namespace:SomePackage'
#261
gwd666
opened
2 years ago
8
Support for heritable classmethods
#260
alistaire47
opened
2 years ago
0
Add a note on when collation order is needed
#259
IndrajeetPatil
closed
2 years ago
4
check also error messages in tests
#258
IndrajeetPatil
closed
2 years ago
3
List articles in a meaningful order
#257
IndrajeetPatil
closed
2 years ago
1
Add "Cloning inheritance" to Introductory vignette
#256
IndrajeetPatil
closed
2 years ago
2
remove codecov badge from README
#255
IndrajeetPatil
closed
2 years ago
1
Save R6 object
#254
MathieuDepetris
opened
2 years ago
2
Issue with `$clone(deep = TRUE)` when private object has a Rcpp class
#253
stla
closed
1 year ago
0
add GHA for code coverage
#252
IndrajeetPatil
closed
2 years ago
3
update to testthat 3rd edition; more tests
#251
IndrajeetPatil
closed
2 years ago
2
Update introductory vignette
#250
IndrajeetPatil
closed
2 years ago
4
Website updates
#249
hadley
closed
2 years ago
0
removes unused `mystyle.css`
#248
IndrajeetPatil
closed
2 years ago
1
FR: Support subclass to override superclass' cloning method
#247
IndrajeetPatil
closed
2 years ago
0
No code coverage report available on `codecov`
#246
IndrajeetPatil
closed
2 years ago
1
Enforce HTTPS protocol for package website?
#245
IndrajeetPatil
closed
2 years ago
1
Next