Coder Social home page Coder Social logo

Memory Error on CRAN checks about lhs HOT 3 CLOSED

bertcarnell avatar bertcarnell commented on June 11, 2024
Memory Error on CRAN checks

from lhs.

Comments (3)

bertcarnell avatar bertcarnell commented on June 11, 2024

Replicated error on Ubuntu with

R -d valgrind -e 'devtools::run_examples()' > valgrind.out.txt 2>&1

and

R -d valgrind -e 'devtools::load_all("."); oa <- lhs::createBose(3, 4, TRUE); lhs::oa_to_oalhs(9, 4, oa, TRUE)'

from lhs.

bertcarnell avatar bertcarnell commented on June 11, 2024

Resolved the error in two ways:

  1. change bclib::matrix::toString to return a std::string
  2. change all printf and Rprintf to use std::cout and Rcpp::Rcout
  3. remove the ability of users to use verbose from the R API

This command passed with only errors on "Conditional jump or move depends on uninitialised value(s)"

R -d valgrind -e 'devtools::run_examples()' > valgrind.out.txt 2>&1

This one also passed with the edit that the verbose option is removed

R -d valgrind -e 'devtools::load_all("."); oa <- lhs::createBose(3, 4, TRUE); lhs::oa_to_oalhs(9, 4, oa)'

R CMD check --as-cran passed on Windows in RStudio
R CMD check passed on Ubuntu with a clean source package
R CMD check --as-cran --use-valgrind passed on Ubuntu with a clean source package

checked on rev b79e3ce

from lhs.

bertcarnell avatar bertcarnell commented on June 11, 2024

submitted to CRAN for rev ccee05c

from lhs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.