Get support for jcubic/refClass

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

jcubic/refClass

Bug reproduction for refClass in R

Usage

To run the code just use:

git clone https://github.com/jcubic/refClass.git
cd refClass
R CMD INSTALL Package_A
R CMD INSTALL Package_B

Rscript app.R

Expected behvior is the output

lorem [1]
lorem [1]
hello [1]
hello [2]
world [1]
world [2]

Receive output:

lorem [1]
lorem [1]
hello [1]
hello [2]
Error in lorem(x) : could not find function "lorem"
Calls: <Anonymous> -> callSuper
Execution halted

The problem

In PackageA you have base ref class that call function defined in package. In PackageB you have inherit class that overwrite the method and callSuper. When calling that method base class implemention of the method doesn't see functions in package environment.

License

Code license is Public Domain CC-0.

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

ud-bd4760f4