You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (computedChecksum!=""&& (storedChecksum!=computedChecksum)) {
warning("Java library version does not match R package version! Please try reinstalling the FeatureExtraction package.
Make sure to close all instances of R, and open only one instance before reinstalling. Also make sure your
R workspace is not reloaded on startup. Delete your .Rdata file if necessary")
}
It would be useful to update this description to include some information for Java developers to indicate that the origin of this error lies with a mismatch between the inst/csv/jarChecksum.txt and current state of the FE Java library.
The text was updated successfully, but these errors were encountered:
When the Java library for FeatureExtraction is updated, you must update the
inst/csv/jarChecksum.txt
which is done through:FeatureExtraction/extras/PackageMaintenance.R
Lines 86 to 88 in 437570a
If you do not update the
inst/csv/jarChecksum.txt
, you get the following error:FeatureExtraction/R/FeatureExtraction.R
Lines 42 to 46 in 437570a
It would be useful to update this description to include some information for Java developers to indicate that the origin of this error lies with a mismatch between the
inst/csv/jarChecksum.txt
and current state of the FE Java library.The text was updated successfully, but these errors were encountered: