Coder Social home page Coder Social logo

tmsalab / edina Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 3.0 347 KB

Perform a Bayesian estimation of the Exploratory Deterministic Input, Noisy “And” Gate (EDINA) cognitive diagnostic model described by Chen et al. (2018) <doi:10.1007/s11336-017-9579-4>

Home Page: https://tmsalab.github.io/edina

License: GNU General Public License v3.0

R 53.57% C 0.21% C++ 46.22%
rstats r psychometrics item-response-theory dina ecdm cognitive-diagnostic-models rcpparmadillo cpp

edina's People

Contributors

coatless avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

edina's Issues

CRAN Feedback 3/20

looks like your main function edina() is never executed and
hence not tested, since the example is wrapped in \donttest{}.

Please unwrap the examples if that is feasible and if they can be
executed in < 5 sec for each Rd file or create additionally small toy
examples.

Alternatively, you can write some tests (e.g. by using testthat). The
overall execution time should not exceed 10 minutes.

To CRAN

  • Passes R CMD check
  • Functions documented
  • Wait for a 👍

CRAN Feedback - Revision 3/5

Quotes are used to mark paper titles, non-English usage, package names
and API names. Please remove them in your title and description to avoid
confusion.

CRAN Solaris error 3/24

Email...

Please see the problems shown on
https://cran.r-project.org/web/checks/check_results_edina.html.

pow() requires doubles not int. This was taken care of in ecdmcore... Just not propagated out.

Log results...

/inst/include/edina_meat.h:27:33: error: call of overloaded ‘pow(int, unsigned int)’ is ambiguous
vv(k) = pow(2, K - k - 1);

/inst/include/edina_meat.h:38:41: error: call of overloaded ‘pow(int, unsigned int)’ is ambiguous
double twopow = pow(2, K - k - 1);

/inst/include/edina_meat.h:141:29: error: call of overloaded ‘pow(int, int&)’ is ambiguous
double nClass = pow(2, K);

/inst/include/edina_meat.h:154:29: error: call of overloaded ‘pow(int, unsigned int&)’ is ambiguous
double nClass = pow(2, K);

/inst/include/edina_meat.h:174:35: error: call of overloaded ‘pow(int, unsigned int&)’ is ambiguous
unsigned int nClass = pow(2, K);

/inst/include/edina_meat.h:175:37: error: call of overloaded ‘pow(int, unsigned int)’ is ambiguous
unsigned int nqjs = pow(2, K - 1);

/inst/include/edina_meat.h:258:29: error: call of overloaded ‘pow(int, unsigned int&)’ is ambiguous
double nClass = pow(2, K);

/inst/include/edina_meat.h:620:35: error: call of overloaded ‘pow(int, unsigned int&)’ is ambiguous
unsigned int nClass = pow(2, K);

CRAN Feedback 3/14

\dontrun{} should only be used if the example really cannot be executed
(e.g. because of missing additional software, missing API keys, ...) by
the user. That's why wrapping examples in \dontrun{} adds the comment
("# Not run:") as a warning for the user.
Does not seem necessary.
Please unwrap the examples if they are executable in < 5 sec, or create
additionally small toy examples to allow automatic testing.
(You could also replace \dontrun{} with \donttest if it takes longer
than 5 sec to be executed, but it would be preferable to have automatic
checks for functions.)
e.g. vis-auto-edina.R

Please add \value to .Rd files regarding exported methods and explain
the functions results in the documentation.
If a function does not return a value, please document that too, e.g.
\value{None}.

CRAN Feedback - Revision 2/7

Possibly mis-spelled words in DESCRIPTION:
bayesian (19:24)

-> Bayesian

Found the following (possibly) invalid URLs:
URL: doi:10.1007/s11336-017-9579-4
From: README.md
Message: Invalid URI scheme (use \doi for DOIs in Rd markup)

Use DOIs either in DOI markup, or specify full URLs in URL markup as
that in your README.md.

CRAN Feedback - Revision 2/19

Please only capitalize names, sentence beginnings and abbreviations in
the description text.

Found the following (possibly) invalid URLs:
URL: doi:10.1007/s11336-017-9579-4
From: README.md
Message: Invalid URI scheme (use \doi for DOIs in Rd markup)
URL: http://www.r-pkg.org/pkg/edina (moved to
https://www.r-pkg.org:443/pkg/edina)
From: README.md
Status: 404

You can refer to a CRAN package such as edina via the canonical link
https://cran.r-project.org/package=edina

Please add small executable examples in your Rd-files to illustrate the
use of the exported function but also enable automatic testing.

\dontrun{} should only be used if the example really cannot be executed
(e.g. because of missing additional software, missing API keys, ...) by
the user. That's why wrapping examples in \dontrun{} adds the comment
("# Not run:") as a warning for the user.
Does not seem necessary.
Please unwrap the examples if they are executable in < 5 sec, or create
additionally small toy examples to allow automatic testing.
(You could also replace \dontrun{} with \donttest if it takes longer
than 5 sec to be executed, but it would be preferable to have automatic
checks for functions.)

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.